• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
12021-02-05  Mark Wielaard  <mark@klomp.org>
2
3	* configure.ac (AC_INIT): Set version to 0.183.
4	(AC_COPYRIGHT): Update Copyright year.
5	* NEWS: Add 0.183 section.
6
72021-02-01  Érico Nogueira  <ericonr@disroot.org>
8
9	* configure.ac: Check for GNU strerror_r.
10
112021-01-12  Dmitry V. Levin  <ldv@altlinux.org>
12
13	* configure.ac [--enable-gcov]: Check for gcov, lcov, and genhtml.
14	* Makefile.am [GCOV] (coverage, coverage-clean): New targets.
15	* .gitignore: Update.
16
172020-12-20  Dmitry V. Levin  <ldv@altlinux.org>
18
19	* .gitignore: Move subdirectory patterns to separate .gitignore files.
20
21	* .gitignore: Update.
22
232020-12-15  Dmitry V. Levin  <ldv@altlinux.org>
24
25	* configure.ac (USE_NLS, AM_PO_SUBDIRS): Remove.
26	(AM_GNU_GETTEXT, AM_GNU_GETTEXT_VERSION,
27	AM_GNU_GETTEXT_REQUIRE_VERSION): Use these macros to setup the gettext
28	infrastructure.
29	* .gitignore: Update.
30
31	* Makefile.am (SUBDIRS): Remove m4.
32	* configure.ac (AC_CONFIG_FILES): Remove m4/Makefile.
33
34	* configure.ac (AC_CONFIG_MACRO_DIR): Remove.
35
362020-12-12  Dmitry V. Levin  <ldv@altlinux.org>
37
38	* configure.ac: Fix spelling typos in comments.
39	* NEWS: Fix spelling typos.
40	* NOTES: Likewise.
41	* TODO: Likewise.
42
432020-12-11  Dmitry V. Levin  <ldv@altlinux.org>
44
45	* configure.ac (AM_CONDITIONAL): Remove HAVE_LIBASM and STANDALONE.
46
47	* configure.ac: Rewrite argp check.
48
49	* configure.ac (AC_MSG_FAILURE): Fix typo.
50
512020-11-30  Dmitry V. Levin  <ldv@altlinux.org>
52
53	* configure.ac (LIBDEBUGINFOD_SONAME): New AC_SUBST variable.
54	(AC_CONFIG_FILES): Add debuginfod/debuginfod.h.
55
562020-11-01  Érico N. Rolim  <erico.erc@gmail.com>
57
58	* configure.ac: Check for fts and obstack from outside libc.
59
602020-10-28  Mark Wielaard  <mark@klomp.org>
61
62	* configure.ac: Set version to 0.182.
63	* NEWS: Add 0.182 section.
64
652020-10-28  Tom Tromey  <tom@tromey.com>
66
67	* .gitignore: Add /tests/leb128.
68
692020-10-01  Frank Ch. Eigler  <fche@redhat.com>
70
71	PR25461
72	* configure.ac: Add --enable-debuginfod-urls[=URLS] option.
73
742020-09-18  Mark Wielaard  <mark@klomp.org>
75
76	* configure.ac: Check availability of libzstd and zstd.
77
782020-09-08  Mark Wielaard  <mark@klomp.org>
79
80	* configure.ac: Set version to 0.181.
81	* NEWS: Add 0.181 section.
82
832020-08-20  Dmitry V. Levin  <ldv@altlinux.org>
84
85	* configure.ac (--enable-libdebuginfod): AC_DEFINE ENABLE_LIBDEBUGINFOD.
86
872020-07-17  Mark Wielaard  <mark@klomp.org>
88
89	* configure.ac: Set -DBAD_FTS=1 also for CXXFLAGS.
90
912020-06-19  Mark Wielaard  <mark@klomp.org>
92
93	* Makefile.am (SUBDIRS): Always add debuginfod.
94	* configure.ac (debuginfod): Split off...
95	(libdebuginfod): ... this. Also add DUMME_DEBUGINFOD.
96
972020-06-15  Sergei Trofimovich <slyfox@gentoo.org>
98
99	* configure.ac: Use READELF in build-id check.
100
1012020-06-11  Mark Wielaard  <mark@klomp.org>
102
103	* configure.ac: Set version to 0.180.
104	* NEWS: Add 0.180 section.
105	* .gitignore: Update with new generated file.
106
1072020-06-10  Mark Wielaard  <mark@klomp.org>
108
109	* configure.ac (MODVERSION): Remove.
110
1112020-03-30  Mark Wielaard  <mark@klomp.org>
112
113	* configure.ac: Set version to 0.179.
114	* NEWS: Add 0.179 section.
115
1162020-03-25  Mark Wielaard  <mark@klomp.org>
117
118	* README: Update mailinglist subscription info.
119	* CONTRIBUTING: Likewise.
120
1212020-02-03  Frank Ch. Eigler  <fche@redhat.com>
122
123	* configure.ac: Tolerate CXX= for debuginfod configuration.
124
1252019-12-11  Omar Sandoval  <osandov@fb.com>
126
127	* configure.ac: Apply -Werror after user-defined CFLAGS in
128	-D_FORTIFY_SOURCE=2 check.
129
1302019-12-06  Mark Wielaard  <mark@klomp.org>
131
132	* configure.ac: Add ac_cv_buildid check.
133
1342019-11-26  Mark Wielaard  <mark@klomp.org>
135
136	* configure.ac: Set version to 0.178.
137	NEWS: Add 0.178 section.
138
1392019-11-26  Mark Wielaard  <mark@klomp.org>
140
141	* configure.ac: Add CXXFLAGS for gcov.
142
1432019-10-28  Aaron Merey  <amerey@redhat.com>
144
145	* debuginfod/: New directory for debuginfod code.
146	* Makefile.am (SUBDIRS): Recurse there.
147	* configure.ac (--enable-debuginfod): New flag & checks.
148
1492019-08-25  Jonathon Anderson <jma14@rice.edu>
150
151	* configure.ac: Add new --enable-valgrind-annotations
152	* configure.ac: Add new --with-valgrind (headers only)
153
1542019-07-05  Omar Sandoval  <osandov@fb.com>
155
156	* configure.ac: Get rid of --enable-libebl-subdir.
157	* Makefile.am (SUBDIRS): Reorder backends and libcpu before libebl to
158	satisfy build dependencies.
159
1602019-08-13  Mark Wielaard  <mark@klomp.org>
161
162	* configure.ac: Set version to 0.177.
163	* NEWS: Mention elfclassify, readelf DW_AT_data_member_location
164	and DW_AT_discr_list attribute changes, dwarf.h DW_AT_GNU additions,
165	dwelf_elf_e_machine_string function, dwelf_elf_begin change and
166	C-SKY backend support.
167
1682019-02-14  Mark Wielaard  <mark@klomp.org>
169
170	* configure.ac: Set version to 0.176.
171	* NEWS: Mention riscv backend updates, new --enable-install-elfh
172	configure flag and fixed CVEs.
173	* GPG-KEY: Update.
174
1752019-01-18  Mark Wielaard  <mark@klomp.org>
176
177	* configure.ac: Add new --enable-install-elfh.
178
1792018-07-04  Ross Burton <ross.burton@intel.com>
180
181	* configure.ac: Check for gawk.
182
1832018-06-11  Mark Wielaard  <mark@klomp.org>
184
185	* configure.ac: Set version to 0.172.
186	* NEWS: Mention bug fixes.
187
1882018-06-01  Mark Wielaard  <mark@klomp.org>
189
190	* configure.ac: Set version to 0.171.
191	* NEWS: Mention DWARF5, split-dwarf and GNU DebugFission support.
192
1932018-03-17  Mark Wielaard  <mark@klomp.org>
194
195	* configure.ac (CHECK_FUNCS): Check for process_vm_readv.
196
1972018-02-09  Joshua Watt  <JPEWhacker@gmail.com>
198
199	* configure.ac (HAVE_FALLTHROUGH): New define.
200
2012017-10-16  Mark Wielaard  <mark@klomp.org>
202
203	* .gitignore: Remove tests/md5-sha1-test.
204
2052017-08-18  Ulf Hermann  <ulf.hermann@qt.io>
206
207	* configure.ac: Check if the compiler supports
208	__attribute__((gcc_struct)).
209
2102017-09-19  Mark Wielaard  <mark@klomp.org>
211
212	* README: Add basic build instructions.
213
2142017-05-03  Ulf Hermann  <ulf.hermann@qt.io>
215
216	* configure.ac: Test if symbol versioning is supported.
217
2182017-04-27  Ulf Hermann  <ulf.hermann@qt.io>
219
220	* configure.ac: Check if the compiler supports
221	__attribute__((visibility(...))).
222
2232017-04-27  Ulf Hermann  <ulf.hermann@qt.io>
224
225	* configure.ac: Check if -fPIC, -fPIE, -Wl,-z,defs,
226	and -Wl,-z,relro are supported by the compiler.
227
2282017-08-02  Mark Wielaard  <mark@klomp.org>
229
230	* configure.ac: Set version to 0.170.
231	* NEWS: Mention new libdw dwarf_line_file function.
232
2332017-07-26  Mark Wielaard  <mark@klomp.org>
234
235	* NEWS: Mention dwarf_getmacros handling version 5 .debug_macro.
236
2372017-07-26  Mark Wielaard  <mark@klomp.org>
238
239	* NEWS: Mention dwarf_peel_type DWARF5 tags improvement.
240
2412017-07-26  Mark Wielaard  <mark@klomp.org>
242
243	* NEWS: Mention new DWARF5 calling conventions and defaulted member
244	function.
245
2462017-07-26  Mark Wielaard  <mark@klomp.org>
247
248	* NEWS: Mention new dwarf_default_lower_bound function.
249
2502017-07-25  Mark Wielaard  <mark@klomp.org>
251
252	* NEWS: Mention new DWARF5 attributes, tags, character encodings
253	and language codes in dwarf.h.
254
2552017-07-18  Mark Wielaard  <mark@klomp.org>
256
257	* configure.ac: Don't check for linux/bpf.h.
258	* NEWS: Mention always build bpf backend.
259
2602017-07-14  Mark Wielaard  <mark@klomp.org>
261
262	* NEWS: Add 0.170 section and new strip options.
263
2642017-05-05  Mark Wielaard  <mark@klomp.org>
265
266	* configure.ac: Set version to 0.169. Update copyright year.
267	* NEWS: Add 0.169 section.
268
2692017-04-21  Ulf Hermann  <ulf.hermann@qt.io>
270
271	* .gitignore: Add fillfile and peel_type tests.
272
2732017-02-15  Ulf Hermann  <ulf.hermann@qt.io>
274
275	* configure.ac: Add check for mempcpy.
276
2772017-02-09  Mark Wielaard  <mark@klomp.org>
278
279	* configure.ac: Add check for adding -D_FORTIFY_SOURCE=2 to CFLAGS.
280
2812017-01-12  Mark Wielaard  <mark@klomp.org>
282
283	* configure.ac: Define PACKAGE_URL for older autoconf.
284
2852016-12-27  Mark Wielaard  <mark@klomp.org>
286
287	* configure.ac: Set version to 0.168.
288	* NEWS: Add 0.168 updates.
289
2902016-12-24  Mark Wielaard  <mark@klomp.org>
291
292	* README: Move design notes to NOTES. Add URLs for home, releases,
293	bugs, git and mailinglist now on sourceware.
294	* NOTES: Add notes from README.
295	* CONTRIBUTING: Change fedorahosted.org references to new
296	sourceware.org locations.
297	* configure.ac (AC_INIT): Add package URL http://elfutils.org/
298	change bug-report to https://sourceware.org/bugzilla/
299	(AC_COPYRIGHT): Set to the elfutils developers.
300
3012016-11-23  Mark Wielaard  <mjw@redhat.com>
302
303	* configure.ac: Add test for bad fts.h. Add -DBAD_FTS=1 to CFLAGS
304	if necessary.
305
3062016-11-02  Mark Wielaard  <mjw@redhat.com>
307
308	* configure.ac: Add check for whether gcc accepts
309	-Wimplict-fallthrough.
310
3112016-10-11  Akihiko Odaki  <akihiko.odaki.4i@stu.hosei.ac.jp>
312
313	* configure.ac: Add memrchr, rawmemchr and powerof2 checks.
314
3152016-08-04  Mark Wielaard  <mjw@redhat.com>
316
317	* configure.ac: Set version to 0.167.
318	* NEWS: Add 0.167 section.
319
3202016-07-06  Mark Wielaard  <mjw@redhat.com>
321
322	* .gitignore: Remove src/ld. ldlex.c, ldscript.c and ldscript.h.
323	* configure.ac (enable generic): Removed.
324
3252016-06-28  Richard Henderson <rth@redhat.com>
326
327	* configure.ac (HAVE_LINUX_BPF_H): New test and conditional.
328
3292016-06-10  Mark Wielaard  <mjw@redhat.com>
330
331	* CONTRIBUTING: Extend patch, committer and maintainer guidelines.
332
3332016-05-02  Filipe Brandenburger  <filbranden@google.com>
334
335	* configure.ac (argp check): Pass pass &argv.
336	* configure.ac (-W<...> checks): Pass -Werror to the warning checks,
337	to ensure unsupported warning options are noticed during ./configure
338	time and not only later during build.
339
3402016-03-31  Mark Wielaard  <mjw@redhat.com>
341
342	* configure.ac: Set version to 0.166.
343
3442016-03-02  Mark Wielaard  <mjw@redhat.com>
345
346	* configure.ac: Set program_prefix to eu- by default.
347	* NEWS (0.166): New sections, document --program-prefix default.
348
3492016-02-13  Mark Wielaard  <mjw@redhat.com>
350
351	* configure.ac: Add check for whether gcc accepts -Wnull-dereference.
352
3532016-02-08  Mark Wielaard  <mjw@redhat.com>
354
355	* configure.ac: Add checks for sane -Wlogical-op and whether gcc
356	accepts -Wduplicated-cond.
357
3582016-01-08  Mark Wielaard  <mjw@redhat.com>
359
360	* configure.ac: Set version to 0.165.
361	* NEWS: Add 0.164 section.
362
3632016-01-04  Mark Wielaard  <mjw@redhat.com>
364
365	* configure.ac: Add BZ2_LIBS and LIBLZMA substitutions.
366	Add config/libelf.pc and config/libdw.pc config files.
367
3682015-12-31  Mark Wielaard  <mjw@redhat.com>
369
370	* Makefile.am (AM_MAKEFLAGS): Set --no-print-directory.
371
3722015-10-16  Mark Wielaard  <mjw@redhat.com>
373
374	* configure.ac: Make zlib mandatory.
375
3762015-10-15  Mark Wielaard  <mjw@redhat.com>
377
378	* configure.ac: Set version to 0.164.
379	* NEWS: Add 0.164 additions.
380
3812015-10-07  Mark Wielaard  <mjw@redhat.com>
382
383	* configure.ac: Add AM_SILENT_RULES([yes]).
384
3852015-09-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
386
387	* configure.ac: Use -fPIC instead of -fpic to avoid relocation
388	overflows in some platforms.
389
3902015-07-11  Pino Toscano  <toscano.pino@tiscali.it>
391
392	* .gitignore: Add more generated files, and anchor some of the
393	existing ones.
394
3952015-06-19  Mark Wielaard  <mjw@redhat.com>
396
397	* configure.ac: Set version to 0.163.
398	* NEWS: Mention 0.163 is bug fixes only.
399
4002015-06-10  Mark Wielaard  <mjw@redhat.com>
401
402	* configure.ac: Set version to 0.162.
403	* NEWS: Add 0.162 additions.
404
4052015-06-08  Mark Wielaard  <mjw@redhat.com>
406
407	* configure.ac (ADD_STACK_USAGE_WARNING): New conditional based on
408	gcc -Wstack-usage check.
409
4102015-05-31  Mark Wielaard  <mjw@redhat.com>
411
412	* configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version
413	and ac_cv_build.
414
4152015-05-31  Mark Wielaard  <mjw@redhat.com>
416
417	* configure.ac (use_undefined): Use AC_LINK_IFELSE. AC_DEFINE
418	CHECK_UNDEFINED.
419
4202015-05-30  Mark Wielaard  <mjw@redhat.com>
421
422	* configure.ac: Check for bunzip2. Check flex and bison are
423	installed in maintainer-mode. Otherwise check libdw/known-dwarf.h
424	is already generated.
425
4262015-05-21  Mark Wielaard  <mjw@redhat.com>
427
428	* configure.ac: Add --enable-sanitize-undefined.
429	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Rename to...
430	(AM_DISTCHECK_CONFIGURE_FLAGS): this. Add --enable-sanitize-undefined.
431
4322015-05-04  Anthony G. Basile  <blueness@gentoo.org>
433
434	* configure.ac (argp_LDADD): Check if libc has argp and set
435	argp_LDADD accordingly.
436
4372015-05-03  Max Filippov  <jcmvbkbc@gmail.com>
438
439	* configure.ac (DEMANGLE): Fix enable_demangler setting.
440
4412015-05-01  Mark Wielaard  <mjw@redhat.com>
442
443	* configure.ac (DEMANGLE): Explicitly set enable_demangler.
444
4452015-05-01  Mark Wielaard  <mjw@redhat.com>
446
447	* configure.ac (debugpred): Use and set use_debugpred_val.
448	(textrelcheck): Explicitly set enable_textrelcheck to yes or no.
449	(symbol-versioning): Likewise for enable_symbol_versioning.
450	AC_MSG_NOTICE overview of enabled/disabled features.
451
4522015-04-23  Max Filippov  <jcmvbkbc@gmail.com>
453
454	* configure.ac: Add --disable-symbol-versioning.
455
4562015-04-14  Mark Wielaard  <mjw@redhat.com>
457
458	* configure.ac (ac_cv_c99): Add explicit checks for all GNU99
459	extensions used.
460
4612015-03-13  Mark Wielaard  <mjw@redhat.com>
462
463	* configure.ac (ac_cv_c99): Add explicit return.
464	(ac_cv_tls): Add stdlib.h include.
465
4662014-12-18  Mark Wielaard  <mjw@redhat.com>
467
468	* configure.ac: Set version to 0.161.
469	* NEWS: Add dwarf.h additions.
470
4712014-12-15  Josh Stone  <jistone@redhat.com>
472
473	* .gitignore: Add config/compile as installed by automake 1.14.
474
4752014-11-27  Mark Wielaard  <mjw@redhat.com>
476
477	* configure.ac: Add --disable-textrelcheck.
478
4792014-10-06  Mark Wielaard  <mjw@redhat.com>
480
481	* NEWS: New section 0.161. Add dwarf_peel_type.
482
4832014-08-25  Mark Wielaard  <mjw@redhat.com>
484
485	* configure.ac: Set version to 0.160.
486	* NEWS: Add removal of DW_TAG_mutable_type, LZMA .ko.xz kernel
487	module support, ARM THUMB functions and ppc64le ELFv2 abi backends.
488
4892014-08-15  Mark Wielaard  <mjw@redhat.com>
490
491	* NEWS: Add dwarf_cu_die.
492
4932014-08-15  Mark Wielaard  <mjw@redhat.com>
494
495	* NEWS: Add dwarf_cu_getdwarf.
496
4972014-07-18  Mark Wielaard  <mjw@redhat.com>
498
499	* configure.ac (AC_CHECK_TYPE): Test for struct user_regs_struct.
500
5012014-05-26  Mark Wielaard  <mjw@redhat.com>
502
503	* NEWS: New section 0.160. Add unstrip --force.
504
5052014-05-17  Mark Wielaard  <mjw@redhat.com>
506
507	* configure.ac: Set version to 0.159.
508	* NEWS: Add entries for version 0.159.
509
5102014-05-02  Mark Wielaard  <mjw@redhat.com>
511
512	* NEWS: Add note about dwz support no longer being experimental and
513	new helper functions.
514	* configure.ac: Remove --enable-dwz.
515	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove --enable-dwz.
516
5172014-04-11  Mark Wielaard  <mjw@redhat.com>
518
519	* Makefile.am (SUBDIRS): Add libdwelf.
520	* configure.ac (AC_CONFIG_FILES): Add libdwelf/Makefile.
521	* NEWS: Add note about libdwelf.
522
5232014-04-13  Mark Wielaard  <mjw@redhat.com>
524
525	* configure.ac: Remove mudflap enable arg and MUDFLAP conditional.
526
5272014-01-21  Mark Wielaard  <mjw@redhat.com>
528
529	* NEWS (Version 0.159): Add stack -i.
530
5312014-01-20  Mark Wielaard  <mjw@redhat.com>
532
533	* NEWS (Version 0.159): New. Add stack -d.
534
5352014-01-03  Mark Wielaard  <mjw@redhat.com>
536
537	* configure.ac: Set version to 0.158.
538	* NEWS: Add entries for version 0.158.
539
5402013-12-20  Mark Wielaard  <mjw@redhat.com>
541
542	* NEWS (libdwfl): Add dwfl_getthread_frames.
543	(stack): New entry.
544
5452013-12-18  Mark Wielaard  <mjw@redhat.com>
546
547	* NEWS (libdwfl): Add dwfl_module_getsym_info and
548	dwfl_module_addrinfo.
549	(addr2line): Add -x option.
550
5512013-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
552
553	* NEWS (Version 0.158) (libdwfl): Added Dwfl_Thread_Callbacks,
554	Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl,
555	dwfl_thread_tid, dwfl_frame_thread, dwfl_thread_state_registers,
556	dwfl_thread_state_register_pc, dwfl_getthreads, dwfl_thread_getframes
557	and dwfl_frame_pc.
558
5592013-12-16  Mark Wielaard  <mjw@redhat.com>
560
561	* NEWS (libdwfl): Add dwfl_module_getsymtab_first_global.
562
5632013-12-09  Josh Stone  <jistone@redhat.com>
564
565	* .gitignore: Add config/ar-lib, installed due to AM_PROG_AR.
566
5672013-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
568
569	* configure.ac (CC_BIARCH): Remove AS_IF for it.
570
5712013-11-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
572
573	* configure.ac: New AC_CHECK_SIZEOF for long.  Call utrace_BIARCH, new
574	AC_SUBST for CC_BIARCH.
575
5762013-11-06  Mark Wielaard  <mjw@redhat.com>
577
578	* configure.ac (--enable-dwz): Add AC_MSG_WARN when disabled but
579	local system does have /usr/lib/debug/.dwz.
580
5812013-11-06  Mark Wielaard  <mjw@redhat.com>
582
583	* configure.ac (--enable-thread-safety): Add AC_MSG_WARN experimental
584	option.
585
5862013-11-01  Michael Forney  <mforney@mforney.org>
587
588	* configure.ac: Call AM_PROG_AR and AC_CHECK_TOOL for readelf and nm.
589
5902013-10-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
591
592	* NEWS (Version 0.158): New.
593
5942013-09-30  Mark Wielaard  <mjw@redhat.com>
595
596	* NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes.
597
5982013-09-27  Mark Wielaard  <mjw@redhat.com>
599
600	* configure.ac: Set version to 0.157.
601	* NEWS: Add entries for version 0.157.
602
6032013-09-20  Mark Wielaard  <mjw@redhat.com>
604
605	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz.
606
6072013-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
608
609	* configure.ac: Set version to 0.156.
610
6112013-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
612
613	* NEWS: Remove bugfix only entries from Version 0.156.
614
6152013-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
616
617	* NEWS: Add entries for Version 0.156.
618
6192013-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
620
621	* NEWS (Version 0.156): New.
622
6232013-04-26  Mark Wielaard  <mjw@redhat.com>
624
625	* configure.ac (AM_INIT_AUTOMAKE): Request parallel-tests.
626
6272013-04-25  Mark Wielaard  <mjw@redhat.com>
628
629	* .gitignore: Add config/test-driver as installed by automake 1.13.
630	* configure.ac (AM_INIT_AUTOMAKE): Require at least automake 1.11.
631
6322012-10-01  Mark Wielaard  <mjw@redhat.com>
633
634	* configure.ac: Add --enable-valgrind check.
635	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-valgrind.
636
6372012-08-27  Mark Wielaard  <mjw@redhat.com>
638
639	* configure.ac: Set version to 0.155.
640
6412012-08-24  Mark Wielaard  <mjw@redhat.com>
642
643	* configure.ac: Add --enable-dwz check, defaults to no.
644
6452012-07-24  Mark Wielaard  <mjw@redhat.com>
646
647	* TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
648
6492012-06-22  Mark Wielaard  <mjw@redhat.com>
650
651	* configure.ac: Set version to 0.154.
652
6532012-01-24  Mark Wielaard  <mjw@redhat.com>
654
655	* COPYING: Fix address. Updated version from gnulib.
656
6572012-01-23  Mark Wielaard  <mjw@redhat.com>
658
659	* configure.ac: Set version to 0.153, update copyright years.
660
6612012-01-20  Roland McGrath  <roland@hack.frob.com>
662
663	* configure.ac: Handle --enable-deterministic-archives.
664
6652011-10-08  Roland McGrath  <roland@hack.frob.com>
666
667	* configure.ac (eu_version): Use sed instead of ${x/y/z} syntax.
668	Use POSIX.2 $((...)) syntax instead of $[...].
669	Reported by Mike Frysinger <vapier@gentoo.org>.
670
6712011-10-08  Mike Frysinger  <vapier@gentoo.org>
672
673	* configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly.
674
6752011-10-02  Ulrich Drepper  <drepper@gmail.com>
676
677	* configure.ac: Check for __cxa_demangle in libstdc++.
678
6792011-02-08  Roland McGrath  <roland@redhat.com>
680
681	* configure.ac (C99 check): Use AC_LANG_SOURCE.
682
683	* configure.ac (ALL_LINGUAS): Remove variable, now obsolete.
684
6852010-09-13  Ulrich Drepper  <drepper@redhat.com>
686
687	* configure.ac (ALL_LINGUAS): Add languages which have some
688	translations.
689
6902010-04-15  Roland McGrath  <roland@redhat.com>
691
692	* configure.ac (LOCALEDIR, DATADIRNAME): Removed.
693
6942009-09-21  Ulrich Drepper  <drepper@redhat.com>
695
696	* configure.ac: Update for more modern autoconf.
697
6982009-08-26  Roland McGrath  <roland@redhat.com>
699
700	* configure.ac (zip_LIBS): Check for liblzma too.
701
7022009-04-19  Roland McGrath  <roland@redhat.com>
703
704	* configure.ac (eu_version): Round down here, not in version.h macros.
705
7062009-04-17  Roland McGrath  <roland@redhat.com>
707
708	* configure.ac (eu_version): Compute number 1000 times larger,
709	let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0).
710
7112009-01-23  Roland McGrath  <roland@redhat.com>
712
713	* configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
714
715	* configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
716	building with compiler support but no working runtime support.
717
7182009-01-22  Ulrich Drepper  <drepper@redhat.com>
719
720	* Makefile.am (rpm): The tarball is now bzip2-compressed.
721
7222009-01-10  Ulrich Drepper  <drepper@redhat.com>
723
724	* configure.ac: Require gcc with TLS support.
725	Rename USE_TLS to USE_LOCKS.  The option is renamed to
726	--enable-thread-safety.
727
7282009-01-08  Roland McGrath  <roland@redhat.com>
729
730	* configure.ac (eu_ZIPLIB): Moved to m4/zip.am.
731
7322009-01-05  Roland McGrath  <roland@redhat.com>
733
734	* configure.ac (eu_ZIPLIB): New macro.
735	Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS.
736
7372008-12-30  Ulrich Drepper  <drepper@redhat.com>
738
739	* configure.ac: We need automake 1.8 now.
740
7412008-12-24  Roland McGrath  <roland@redhat.com>
742
743	* configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
744	distribute only in .tar.bz2 form now.
745
7462008-12-16  Roland McGrath  <roland@redhat.com>
747
748	* Makefile.am (pkginclude_HEADERS): New variable, install version.h.
749	* configure.ac: Create it, substituting @eu_version@ with
750	PACKAGE_VERSION canonicalized to four digits of decimal.
751
7522008-08-25  Roland McGrath  <roland@redhat.com>
753
754	* configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too.
755
7562008-08-21  Roland McGrath  <roland@redhat.com>
757
758	* configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and
759	move the contents to lib/eu-config.h instead of keeping them here.
760
7612007-12-20  Ulrich Drepper  <drepper@redhat.com>
762
763	* configure.ac: Add support for --enable-debugpred.
764	Update likely/unlikely macros for it.
765
7662007-06-05  Ulrich Drepper  <drepper@redhat.com>
767
768	* Makefile.am: Remove traces of mini builds.
769	* configure.ac: Don't use libelf-po/POTFILES.in as config file
770	anymore.
771
7722007-05-16  Roland McGrath  <roland@redhat.com>
773
774	* configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability.
775
7762006-11-02  Roland McGrath  <roland@redhat.com>
777
778	* Makefile.am (EXTRA_DIST): Add EXCEPTION file.
779
7802006-08-29  Roland McGrath  <roland@redhat.com>
781
782	* configure.ac: Use AM_MAINTAINER_MODE.
783
7842006-07-12  Ulrich Drepper  <drepper@redhat.com>
785
786	* configure.ac (internal_function): Don't use internal visibility.
787
7882006-07-05  Ulrich Drepper  <drepper@redhat.com>
789
790	* configure.ac: Add dummy automake conditional to get dependencies
791	for non-generic linker right.  See src/Makefile.am.
792
7932005-11-18  Roland McGrath  <roland@redhat.com>
794
795	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
796
7972005-11-16  Roland McGrath  <roland@redhat.com>
798
799	* configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
800	In config.h, define ELFUTILS_HEADER macro.
801
8022005-11-15  Roland McGrath  <roland@redhat.com>
803
804	* Makefile.am (all_SUBDIRS): Add backends.
805	* configure.ac: Write backends/Makefile.
806
807	* configure.ac: Add --enable-tests-rpath option.
808
8092005-09-16  Roland McGrath  <roland@redhat.com>
810
811	* configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]:
812	Don't set it, since on IA64 you get error messages for unaligned
813	accesses, and on Alpha it's at least very slow.
814
8152005-08-29  Ulrich Drepper  <drepper@redhat.com>
816
817	* configure.ac: Fix GCOV make condition generation.
818
8192005-08-28  Ulrich Drepper  <drepper@redhat.com>
820
821	* configure.ac: Add --enable-gcov option.
822
8232005-08-06  Ulrich Drepper  <drepper@redhat.com>
824
825	* configure.ac: Add --enable-gprof option.
826
8272005-07-27  Roland McGrath  <roland@redhat.com>
828
829	* Makefile.am (all_SUBDIRS): Put libdwfl before libdw.
830
8312005-07-21  Roland McGrath  <roland@redhat.com>
832
833	* configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
834
8352005-06-01  Roland McGrath  <roland@redhat.com>
836
837	* Makefile.am (all_SUBDIRS): Add libdwfl.
838	* configure.ac: Write libdwfl/Makefile.
839
8402005-05-19  Roland McGrath  <roland@redhat.com>
841
842	* configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.
843
8442005-05-10  Ulrich Drepper  <drepper@redhat.com>
845
846	* configure.ac: Define MODVERSION in config.h.
847
8482005-02-22  Ulrich Drepper  <drepper@redhat.com>
849
850	* Makefile.am (all_SUBDIRS): Don't add doc subdir for now.
851	* configure.ac: Don't use doc subdir for now.
852
8532005-02-15  Ulrich Drepper  <drepper@redhat.com>
854
855	* configure.ac: Remove AM_GNU_GETTEXT use.  Use only AM_PO_SUBDIRS.
856
8572005-02-06  Ulrich Drepper  <drepper@redhat.com>
858
859	* configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2.
860
861	* Makefile.am (EXTRA_DIST): Remove splint.rc.
862	* splint.rc: Removed.
863
8642004-09-25  Ulrich Drepper  <drepper@redhat.com>
865
866	* configure.ac: Make compile with gcc 4.0.
867
8682004-03-06  Ulrich Drepper  <drepper@redhat.com>
869
870	* configure.ac: Use AS_HELP_STRING where applicable.
871
8722004-01-23  Ulrich Drepper  <drepper@redhat.com>
873
874	* configure.ac: Check for C99 compiler.
875
876	* configure.ac: Change locking macros in config.h to at least
877	evaluate the parameter.  Define base_cpu to none for generic linker.
878
8792004-01-21  Ulrich Drepper  <drepper@redhat.com>
880
881	* configure.ac: Print error message in case --disable-generic is
882	used if no linker support for the architecture is available.
883
8842004-01-18  Ulrich Drepper  <drepper@redhat.com>
885
886	* configure.ac: Dont generate libebl-po/Makefile.in,
887	libdw-po/Makefile.in, libasm-po/Makefile.in.
888
889	* Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po.
890
8912004-01-17  Ulrich Drepper  <drepper@redhat.com>
892
893	* configure.ac: Pretty printing of help message.
894
895	* configure.ac: Move AC_SYS_LARGEFILE test to the front.
896
897	* configure.ac: Add --enable-mudflap option.
898
8992004-01-17  Ulrich Drepper  <drepper@redhat.com>
900
901	* configure.ac: Major cleanups.  Use aux dir.
902	* config.guess: Moved to new config subdir.
903	* config.rpath: Likewise.
904	* config.sub: Likewise.
905	* depcomp: Likewise.
906	* install-sh: Likewise.
907	* missing: Likewise.
908	* mkinstalldirs: Likewise.
909	* Makefile.am (mini_SUBDIRS): Add config.
910	(EXTRA_DIST): Remove config.rpath.
911
912	* configure.ac: Add AC_REVISION.
913
914	* configure.ac: Add --enable-mudflap option.
915
9162004-01-11  Ulrich Drepper  <drepper@redhat.com>
917
918	* configure.ac: Drop libdwarf directory.  Add libdw-po.
919	* Makefile.am (all_SUBDIRS): Likewise.
920	* elfutils.spec: Don't distribute anything from libdwarf.
921
9222004-01-05  Ulrich Drepper  <drepper@redhat.com>
923
924	* Makefile.am: Support separate libelf built.
925
926	* elfutils.spec.in: Create separata elfutils-libelf-devel package.
927	Install libdw DSOs.
928
929	* configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file
930	name.
931
9322003-08-13  Ulrich Drepper  <drepper@redhat.com>
933
934	* elfutils.spec.in: Remove references to libebl.so.
935
9362003-08-11  Ulrich Drepper  <drepper@redhat.com>
937
938	* Moved to CVS archive.
939
9402000-08-25  Ulrich Drepper  <drepper@redhat.com>
941
942	* The beginning.  See the NEWS file for the time being.
943