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