Add elfclassify to .gitignore
[platform/upstream/elfutils.git] / ChangeLog
1 2019-08-13  Mark Wielaard  <mark@klomp.org>
2
3         * configure.ac: Set version to 0.177.
4         * NEWS: Mention elfclassify, readelf DW_AT_data_member_location
5         and DW_AT_discr_list attribute changes, dwarf.h DW_AT_GNU additions,
6         dwelf_elf_e_machine_string function, dwelf_elf_begin change and
7         C-SKY backend support.
8
9 2019-02-14  Mark Wielaard  <mark@klomp.org>
10
11         * configure.ac: Set version to 0.176.
12         * NEWS: Mention riscv backend updates, new --enable-install-elfh
13         configure flag and fixed CVEs.
14         * GPG-KEY: Update.
15
16 2019-01-18  Mark Wielaard  <mark@klomp.org>
17
18         * configure.ac: Add new --enable-install-elfh.
19
20 2018-07-04  Ross Burton <ross.burton@intel.com>
21
22         * configure.ac: Check for gawk.
23
24 2018-06-11  Mark Wielaard  <mark@klomp.org>
25
26         * configure.ac: Set version to 0.172.
27         * NEWS: Mention bug fixes.
28
29 2018-06-01  Mark Wielaard  <mark@klomp.org>
30
31         * configure.ac: Set version to 0.171.
32         * NEWS: Mention DWARF5, split-dwarf and GNU DebugFission support.
33
34 2018-03-17  Mark Wielaard  <mark@klomp.org>
35
36         * configure.ac (CHECK_FUNCS): Check for process_vm_readv.
37
38 2018-02-09  Joshua Watt  <JPEWhacker@gmail.com>
39
40         * configure.ac (HAVE_FALLTHROUGH): New define.
41
42 2017-10-16  Mark Wielaard  <mark@klomp.org>
43
44         * .gitignore: Remove tests/md5-sha1-test.
45
46 2017-08-18  Ulf Hermann  <ulf.hermann@qt.io>
47
48         * configure.ac: Check if the compiler supports
49         __attribute__((gcc_struct)).
50
51 2017-09-19  Mark Wielaard  <mark@klomp.org>
52
53         * README: Add basic build instructions.
54
55 2017-05-03  Ulf Hermann  <ulf.hermann@qt.io>
56
57         * configure.ac: Test if symbol versioning is supported.
58
59 2017-04-27  Ulf Hermann  <ulf.hermann@qt.io>
60
61         * configure.ac: Check if the compiler supports
62         __attribute__((visibility(...))).
63
64 2017-04-27  Ulf Hermann  <ulf.hermann@qt.io>
65
66         * configure.ac: Check if -fPIC, -fPIE, -Wl,-z,defs,
67         and -Wl,-z,relro are supported by the compiler.
68
69 2017-08-02  Mark Wielaard  <mark@klomp.org>
70
71         * configure.ac: Set version to 0.170.
72         * NEWS: Mention new libdw dwarf_line_file function.
73
74 2017-07-26  Mark Wielaard  <mark@klomp.org>
75
76         * NEWS: Mention dwarf_getmacros handling version 5 .debug_macro.
77
78 2017-07-26  Mark Wielaard  <mark@klomp.org>
79
80         * NEWS: Mention dwarf_peel_type DWARF5 tags improvement.
81
82 2017-07-26  Mark Wielaard  <mark@klomp.org>
83
84         * NEWS: Mention new DWARF5 calling conventions and defaulted member
85         function.
86
87 2017-07-26  Mark Wielaard  <mark@klomp.org>
88
89         * NEWS: Mention new dwarf_default_lower_bound function.
90
91 2017-07-25  Mark Wielaard  <mark@klomp.org>
92
93         * NEWS: Mention new DWARF5 attributes, tags, character encodings
94         and language codes in dwarf.h.
95
96 2017-07-18  Mark Wielaard  <mark@klomp.org>
97
98         * configure.ac: Don't check for linux/bpf.h.
99         * NEWS: Mention always build bpf backend.
100
101 2017-07-14  Mark Wielaard  <mark@klomp.org>
102
103         * NEWS: Add 0.170 section and new strip options.
104
105 2017-05-05  Mark Wielaard  <mark@klomp.org>
106
107         * configure.ac: Set version to 0.169. Update copyright year.
108         * NEWS: Add 0.169 section.
109
110 2017-04-21  Ulf Hermann  <ulf.hermann@qt.io>
111
112         * .gitignore: Add fillfile and peel_type tests.
113
114 2017-02-15  Ulf Hermann  <ulf.hermann@qt.io>
115
116         * configure.ac: Add check for mempcpy.
117
118 2017-02-09  Mark Wielaard  <mark@klomp.org>
119
120         * configure.ac: Add check for adding -D_FORTIFY_SOURCE=2 to CFLAGS.
121
122 2017-01-12  Mark Wielaard  <mark@klomp.org>
123
124         * configure.ac: Define PACKAGE_URL for older autoconf.
125
126 2016-12-27  Mark Wielaard  <mark@klomp.org>
127
128         * configure.ac: Set version to 0.168.
129         * NEWS: Add 0.168 updates.
130
131 2016-12-24  Mark Wielaard  <mark@klomp.org>
132
133         * README: Move design notes to NOTES. Add URLs for home, releases,
134         bugs, git and mailinglist now on sourceware.
135         * NOTES: Add notes from README.
136         * CONTRIBUTING: Change fedorahosted.org references to new
137         sourceware.org locations.
138         * configure.ac (AC_INIT): Add package URL http://elfutils.org/
139         change bug-report to https://sourceware.org/bugzilla/
140         (AC_COPYRIGHT): Set to the elfutils developers.
141
142 2016-11-23  Mark Wielaard  <mjw@redhat.com>
143
144         * configure.ac: Add test for bad fts.h. Add -DBAD_FTS=1 to CFLAGS
145         if necessary.
146
147 2016-11-02  Mark Wielaard  <mjw@redhat.com>
148
149         * configure.ac: Add check for whether gcc accepts
150         -Wimplict-fallthrough.
151
152 2016-10-11  Akihiko Odaki  <akihiko.odaki.4i@stu.hosei.ac.jp>
153
154         * configure.ac: Add memrchr, rawmemchr and powerof2 checks.
155
156 2016-08-04  Mark Wielaard  <mjw@redhat.com>
157
158         * configure.ac: Set version to 0.167.
159         * NEWS: Add 0.167 section.
160
161 2016-07-06  Mark Wielaard  <mjw@redhat.com>
162
163         * .gitignore: Remove src/ld. ldlex.c, ldscript.c and ldscript.h.
164         * configure.ac (enable generic): Removed.
165
166 2016-06-28  Richard Henderson <rth@redhat.com>
167
168         * configure.ac (HAVE_LINUX_BPF_H): New test and conditional.
169
170 2016-06-10  Mark Wielaard  <mjw@redhat.com>
171
172         * CONTRIBUTING: Extend patch, committer and maintainer guidelines.
173
174 2016-05-02  Filipe Brandenburger  <filbranden@google.com>
175
176         * configure.ac (argp check): Pass pass &argv.
177         * configure.ac (-W<...> checks): Pass -Werror to the warning checks,
178         to ensure unsupported warning options are noticed during ./configure
179         time and not only later during build.
180
181 2016-03-31  Mark Wielaard  <mjw@redhat.com>
182
183         * configure.ac: Set version to 0.166.
184
185 2016-03-02  Mark Wielaard  <mjw@redhat.com>
186
187         * configure.ac: Set program_prefix to eu- by default.
188         * NEWS (0.166): New sections, document --program-prefix default.
189
190 2016-02-13  Mark Wielaard  <mjw@redhat.com>
191
192         * configure.ac: Add check for whether gcc accepts -Wnull-dereference.
193
194 2016-02-08  Mark Wielaard  <mjw@redhat.com>
195
196         * configure.ac: Add checks for sane -Wlogical-op and whether gcc
197         accepts -Wduplicated-cond.
198
199 2016-01-08  Mark Wielaard  <mjw@redhat.com>
200
201         * configure.ac: Set version to 0.165.
202         * NEWS: Add 0.164 section.
203
204 2016-01-04  Mark Wielaard  <mjw@redhat.com>
205
206         * configure.ac: Add BZ2_LIBS and LIBLZMA substitutions.
207         Add config/libelf.pc and config/libdw.pc config files.
208
209 2015-12-31  Mark Wielaard  <mjw@redhat.com>
210
211         * Makefile.am (AM_MAKEFLAGS): Set --no-print-directory.
212
213 2015-10-16  Mark Wielaard  <mjw@redhat.com>
214
215         * configure.ac: Make zlib mandatory.
216
217 2015-10-15  Mark Wielaard  <mjw@redhat.com>
218
219         * configure.ac: Set version to 0.164.
220         * NEWS: Add 0.164 additions.
221
222 2015-10-07  Mark Wielaard  <mjw@redhat.com>
223
224         * configure.ac: Add AM_SILENT_RULES([yes]).
225
226 2015-09-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
227
228         * configure.ac: Use -fPIC instead of -fpic to avoid relocation
229         overflows in some platforms.
230
231 2015-07-11  Pino Toscano  <toscano.pino@tiscali.it>
232
233         * .gitignore: Add more generated files, and anchor some of the
234         existing ones.
235
236 2015-06-19  Mark Wielaard  <mjw@redhat.com>
237
238         * configure.ac: Set version to 0.163.
239         * NEWS: Mention 0.163 is bug fixes only.
240
241 2015-06-10  Mark Wielaard  <mjw@redhat.com>
242
243         * configure.ac: Set version to 0.162.
244         * NEWS: Add 0.162 additions.
245
246 2015-06-08  Mark Wielaard  <mjw@redhat.com>
247
248         * configure.ac (ADD_STACK_USAGE_WARNING): New conditional based on
249         gcc -Wstack-usage check.
250
251 2015-05-31  Mark Wielaard  <mjw@redhat.com>
252
253         * configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version
254         and ac_cv_build.
255
256 2015-05-31  Mark Wielaard  <mjw@redhat.com>
257
258         * configure.ac (use_undefined): Use AC_LINK_IFELSE. AC_DEFINE
259         CHECK_UNDEFINED.
260
261 2015-05-30  Mark Wielaard  <mjw@redhat.com>
262
263         * configure.ac: Check for bunzip2. Check flex and bison are
264         installed in maintainer-mode. Otherwise check libdw/known-dwarf.h
265         is already generated.
266
267 2015-05-21  Mark Wielaard  <mjw@redhat.com>
268
269         * configure.ac: Add --enable-sanitize-undefined.
270         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Rename to...
271         (AM_DISTCHECK_CONFIGURE_FLAGS): this. Add --enable-sanitize-undefined.
272
273 2015-05-04  Anthony G. Basile  <blueness@gentoo.org>
274
275         * configure.ac (argp_LDADD): Check if libc has argp and set
276         argp_LDADD accordingly.
277
278 2015-05-03  Max Filippov  <jcmvbkbc@gmail.com>
279
280         * configure.ac (DEMANGLE): Fix enable_demangler setting.
281
282 2015-05-01  Mark Wielaard  <mjw@redhat.com>
283
284         * configure.ac (DEMANGLE): Explicitly set enable_demangler.
285
286 2015-05-01  Mark Wielaard  <mjw@redhat.com>
287
288         * configure.ac (debugpred): Use and set use_debugpred_val.
289         (textrelcheck): Explicitly set enable_textrelcheck to yes or no.
290         (symbol-versioning): Likewise for enable_symbol_versioning.
291         AC_MSG_NOTICE overview of enabled/disabled features.
292
293 2015-04-23  Max Filippov  <jcmvbkbc@gmail.com>
294
295         * configure.ac: Add --disable-symbol-versioning.
296
297 2015-04-14  Mark Wielaard  <mjw@redhat.com>
298
299         * configure.ac (ac_cv_c99): Add explicit checks for all GNU99
300         extensions used.
301
302 2015-03-13  Mark Wielaard  <mjw@redhat.com>
303
304         * configure.ac (ac_cv_c99): Add explicit return.
305         (ac_cv_tls): Add stdlib.h include.
306
307 2014-12-18  Mark Wielaard  <mjw@redhat.com>
308
309         * configure.ac: Set version to 0.161.
310         * NEWS: Add dwarf.h additions.
311
312 2014-12-15  Josh Stone  <jistone@redhat.com>
313
314         * .gitignore: Add config/compile as installed by automake 1.14.
315
316 2014-11-27  Mark Wielaard  <mjw@redhat.com>
317
318         * configure.ac: Add --disable-textrelcheck.
319
320 2014-10-06  Mark Wielaard  <mjw@redhat.com>
321
322         * NEWS: New section 0.161. Add dwarf_peel_type.
323
324 2014-08-25  Mark Wielaard  <mjw@redhat.com>
325
326         * configure.ac: Set version to 0.160.
327         * NEWS: Add removal of DW_TAG_mutable_type, LZMA .ko.xz kernel
328         module support, ARM THUMB functions and ppc64le ELFv2 abi backends.
329
330 2014-08-15  Mark Wielaard  <mjw@redhat.com>
331
332         * NEWS: Add dwarf_cu_die.
333
334 2014-08-15  Mark Wielaard  <mjw@redhat.com>
335
336         * NEWS: Add dwarf_cu_getdwarf.
337
338 2014-07-18  Mark Wielaard  <mjw@redhat.com>
339
340         * configure.ac (AC_CHECK_TYPE): Test for struct user_regs_struct.
341
342 2014-05-26  Mark Wielaard  <mjw@redhat.com>
343
344         * NEWS: New section 0.160. Add unstrip --force.
345
346 2014-05-17  Mark Wielaard  <mjw@redhat.com>
347
348         * configure.ac: Set version to 0.159.
349         * NEWS: Add entries for version 0.159.
350
351 2014-05-02  Mark Wielaard  <mjw@redhat.com>
352
353         * NEWS: Add note about dwz support no longer being experimental and
354         new helper functions.
355         * configure.ac: Remove --enable-dwz.
356         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove --enable-dwz.
357
358 2014-04-11  Mark Wielaard  <mjw@redhat.com>
359
360         * Makefile.am (SUBDIRS): Add libdwelf.
361         * configure.ac (AC_CONFIG_FILES): Add libdwelf/Makefile.
362         * NEWS: Add note about libdwelf.
363
364 2014-04-13  Mark Wielaard  <mjw@redhat.com>
365
366         * configure.ac: Remove mudflap enable arg and MUDFLAP conditional.
367
368 2014-01-21  Mark Wielaard  <mjw@redhat.com>
369
370         * NEWS (Version 0.159): Add stack -i.
371
372 2014-01-20  Mark Wielaard  <mjw@redhat.com>
373
374         * NEWS (Version 0.159): New. Add stack -d.
375
376 2014-01-03  Mark Wielaard  <mjw@redhat.com>
377
378         * configure.ac: Set version to 0.158.
379         * NEWS: Add entries for version 0.158.
380
381 2013-12-20  Mark Wielaard  <mjw@redhat.com>
382
383         * NEWS (libdwfl): Add dwfl_getthread_frames.
384         (stack): New entry.
385
386 2013-12-18  Mark Wielaard  <mjw@redhat.com>
387
388         * NEWS (libdwfl): Add dwfl_module_getsym_info and
389         dwfl_module_addrinfo.
390         (addr2line): Add -x option.
391
392 2013-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
393
394         * NEWS (Version 0.158) (libdwfl): Added Dwfl_Thread_Callbacks,
395         Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl,
396         dwfl_thread_tid, dwfl_frame_thread, dwfl_thread_state_registers,
397         dwfl_thread_state_register_pc, dwfl_getthreads, dwfl_thread_getframes
398         and dwfl_frame_pc.
399
400 2013-12-16  Mark Wielaard  <mjw@redhat.com>
401
402         * NEWS (libdwfl): Add dwfl_module_getsymtab_first_global.
403
404 2013-12-09  Josh Stone  <jistone@redhat.com>
405
406         * .gitignore: Add config/ar-lib, installed due to AM_PROG_AR.
407
408 2013-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
409
410         * configure.ac (CC_BIARCH): Remove AS_IF for it.
411
412 2013-11-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
413
414         * configure.ac: New AC_CHECK_SIZEOF for long.  Call utrace_BIARCH, new
415         AC_SUBST for CC_BIARCH.
416
417 2013-11-06  Mark Wielaard  <mjw@redhat.com>
418
419         * configure.ac (--enable-dwz): Add AC_MSG_WARN when disabled but
420         local system does have /usr/lib/debug/.dwz.
421
422 2013-11-06  Mark Wielaard  <mjw@redhat.com>
423
424         * configure.ac (--enable-thread-safety): Add AC_MSG_WARN experimental
425         option.
426
427 2013-11-01  Michael Forney  <mforney@mforney.org>
428
429         * configure.ac: Call AM_PROG_AR and AC_CHECK_TOOL for readelf and nm.
430
431 2013-10-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
432
433         * NEWS (Version 0.158): New.
434
435 2013-09-30  Mark Wielaard  <mjw@redhat.com>
436
437         * NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes.
438
439 2013-09-27  Mark Wielaard  <mjw@redhat.com>
440
441         * configure.ac: Set version to 0.157.
442         * NEWS: Add entries for version 0.157.
443
444 2013-09-20  Mark Wielaard  <mjw@redhat.com>
445
446         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz.
447
448 2013-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
449
450         * configure.ac: Set version to 0.156.
451
452 2013-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
453
454         * NEWS: Remove bugfix only entries from Version 0.156.
455
456 2013-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
457
458         * NEWS: Add entries for Version 0.156.
459
460 2013-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
461
462         * NEWS (Version 0.156): New.
463
464 2013-04-26  Mark Wielaard  <mjw@redhat.com>
465
466         * configure.ac (AM_INIT_AUTOMAKE): Request parallel-tests.
467
468 2013-04-25  Mark Wielaard  <mjw@redhat.com>
469
470         * .gitignore: Add config/test-driver as installed by automake 1.13.
471         * configure.ac (AM_INIT_AUTOMAKE): Require at least automake 1.11.
472
473 2012-10-01  Mark Wielaard  <mjw@redhat.com>
474
475         * configure.ac: Add --enable-valgrind check.
476         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-valgrind.
477
478 2012-08-27  Mark Wielaard  <mjw@redhat.com>
479
480         * configure.ac: Set version to 0.155.
481
482 2012-08-24  Mark Wielaard  <mjw@redhat.com>
483
484         * configure.ac: Add --enable-dwz check, defaults to no.
485
486 2012-07-24  Mark Wielaard  <mjw@redhat.com>
487
488         * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
489
490 2012-06-22  Mark Wielaard  <mjw@redhat.com>
491
492         * configure.ac: Set version to 0.154.
493
494 2012-01-24  Mark Wielaard  <mjw@redhat.com>
495
496         * COPYING: Fix address. Updated version from gnulib.
497
498 2012-01-23  Mark Wielaard  <mjw@redhat.com>
499
500         * configure.ac: Set version to 0.153, update copyright years.
501
502 2012-01-20  Roland McGrath  <roland@hack.frob.com>
503
504         * configure.ac: Handle --enable-deterministic-archives.
505
506 2011-10-08  Roland McGrath  <roland@hack.frob.com>
507
508         * configure.ac (eu_version): Use sed instead of ${x/y/z} syntax.
509         Use POSIX.2 $((...)) syntax instead of $[...].
510         Reported by Mike Frysinger <vapier@gentoo.org>.
511
512 2011-10-08  Mike Frysinger  <vapier@gentoo.org>
513
514         * configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly.
515
516 2011-10-02  Ulrich Drepper  <drepper@gmail.com>
517
518         * configure.ac: Check for __cxa_demangle in libstdc++.
519
520 2011-02-08  Roland McGrath  <roland@redhat.com>
521
522         * configure.ac (C99 check): Use AC_LANG_SOURCE.
523
524         * configure.ac (ALL_LINGUAS): Remove variable, now obsolete.
525
526 2010-09-13  Ulrich Drepper  <drepper@redhat.com>
527
528         * configure.ac (ALL_LINGUAS): Add languages which have some
529         translations.
530
531 2010-04-15  Roland McGrath  <roland@redhat.com>
532
533         * configure.ac (LOCALEDIR, DATADIRNAME): Removed.
534
535 2009-09-21  Ulrich Drepper  <drepper@redhat.com>
536
537         * configure.ac: Update for more modern autoconf.
538
539 2009-08-26  Roland McGrath  <roland@redhat.com>
540
541         * configure.ac (zip_LIBS): Check for liblzma too.
542
543 2009-04-19  Roland McGrath  <roland@redhat.com>
544
545         * configure.ac (eu_version): Round down here, not in version.h macros.
546
547 2009-04-17  Roland McGrath  <roland@redhat.com>
548
549         * configure.ac (eu_version): Compute number 1000 times larger,
550         let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0).
551
552 2009-01-23  Roland McGrath  <roland@redhat.com>
553
554         * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
555
556         * configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
557         building with compiler support but no working runtime support.
558
559 2009-01-22  Ulrich Drepper  <drepper@redhat.com>
560
561         * Makefile.am (rpm): The tarball is now bzip2-compressed.
562
563 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
564
565         * configure.ac: Require gcc with TLS support.
566         Rename USE_TLS to USE_LOCKS.  The option is renamed to
567         --enable-thread-safety.
568
569 2009-01-08  Roland McGrath  <roland@redhat.com>
570
571         * configure.ac (eu_ZIPLIB): Moved to m4/zip.am.
572
573 2009-01-05  Roland McGrath  <roland@redhat.com>
574
575         * configure.ac (eu_ZIPLIB): New macro.
576         Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS.
577
578 2008-12-30  Ulrich Drepper  <drepper@redhat.com>
579
580         * configure.ac: We need automake 1.8 now.
581
582 2008-12-24  Roland McGrath  <roland@redhat.com>
583
584         * configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
585         distribute only in .tar.bz2 form now.
586
587 2008-12-16  Roland McGrath  <roland@redhat.com>
588
589         * Makefile.am (pkginclude_HEADERS): New variable, install version.h.
590         * configure.ac: Create it, substituting @eu_version@ with
591         PACKAGE_VERSION canonicalized to four digits of decimal.
592
593 2008-08-25  Roland McGrath  <roland@redhat.com>
594
595         * configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too.
596
597 2008-08-21  Roland McGrath  <roland@redhat.com>
598
599         * configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and
600         move the contents to lib/eu-config.h instead of keeping them here.
601
602 2007-12-20  Ulrich Drepper  <drepper@redhat.com>
603
604         * configure.ac: Add support for --enable-debugpred.
605         Update likely/unlikely macros for it.
606
607 2007-06-05  Ulrich Drepper  <drepper@redhat.com>
608
609         * Makefile.am: Remove traces of mini builds.
610         * configure.ac: Don't use libelf-po/POTFILES.in as config file
611         anymore.
612
613 2007-05-16  Roland McGrath  <roland@redhat.com>
614
615         * configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability.
616
617 2006-11-02  Roland McGrath  <roland@redhat.com>
618
619         * Makefile.am (EXTRA_DIST): Add EXCEPTION file.
620
621 2006-08-29  Roland McGrath  <roland@redhat.com>
622
623         * configure.ac: Use AM_MAINTAINER_MODE.
624
625 2006-07-12  Ulrich Drepper  <drepper@redhat.com>
626
627         * configure.ac (internal_function): Don't use internal visibility.
628
629 2006-07-05  Ulrich Drepper  <drepper@redhat.com>
630
631         * configure.ac: Add dummy automake conditional to get dependencies
632         for non-generic linker right.  See src/Makefile.am.
633
634 2005-11-18  Roland McGrath  <roland@redhat.com>
635
636         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
637
638 2005-11-16  Roland McGrath  <roland@redhat.com>
639
640         * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
641         In config.h, define ELFUTILS_HEADER macro.
642
643 2005-11-15  Roland McGrath  <roland@redhat.com>
644
645         * Makefile.am (all_SUBDIRS): Add backends.
646         * configure.ac: Write backends/Makefile.
647
648         * configure.ac: Add --enable-tests-rpath option.
649
650 2005-09-16  Roland McGrath  <roland@redhat.com>
651
652         * configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]:
653         Don't set it, since on IA64 you get error messages for unaligned
654         accesses, and on Alpha it's at least very slow.
655
656 2005-08-29  Ulrich Drepper  <drepper@redhat.com>
657
658         * configure.ac: Fix GCOV make condition generation.
659
660 2005-08-28  Ulrich Drepper  <drepper@redhat.com>
661
662         * configure.ac: Add --enable-gcov option.
663
664 2005-08-06  Ulrich Drepper  <drepper@redhat.com>
665
666         * configure.ac: Add --enable-gprof option.
667
668 2005-07-27  Roland McGrath  <roland@redhat.com>
669
670         * Makefile.am (all_SUBDIRS): Put libdwfl before libdw.
671
672 2005-07-21  Roland McGrath  <roland@redhat.com>
673
674         * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
675
676 2005-06-01  Roland McGrath  <roland@redhat.com>
677
678         * Makefile.am (all_SUBDIRS): Add libdwfl.
679         * configure.ac: Write libdwfl/Makefile.
680
681 2005-05-19  Roland McGrath  <roland@redhat.com>
682
683         * configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.
684
685 2005-05-10  Ulrich Drepper  <drepper@redhat.com>
686
687         * configure.ac: Define MODVERSION in config.h.
688
689 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
690
691         * Makefile.am (all_SUBDIRS): Don't add doc subdir for now.
692         * configure.ac: Don't use doc subdir for now.
693
694 2005-02-15  Ulrich Drepper  <drepper@redhat.com>
695
696         * configure.ac: Remove AM_GNU_GETTEXT use.  Use only AM_PO_SUBDIRS.
697
698 2005-02-06  Ulrich Drepper  <drepper@redhat.com>
699
700         * configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2.
701
702         * Makefile.am (EXTRA_DIST): Remove splint.rc.
703         * splint.rc: Removed.
704
705 2004-09-25  Ulrich Drepper  <drepper@redhat.com>
706
707         * configure.ac: Make compile with gcc 4.0.
708
709 2004-03-06  Ulrich Drepper  <drepper@redhat.com>
710
711         * configure.ac: Use AS_HELP_STRING where applicable.
712
713 2004-01-23  Ulrich Drepper  <drepper@redhat.com>
714
715         * configure.ac: Check for C99 compiler.
716
717         * configure.ac: Change locking macros in config.h to at least
718         evaluate the parameter.  Define base_cpu to none for generic linker.
719
720 2004-01-21  Ulrich Drepper  <drepper@redhat.com>
721
722         * configure.ac: Print error message in case --disable-generic is
723         used if no linker support for the architecture is available.
724
725 2004-01-18  Ulrich Drepper  <drepper@redhat.com>
726
727         * configure.ac: Dont generate libebl-po/Makefile.in,
728         libdw-po/Makefile.in, libasm-po/Makefile.in.
729
730         * Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po.
731
732 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
733
734         * configure.ac: Pretty printing of help message.
735
736         * configure.ac: Move AC_SYS_LARGEFILE test to the front.
737
738         * configure.ac: Add --enable-mudflap option.
739
740 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
741
742         * configure.ac: Major cleanups.  Use aux dir.
743         * config.guess: Moved to new config subdir.
744         * config.rpath: Likewise.
745         * config.sub: Likewise.
746         * depcomp: Likewise.
747         * install-sh: Likewise.
748         * missing: Likewise.
749         * mkinstalldirs: Likewise.
750         * Makefile.am (mini_SUBDIRS): Add config.
751         (EXTRA_DIST): Remove config.rpath.
752
753         * configure.ac: Add AC_REVISION.
754
755         * configure.ac: Add --enable-mudflap option.
756
757 2004-01-11  Ulrich Drepper  <drepper@redhat.com>
758
759         * configure.ac: Drop libdwarf directory.  Add libdw-po.
760         * Makefile.am (all_SUBDIRS): Likewise.
761         * elfutils.spec: Don't distribute anything from libdwarf.
762
763 2004-01-05  Ulrich Drepper  <drepper@redhat.com>
764
765         * Makefile.am: Support separate libelf built.
766
767         * elfutils.spec.in: Create separata elfutils-libelf-devel package.
768         Install libdw DSOs.
769
770         * configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file
771         name.
772
773 2003-08-13  Ulrich Drepper  <drepper@redhat.com>
774
775         * elfutils.spec.in: Remove references to libebl.so.
776
777 2003-08-11  Ulrich Drepper  <drepper@redhat.com>
778
779         * Moved to CVS archive.
780
781 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
782
783         * The beginning.  See the NEWS file for the time being.