• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
12021-11-10  Mark Wielaard  <mark@klomp.org>
2
3	* configure.ac (AC_INIT): Set version to 0.186.
4	* NEWS: Add translation item.
5
62021-09-03  John Mellor-Crummey <johnmc@rice.edu>
7
8	* NEWS: Read inlining info in NVIDIA extended line map
9
102021-08-10  Adrian Ratiu  <adrian.ratiu@collabora.com>
11
12	* configure.ac (AC_CACHE_CHECK): Rework std=gnu99 check to allow clang.
13
142021-08-20  Saleem Abdulrasool  <abdulras@google.com>
15
16	* Add AC_CHECK_HEADERS for error.h and err.h.
17
182021-07-28  Mark Wielaard  <mark@klomp.org>
19
20	* configure.ac (AC_CHECK_DECLS): Add reallocarray check.
21
222021-05-22  Mark Wielaard  <mark@klomp.org>
23
24	* configure.ac (AC_INIT): Set version to 0.185.
25	* NEWS: Add 0.185 entries.
26
272021-05-10  Mark Wielaard  <mark@klomp.org>
28
29	* configure.ac (AC_INIT): Set version to 0.184.
30	* NEWS: Add libdw, translation and debuginfod-client entries.
31
322021-03-30  Frank Ch. Eigler  <fche@redhat.com>
33
34	* configure.ac: Look for pthread_setname_np.
35
362021-02-17  Timm Bäder  <tbaeder@redhat.com>
37
38	* configure.ac: Add -Wno-packed-not-aligned check.
39
402021-02-17  Timm Bäder  <tbaeder@redhat.com>
41
42	* configure.ac: Add -Wtrampolines check.
43
442021-02-05  Mark Wielaard  <mark@klomp.org>
45
46	* configure.ac (AC_INIT): Set version to 0.183.
47	(AC_COPYRIGHT): Update Copyright year.
48	* NEWS: Add 0.183 section.
49
502021-02-01  Érico Nogueira  <ericonr@disroot.org>
51
52	* configure.ac: Check for GNU strerror_r.
53
542021-01-12  Dmitry V. Levin  <ldv@altlinux.org>
55
56	* configure.ac [--enable-gcov]: Check for gcov, lcov, and genhtml.
57	* Makefile.am [GCOV] (coverage, coverage-clean): New targets.
58	* .gitignore: Update.
59
602020-12-20  Dmitry V. Levin  <ldv@altlinux.org>
61
62	* .gitignore: Move subdirectory patterns to separate .gitignore files.
63
64	* .gitignore: Update.
65
662020-12-15  Dmitry V. Levin  <ldv@altlinux.org>
67
68	* configure.ac (USE_NLS, AM_PO_SUBDIRS): Remove.
69	(AM_GNU_GETTEXT, AM_GNU_GETTEXT_VERSION,
70	AM_GNU_GETTEXT_REQUIRE_VERSION): Use these macros to setup the gettext
71	infrastructure.
72	* .gitignore: Update.
73
74	* Makefile.am (SUBDIRS): Remove m4.
75	* configure.ac (AC_CONFIG_FILES): Remove m4/Makefile.
76
77	* configure.ac (AC_CONFIG_MACRO_DIR): Remove.
78
792020-12-12  Dmitry V. Levin  <ldv@altlinux.org>
80
81	* configure.ac: Fix spelling typos in comments.
82	* NEWS: Fix spelling typos.
83	* NOTES: Likewise.
84	* TODO: Likewise.
85
862020-12-11  Dmitry V. Levin  <ldv@altlinux.org>
87
88	* configure.ac (AM_CONDITIONAL): Remove HAVE_LIBASM and STANDALONE.
89
90	* configure.ac: Rewrite argp check.
91
92	* configure.ac (AC_MSG_FAILURE): Fix typo.
93
942020-11-30  Dmitry V. Levin  <ldv@altlinux.org>
95
96	* configure.ac (LIBDEBUGINFOD_SONAME): New AC_SUBST variable.
97	(AC_CONFIG_FILES): Add debuginfod/debuginfod.h.
98
992020-11-01  Érico N. Rolim  <erico.erc@gmail.com>
100
101	* configure.ac: Check for fts and obstack from outside libc.
102
1032020-10-28  Mark Wielaard  <mark@klomp.org>
104
105	* configure.ac: Set version to 0.182.
106	* NEWS: Add 0.182 section.
107
1082020-10-28  Tom Tromey  <tom@tromey.com>
109
110	* .gitignore: Add /tests/leb128.
111
1122020-10-01  Frank Ch. Eigler  <fche@redhat.com>
113
114	PR25461
115	* configure.ac: Add --enable-debuginfod-urls[=URLS] option.
116
1172020-09-18  Mark Wielaard  <mark@klomp.org>
118
119	* configure.ac: Check availability of libzstd and zstd.
120
1212020-09-08  Mark Wielaard  <mark@klomp.org>
122
123	* configure.ac: Set version to 0.181.
124	* NEWS: Add 0.181 section.
125
1262020-08-20  Dmitry V. Levin  <ldv@altlinux.org>
127
128	* configure.ac (--enable-libdebuginfod): AC_DEFINE ENABLE_LIBDEBUGINFOD.
129
1302020-07-17  Mark Wielaard  <mark@klomp.org>
131
132	* configure.ac: Set -DBAD_FTS=1 also for CXXFLAGS.
133
1342020-06-19  Mark Wielaard  <mark@klomp.org>
135
136	* Makefile.am (SUBDIRS): Always add debuginfod.
137	* configure.ac (debuginfod): Split off...
138	(libdebuginfod): ... this. Also add DUMME_DEBUGINFOD.
139
1402020-06-15  Sergei Trofimovich <slyfox@gentoo.org>
141
142	* configure.ac: Use READELF in build-id check.
143
1442020-06-11  Mark Wielaard  <mark@klomp.org>
145
146	* configure.ac: Set version to 0.180.
147	* NEWS: Add 0.180 section.
148	* .gitignore: Update with new generated file.
149
1502020-06-10  Mark Wielaard  <mark@klomp.org>
151
152	* configure.ac (MODVERSION): Remove.
153
1542020-03-30  Mark Wielaard  <mark@klomp.org>
155
156	* configure.ac: Set version to 0.179.
157	* NEWS: Add 0.179 section.
158
1592020-03-25  Mark Wielaard  <mark@klomp.org>
160
161	* README: Update mailinglist subscription info.
162	* CONTRIBUTING: Likewise.
163
1642020-02-03  Frank Ch. Eigler  <fche@redhat.com>
165
166	* configure.ac: Tolerate CXX= for debuginfod configuration.
167
1682019-12-11  Omar Sandoval  <osandov@fb.com>
169
170	* configure.ac: Apply -Werror after user-defined CFLAGS in
171	-D_FORTIFY_SOURCE=2 check.
172
1732019-12-06  Mark Wielaard  <mark@klomp.org>
174
175	* configure.ac: Add ac_cv_buildid check.
176
1772019-11-26  Mark Wielaard  <mark@klomp.org>
178
179	* configure.ac: Set version to 0.178.
180	NEWS: Add 0.178 section.
181
1822019-11-26  Mark Wielaard  <mark@klomp.org>
183
184	* configure.ac: Add CXXFLAGS for gcov.
185
1862019-10-28  Aaron Merey  <amerey@redhat.com>
187
188	* debuginfod/: New directory for debuginfod code.
189	* Makefile.am (SUBDIRS): Recurse there.
190	* configure.ac (--enable-debuginfod): New flag & checks.
191
1922019-08-25  Jonathon Anderson <jma14@rice.edu>
193
194	* configure.ac: Add new --enable-valgrind-annotations
195	* configure.ac: Add new --with-valgrind (headers only)
196
1972019-07-05  Omar Sandoval  <osandov@fb.com>
198
199	* configure.ac: Get rid of --enable-libebl-subdir.
200	* Makefile.am (SUBDIRS): Reorder backends and libcpu before libebl to
201	satisfy build dependencies.
202
2032019-08-13  Mark Wielaard  <mark@klomp.org>
204
205	* configure.ac: Set version to 0.177.
206	* NEWS: Mention elfclassify, readelf DW_AT_data_member_location
207	and DW_AT_discr_list attribute changes, dwarf.h DW_AT_GNU additions,
208	dwelf_elf_e_machine_string function, dwelf_elf_begin change and
209	C-SKY backend support.
210
2112019-02-14  Mark Wielaard  <mark@klomp.org>
212
213	* configure.ac: Set version to 0.176.
214	* NEWS: Mention riscv backend updates, new --enable-install-elfh
215	configure flag and fixed CVEs.
216	* GPG-KEY: Update.
217
2182019-01-18  Mark Wielaard  <mark@klomp.org>
219
220	* configure.ac: Add new --enable-install-elfh.
221
2222018-07-04  Ross Burton <ross.burton@intel.com>
223
224	* configure.ac: Check for gawk.
225
2262018-06-11  Mark Wielaard  <mark@klomp.org>
227
228	* configure.ac: Set version to 0.172.
229	* NEWS: Mention bug fixes.
230
2312018-06-01  Mark Wielaard  <mark@klomp.org>
232
233	* configure.ac: Set version to 0.171.
234	* NEWS: Mention DWARF5, split-dwarf and GNU DebugFission support.
235
2362018-03-17  Mark Wielaard  <mark@klomp.org>
237
238	* configure.ac (CHECK_FUNCS): Check for process_vm_readv.
239
2402018-02-09  Joshua Watt  <JPEWhacker@gmail.com>
241
242	* configure.ac (HAVE_FALLTHROUGH): New define.
243
2442017-10-16  Mark Wielaard  <mark@klomp.org>
245
246	* .gitignore: Remove tests/md5-sha1-test.
247
2482017-08-18  Ulf Hermann  <ulf.hermann@qt.io>
249
250	* configure.ac: Check if the compiler supports
251	__attribute__((gcc_struct)).
252
2532017-09-19  Mark Wielaard  <mark@klomp.org>
254
255	* README: Add basic build instructions.
256
2572017-05-03  Ulf Hermann  <ulf.hermann@qt.io>
258
259	* configure.ac: Test if symbol versioning is supported.
260
2612017-04-27  Ulf Hermann  <ulf.hermann@qt.io>
262
263	* configure.ac: Check if the compiler supports
264	__attribute__((visibility(...))).
265
2662017-04-27  Ulf Hermann  <ulf.hermann@qt.io>
267
268	* configure.ac: Check if -fPIC, -fPIE, -Wl,-z,defs,
269	and -Wl,-z,relro are supported by the compiler.
270
2712017-08-02  Mark Wielaard  <mark@klomp.org>
272
273	* configure.ac: Set version to 0.170.
274	* NEWS: Mention new libdw dwarf_line_file function.
275
2762017-07-26  Mark Wielaard  <mark@klomp.org>
277
278	* NEWS: Mention dwarf_getmacros handling version 5 .debug_macro.
279
2802017-07-26  Mark Wielaard  <mark@klomp.org>
281
282	* NEWS: Mention dwarf_peel_type DWARF5 tags improvement.
283
2842017-07-26  Mark Wielaard  <mark@klomp.org>
285
286	* NEWS: Mention new DWARF5 calling conventions and defaulted member
287	function.
288
2892017-07-26  Mark Wielaard  <mark@klomp.org>
290
291	* NEWS: Mention new dwarf_default_lower_bound function.
292
2932017-07-25  Mark Wielaard  <mark@klomp.org>
294
295	* NEWS: Mention new DWARF5 attributes, tags, character encodings
296	and language codes in dwarf.h.
297
2982017-07-18  Mark Wielaard  <mark@klomp.org>
299
300	* configure.ac: Don't check for linux/bpf.h.
301	* NEWS: Mention always build bpf backend.
302
3032017-07-14  Mark Wielaard  <mark@klomp.org>
304
305	* NEWS: Add 0.170 section and new strip options.
306
3072017-05-05  Mark Wielaard  <mark@klomp.org>
308
309	* configure.ac: Set version to 0.169. Update copyright year.
310	* NEWS: Add 0.169 section.
311
3122017-04-21  Ulf Hermann  <ulf.hermann@qt.io>
313
314	* .gitignore: Add fillfile and peel_type tests.
315
3162017-02-15  Ulf Hermann  <ulf.hermann@qt.io>
317
318	* configure.ac: Add check for mempcpy.
319
3202017-02-09  Mark Wielaard  <mark@klomp.org>
321
322	* configure.ac: Add check for adding -D_FORTIFY_SOURCE=2 to CFLAGS.
323
3242017-01-12  Mark Wielaard  <mark@klomp.org>
325
326	* configure.ac: Define PACKAGE_URL for older autoconf.
327
3282016-12-27  Mark Wielaard  <mark@klomp.org>
329
330	* configure.ac: Set version to 0.168.
331	* NEWS: Add 0.168 updates.
332
3332016-12-24  Mark Wielaard  <mark@klomp.org>
334
335	* README: Move design notes to NOTES. Add URLs for home, releases,
336	bugs, git and mailinglist now on sourceware.
337	* NOTES: Add notes from README.
338	* CONTRIBUTING: Change fedorahosted.org references to new
339	sourceware.org locations.
340	* configure.ac (AC_INIT): Add package URL http://elfutils.org/
341	change bug-report to https://sourceware.org/bugzilla/
342	(AC_COPYRIGHT): Set to the elfutils developers.
343
3442016-11-23  Mark Wielaard  <mjw@redhat.com>
345
346	* configure.ac: Add test for bad fts.h. Add -DBAD_FTS=1 to CFLAGS
347	if necessary.
348
3492016-11-02  Mark Wielaard  <mjw@redhat.com>
350
351	* configure.ac: Add check for whether gcc accepts
352	-Wimplict-fallthrough.
353
3542016-10-11  Akihiko Odaki  <akihiko.odaki.4i@stu.hosei.ac.jp>
355
356	* configure.ac: Add memrchr, rawmemchr and powerof2 checks.
357
3582016-08-04  Mark Wielaard  <mjw@redhat.com>
359
360	* configure.ac: Set version to 0.167.
361	* NEWS: Add 0.167 section.
362
3632016-07-06  Mark Wielaard  <mjw@redhat.com>
364
365	* .gitignore: Remove src/ld. ldlex.c, ldscript.c and ldscript.h.
366	* configure.ac (enable generic): Removed.
367
3682016-06-28  Richard Henderson <rth@redhat.com>
369
370	* configure.ac (HAVE_LINUX_BPF_H): New test and conditional.
371
3722016-06-10  Mark Wielaard  <mjw@redhat.com>
373
374	* CONTRIBUTING: Extend patch, committer and maintainer guidelines.
375
3762016-05-02  Filipe Brandenburger  <filbranden@google.com>
377
378	* configure.ac (argp check): Pass pass &argv.
379	* configure.ac (-W<...> checks): Pass -Werror to the warning checks,
380	to ensure unsupported warning options are noticed during ./configure
381	time and not only later during build.
382
3832016-03-31  Mark Wielaard  <mjw@redhat.com>
384
385	* configure.ac: Set version to 0.166.
386
3872016-03-02  Mark Wielaard  <mjw@redhat.com>
388
389	* configure.ac: Set program_prefix to eu- by default.
390	* NEWS (0.166): New sections, document --program-prefix default.
391
3922016-02-13  Mark Wielaard  <mjw@redhat.com>
393
394	* configure.ac: Add check for whether gcc accepts -Wnull-dereference.
395
3962016-02-08  Mark Wielaard  <mjw@redhat.com>
397
398	* configure.ac: Add checks for sane -Wlogical-op and whether gcc
399	accepts -Wduplicated-cond.
400
4012016-01-08  Mark Wielaard  <mjw@redhat.com>
402
403	* configure.ac: Set version to 0.165.
404	* NEWS: Add 0.164 section.
405
4062016-01-04  Mark Wielaard  <mjw@redhat.com>
407
408	* configure.ac: Add BZ2_LIBS and LIBLZMA substitutions.
409	Add config/libelf.pc and config/libdw.pc config files.
410
4112015-12-31  Mark Wielaard  <mjw@redhat.com>
412
413	* Makefile.am (AM_MAKEFLAGS): Set --no-print-directory.
414
4152015-10-16  Mark Wielaard  <mjw@redhat.com>
416
417	* configure.ac: Make zlib mandatory.
418
4192015-10-15  Mark Wielaard  <mjw@redhat.com>
420
421	* configure.ac: Set version to 0.164.
422	* NEWS: Add 0.164 additions.
423
4242015-10-07  Mark Wielaard  <mjw@redhat.com>
425
426	* configure.ac: Add AM_SILENT_RULES([yes]).
427
4282015-09-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
429
430	* configure.ac: Use -fPIC instead of -fpic to avoid relocation
431	overflows in some platforms.
432
4332015-07-11  Pino Toscano  <toscano.pino@tiscali.it>
434
435	* .gitignore: Add more generated files, and anchor some of the
436	existing ones.
437
4382015-06-19  Mark Wielaard  <mjw@redhat.com>
439
440	* configure.ac: Set version to 0.163.
441	* NEWS: Mention 0.163 is bug fixes only.
442
4432015-06-10  Mark Wielaard  <mjw@redhat.com>
444
445	* configure.ac: Set version to 0.162.
446	* NEWS: Add 0.162 additions.
447
4482015-06-08  Mark Wielaard  <mjw@redhat.com>
449
450	* configure.ac (ADD_STACK_USAGE_WARNING): New conditional based on
451	gcc -Wstack-usage check.
452
4532015-05-31  Mark Wielaard  <mjw@redhat.com>
454
455	* configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version
456	and ac_cv_build.
457
4582015-05-31  Mark Wielaard  <mjw@redhat.com>
459
460	* configure.ac (use_undefined): Use AC_LINK_IFELSE. AC_DEFINE
461	CHECK_UNDEFINED.
462
4632015-05-30  Mark Wielaard  <mjw@redhat.com>
464
465	* configure.ac: Check for bunzip2. Check flex and bison are
466	installed in maintainer-mode. Otherwise check libdw/known-dwarf.h
467	is already generated.
468
4692015-05-21  Mark Wielaard  <mjw@redhat.com>
470
471	* configure.ac: Add --enable-sanitize-undefined.
472	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Rename to...
473	(AM_DISTCHECK_CONFIGURE_FLAGS): this. Add --enable-sanitize-undefined.
474
4752015-05-04  Anthony G. Basile  <blueness@gentoo.org>
476
477	* configure.ac (argp_LDADD): Check if libc has argp and set
478	argp_LDADD accordingly.
479
4802015-05-03  Max Filippov  <jcmvbkbc@gmail.com>
481
482	* configure.ac (DEMANGLE): Fix enable_demangler setting.
483
4842015-05-01  Mark Wielaard  <mjw@redhat.com>
485
486	* configure.ac (DEMANGLE): Explicitly set enable_demangler.
487
4882015-05-01  Mark Wielaard  <mjw@redhat.com>
489
490	* configure.ac (debugpred): Use and set use_debugpred_val.
491	(textrelcheck): Explicitly set enable_textrelcheck to yes or no.
492	(symbol-versioning): Likewise for enable_symbol_versioning.
493	AC_MSG_NOTICE overview of enabled/disabled features.
494
4952015-04-23  Max Filippov  <jcmvbkbc@gmail.com>
496
497	* configure.ac: Add --disable-symbol-versioning.
498
4992015-04-14  Mark Wielaard  <mjw@redhat.com>
500
501	* configure.ac (ac_cv_c99): Add explicit checks for all GNU99
502	extensions used.
503
5042015-03-13  Mark Wielaard  <mjw@redhat.com>
505
506	* configure.ac (ac_cv_c99): Add explicit return.
507	(ac_cv_tls): Add stdlib.h include.
508
5092014-12-18  Mark Wielaard  <mjw@redhat.com>
510
511	* configure.ac: Set version to 0.161.
512	* NEWS: Add dwarf.h additions.
513
5142014-12-15  Josh Stone  <jistone@redhat.com>
515
516	* .gitignore: Add config/compile as installed by automake 1.14.
517
5182014-11-27  Mark Wielaard  <mjw@redhat.com>
519
520	* configure.ac: Add --disable-textrelcheck.
521
5222014-10-06  Mark Wielaard  <mjw@redhat.com>
523
524	* NEWS: New section 0.161. Add dwarf_peel_type.
525
5262014-08-25  Mark Wielaard  <mjw@redhat.com>
527
528	* configure.ac: Set version to 0.160.
529	* NEWS: Add removal of DW_TAG_mutable_type, LZMA .ko.xz kernel
530	module support, ARM THUMB functions and ppc64le ELFv2 abi backends.
531
5322014-08-15  Mark Wielaard  <mjw@redhat.com>
533
534	* NEWS: Add dwarf_cu_die.
535
5362014-08-15  Mark Wielaard  <mjw@redhat.com>
537
538	* NEWS: Add dwarf_cu_getdwarf.
539
5402014-07-18  Mark Wielaard  <mjw@redhat.com>
541
542	* configure.ac (AC_CHECK_TYPE): Test for struct user_regs_struct.
543
5442014-05-26  Mark Wielaard  <mjw@redhat.com>
545
546	* NEWS: New section 0.160. Add unstrip --force.
547
5482014-05-17  Mark Wielaard  <mjw@redhat.com>
549
550	* configure.ac: Set version to 0.159.
551	* NEWS: Add entries for version 0.159.
552
5532014-05-02  Mark Wielaard  <mjw@redhat.com>
554
555	* NEWS: Add note about dwz support no longer being experimental and
556	new helper functions.
557	* configure.ac: Remove --enable-dwz.
558	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove --enable-dwz.
559
5602014-04-11  Mark Wielaard  <mjw@redhat.com>
561
562	* Makefile.am (SUBDIRS): Add libdwelf.
563	* configure.ac (AC_CONFIG_FILES): Add libdwelf/Makefile.
564	* NEWS: Add note about libdwelf.
565
5662014-04-13  Mark Wielaard  <mjw@redhat.com>
567
568	* configure.ac: Remove mudflap enable arg and MUDFLAP conditional.
569
5702014-01-21  Mark Wielaard  <mjw@redhat.com>
571
572	* NEWS (Version 0.159): Add stack -i.
573
5742014-01-20  Mark Wielaard  <mjw@redhat.com>
575
576	* NEWS (Version 0.159): New. Add stack -d.
577
5782014-01-03  Mark Wielaard  <mjw@redhat.com>
579
580	* configure.ac: Set version to 0.158.
581	* NEWS: Add entries for version 0.158.
582
5832013-12-20  Mark Wielaard  <mjw@redhat.com>
584
585	* NEWS (libdwfl): Add dwfl_getthread_frames.
586	(stack): New entry.
587
5882013-12-18  Mark Wielaard  <mjw@redhat.com>
589
590	* NEWS (libdwfl): Add dwfl_module_getsym_info and
591	dwfl_module_addrinfo.
592	(addr2line): Add -x option.
593
5942013-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
595
596	* NEWS (Version 0.158) (libdwfl): Added Dwfl_Thread_Callbacks,
597	Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl,
598	dwfl_thread_tid, dwfl_frame_thread, dwfl_thread_state_registers,
599	dwfl_thread_state_register_pc, dwfl_getthreads, dwfl_thread_getframes
600	and dwfl_frame_pc.
601
6022013-12-16  Mark Wielaard  <mjw@redhat.com>
603
604	* NEWS (libdwfl): Add dwfl_module_getsymtab_first_global.
605
6062013-12-09  Josh Stone  <jistone@redhat.com>
607
608	* .gitignore: Add config/ar-lib, installed due to AM_PROG_AR.
609
6102013-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
611
612	* configure.ac (CC_BIARCH): Remove AS_IF for it.
613
6142013-11-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
615
616	* configure.ac: New AC_CHECK_SIZEOF for long.  Call utrace_BIARCH, new
617	AC_SUBST for CC_BIARCH.
618
6192013-11-06  Mark Wielaard  <mjw@redhat.com>
620
621	* configure.ac (--enable-dwz): Add AC_MSG_WARN when disabled but
622	local system does have /usr/lib/debug/.dwz.
623
6242013-11-06  Mark Wielaard  <mjw@redhat.com>
625
626	* configure.ac (--enable-thread-safety): Add AC_MSG_WARN experimental
627	option.
628
6292013-11-01  Michael Forney  <mforney@mforney.org>
630
631	* configure.ac: Call AM_PROG_AR and AC_CHECK_TOOL for readelf and nm.
632
6332013-10-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
634
635	* NEWS (Version 0.158): New.
636
6372013-09-30  Mark Wielaard  <mjw@redhat.com>
638
639	* NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes.
640
6412013-09-27  Mark Wielaard  <mjw@redhat.com>
642
643	* configure.ac: Set version to 0.157.
644	* NEWS: Add entries for version 0.157.
645
6462013-09-20  Mark Wielaard  <mjw@redhat.com>
647
648	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz.
649
6502013-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
651
652	* configure.ac: Set version to 0.156.
653
6542013-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
655
656	* NEWS: Remove bugfix only entries from Version 0.156.
657
6582013-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
659
660	* NEWS: Add entries for Version 0.156.
661
6622013-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
663
664	* NEWS (Version 0.156): New.
665
6662013-04-26  Mark Wielaard  <mjw@redhat.com>
667
668	* configure.ac (AM_INIT_AUTOMAKE): Request parallel-tests.
669
6702013-04-25  Mark Wielaard  <mjw@redhat.com>
671
672	* .gitignore: Add config/test-driver as installed by automake 1.13.
673	* configure.ac (AM_INIT_AUTOMAKE): Require at least automake 1.11.
674
6752012-10-01  Mark Wielaard  <mjw@redhat.com>
676
677	* configure.ac: Add --enable-valgrind check.
678	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-valgrind.
679
6802012-08-27  Mark Wielaard  <mjw@redhat.com>
681
682	* configure.ac: Set version to 0.155.
683
6842012-08-24  Mark Wielaard  <mjw@redhat.com>
685
686	* configure.ac: Add --enable-dwz check, defaults to no.
687
6882012-07-24  Mark Wielaard  <mjw@redhat.com>
689
690	* TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
691
6922012-06-22  Mark Wielaard  <mjw@redhat.com>
693
694	* configure.ac: Set version to 0.154.
695
6962012-01-24  Mark Wielaard  <mjw@redhat.com>
697
698	* COPYING: Fix address. Updated version from gnulib.
699
7002012-01-23  Mark Wielaard  <mjw@redhat.com>
701
702	* configure.ac: Set version to 0.153, update copyright years.
703
7042012-01-20  Roland McGrath  <roland@hack.frob.com>
705
706	* configure.ac: Handle --enable-deterministic-archives.
707
7082011-10-08  Roland McGrath  <roland@hack.frob.com>
709
710	* configure.ac (eu_version): Use sed instead of ${x/y/z} syntax.
711	Use POSIX.2 $((...)) syntax instead of $[...].
712	Reported by Mike Frysinger <vapier@gentoo.org>.
713
7142011-10-08  Mike Frysinger  <vapier@gentoo.org>
715
716	* configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly.
717
7182011-10-02  Ulrich Drepper  <drepper@gmail.com>
719
720	* configure.ac: Check for __cxa_demangle in libstdc++.
721
7222011-02-08  Roland McGrath  <roland@redhat.com>
723
724	* configure.ac (C99 check): Use AC_LANG_SOURCE.
725
726	* configure.ac (ALL_LINGUAS): Remove variable, now obsolete.
727
7282010-09-13  Ulrich Drepper  <drepper@redhat.com>
729
730	* configure.ac (ALL_LINGUAS): Add languages which have some
731	translations.
732
7332010-04-15  Roland McGrath  <roland@redhat.com>
734
735	* configure.ac (LOCALEDIR, DATADIRNAME): Removed.
736
7372009-09-21  Ulrich Drepper  <drepper@redhat.com>
738
739	* configure.ac: Update for more modern autoconf.
740
7412009-08-26  Roland McGrath  <roland@redhat.com>
742
743	* configure.ac (zip_LIBS): Check for liblzma too.
744
7452009-04-19  Roland McGrath  <roland@redhat.com>
746
747	* configure.ac (eu_version): Round down here, not in version.h macros.
748
7492009-04-17  Roland McGrath  <roland@redhat.com>
750
751	* configure.ac (eu_version): Compute number 1000 times larger,
752	let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0).
753
7542009-01-23  Roland McGrath  <roland@redhat.com>
755
756	* configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
757
758	* configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
759	building with compiler support but no working runtime support.
760
7612009-01-22  Ulrich Drepper  <drepper@redhat.com>
762
763	* Makefile.am (rpm): The tarball is now bzip2-compressed.
764
7652009-01-10  Ulrich Drepper  <drepper@redhat.com>
766
767	* configure.ac: Require gcc with TLS support.
768	Rename USE_TLS to USE_LOCKS.  The option is renamed to
769	--enable-thread-safety.
770
7712009-01-08  Roland McGrath  <roland@redhat.com>
772
773	* configure.ac (eu_ZIPLIB): Moved to m4/zip.am.
774
7752009-01-05  Roland McGrath  <roland@redhat.com>
776
777	* configure.ac (eu_ZIPLIB): New macro.
778	Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS.
779
7802008-12-30  Ulrich Drepper  <drepper@redhat.com>
781
782	* configure.ac: We need automake 1.8 now.
783
7842008-12-24  Roland McGrath  <roland@redhat.com>
785
786	* configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
787	distribute only in .tar.bz2 form now.
788
7892008-12-16  Roland McGrath  <roland@redhat.com>
790
791	* Makefile.am (pkginclude_HEADERS): New variable, install version.h.
792	* configure.ac: Create it, substituting @eu_version@ with
793	PACKAGE_VERSION canonicalized to four digits of decimal.
794
7952008-08-25  Roland McGrath  <roland@redhat.com>
796
797	* configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too.
798
7992008-08-21  Roland McGrath  <roland@redhat.com>
800
801	* configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and
802	move the contents to lib/eu-config.h instead of keeping them here.
803
8042007-12-20  Ulrich Drepper  <drepper@redhat.com>
805
806	* configure.ac: Add support for --enable-debugpred.
807	Update likely/unlikely macros for it.
808
8092007-06-05  Ulrich Drepper  <drepper@redhat.com>
810
811	* Makefile.am: Remove traces of mini builds.
812	* configure.ac: Don't use libelf-po/POTFILES.in as config file
813	anymore.
814
8152007-05-16  Roland McGrath  <roland@redhat.com>
816
817	* configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability.
818
8192006-11-02  Roland McGrath  <roland@redhat.com>
820
821	* Makefile.am (EXTRA_DIST): Add EXCEPTION file.
822
8232006-08-29  Roland McGrath  <roland@redhat.com>
824
825	* configure.ac: Use AM_MAINTAINER_MODE.
826
8272006-07-12  Ulrich Drepper  <drepper@redhat.com>
828
829	* configure.ac (internal_function): Don't use internal visibility.
830
8312006-07-05  Ulrich Drepper  <drepper@redhat.com>
832
833	* configure.ac: Add dummy automake conditional to get dependencies
834	for non-generic linker right.  See src/Makefile.am.
835
8362005-11-18  Roland McGrath  <roland@redhat.com>
837
838	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
839
8402005-11-16  Roland McGrath  <roland@redhat.com>
841
842	* configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
843	In config.h, define ELFUTILS_HEADER macro.
844
8452005-11-15  Roland McGrath  <roland@redhat.com>
846
847	* Makefile.am (all_SUBDIRS): Add backends.
848	* configure.ac: Write backends/Makefile.
849
850	* configure.ac: Add --enable-tests-rpath option.
851
8522005-09-16  Roland McGrath  <roland@redhat.com>
853
854	* configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]:
855	Don't set it, since on IA64 you get error messages for unaligned
856	accesses, and on Alpha it's at least very slow.
857
8582005-08-29  Ulrich Drepper  <drepper@redhat.com>
859
860	* configure.ac: Fix GCOV make condition generation.
861
8622005-08-28  Ulrich Drepper  <drepper@redhat.com>
863
864	* configure.ac: Add --enable-gcov option.
865
8662005-08-06  Ulrich Drepper  <drepper@redhat.com>
867
868	* configure.ac: Add --enable-gprof option.
869
8702005-07-27  Roland McGrath  <roland@redhat.com>
871
872	* Makefile.am (all_SUBDIRS): Put libdwfl before libdw.
873
8742005-07-21  Roland McGrath  <roland@redhat.com>
875
876	* configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
877
8782005-06-01  Roland McGrath  <roland@redhat.com>
879
880	* Makefile.am (all_SUBDIRS): Add libdwfl.
881	* configure.ac: Write libdwfl/Makefile.
882
8832005-05-19  Roland McGrath  <roland@redhat.com>
884
885	* configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.
886
8872005-05-10  Ulrich Drepper  <drepper@redhat.com>
888
889	* configure.ac: Define MODVERSION in config.h.
890
8912005-02-22  Ulrich Drepper  <drepper@redhat.com>
892
893	* Makefile.am (all_SUBDIRS): Don't add doc subdir for now.
894	* configure.ac: Don't use doc subdir for now.
895
8962005-02-15  Ulrich Drepper  <drepper@redhat.com>
897
898	* configure.ac: Remove AM_GNU_GETTEXT use.  Use only AM_PO_SUBDIRS.
899
9002005-02-06  Ulrich Drepper  <drepper@redhat.com>
901
902	* configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2.
903
904	* Makefile.am (EXTRA_DIST): Remove splint.rc.
905	* splint.rc: Removed.
906
9072004-09-25  Ulrich Drepper  <drepper@redhat.com>
908
909	* configure.ac: Make compile with gcc 4.0.
910
9112004-03-06  Ulrich Drepper  <drepper@redhat.com>
912
913	* configure.ac: Use AS_HELP_STRING where applicable.
914
9152004-01-23  Ulrich Drepper  <drepper@redhat.com>
916
917	* configure.ac: Check for C99 compiler.
918
919	* configure.ac: Change locking macros in config.h to at least
920	evaluate the parameter.  Define base_cpu to none for generic linker.
921
9222004-01-21  Ulrich Drepper  <drepper@redhat.com>
923
924	* configure.ac: Print error message in case --disable-generic is
925	used if no linker support for the architecture is available.
926
9272004-01-18  Ulrich Drepper  <drepper@redhat.com>
928
929	* configure.ac: Dont generate libebl-po/Makefile.in,
930	libdw-po/Makefile.in, libasm-po/Makefile.in.
931
932	* Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po.
933
9342004-01-17  Ulrich Drepper  <drepper@redhat.com>
935
936	* configure.ac: Pretty printing of help message.
937
938	* configure.ac: Move AC_SYS_LARGEFILE test to the front.
939
940	* configure.ac: Add --enable-mudflap option.
941
9422004-01-17  Ulrich Drepper  <drepper@redhat.com>
943
944	* configure.ac: Major cleanups.  Use aux dir.
945	* config.guess: Moved to new config subdir.
946	* config.rpath: Likewise.
947	* config.sub: Likewise.
948	* depcomp: Likewise.
949	* install-sh: Likewise.
950	* missing: Likewise.
951	* mkinstalldirs: Likewise.
952	* Makefile.am (mini_SUBDIRS): Add config.
953	(EXTRA_DIST): Remove config.rpath.
954
955	* configure.ac: Add AC_REVISION.
956
957	* configure.ac: Add --enable-mudflap option.
958
9592004-01-11  Ulrich Drepper  <drepper@redhat.com>
960
961	* configure.ac: Drop libdwarf directory.  Add libdw-po.
962	* Makefile.am (all_SUBDIRS): Likewise.
963	* elfutils.spec: Don't distribute anything from libdwarf.
964
9652004-01-05  Ulrich Drepper  <drepper@redhat.com>
966
967	* Makefile.am: Support separate libelf built.
968
969	* elfutils.spec.in: Create separata elfutils-libelf-devel package.
970	Install libdw DSOs.
971
972	* configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file
973	name.
974
9752003-08-13  Ulrich Drepper  <drepper@redhat.com>
976
977	* elfutils.spec.in: Remove references to libebl.so.
978
9792003-08-11  Ulrich Drepper  <drepper@redhat.com>
980
981	* Moved to CVS archive.
982
9832000-08-25  Ulrich Drepper  <drepper@redhat.com>
984
985	* The beginning.  See the NEWS file for the time being.
986