blob: 279c3b2bf6adc98ef59d3b31ba9d0849b5b5536d [file] [log] [blame]
Brian Silverman86497922018-02-10 19:28:39 -050012018-02-09 Joshua Watt <JPEWhacker@gmail.com>
2
3 * configure.ac (HAVE_FALLTHROUGH): New define.
4
52017-10-16 Mark Wielaard <mark@klomp.org>
6
7 * .gitignore: Remove tests/md5-sha1-test.
8
92017-08-18 Ulf Hermann <ulf.hermann@qt.io>
10
11 * configure.ac: Check if the compiler supports
12 __attribute__((gcc_struct)).
13
142017-09-19 Mark Wielaard <mark@klomp.org>
15
16 * README: Add basic build instructions.
17
182017-05-03 Ulf Hermann <ulf.hermann@qt.io>
19
20 * configure.ac: Test if symbol versioning is supported.
21
222017-04-27 Ulf Hermann <ulf.hermann@qt.io>
23
24 * configure.ac: Check if the compiler supports
25 __attribute__((visibility(...))).
26
272017-04-27 Ulf Hermann <ulf.hermann@qt.io>
28
29 * configure.ac: Check if -fPIC, -fPIE, -Wl,-z,defs,
30 and -Wl,-z,relro are supported by the compiler.
31
322017-08-02 Mark Wielaard <mark@klomp.org>
33
34 * configure.ac: Set version to 0.170.
35 * NEWS: Mention new libdw dwarf_line_file function.
36
372017-07-26 Mark Wielaard <mark@klomp.org>
38
39 * NEWS: Mention dwarf_getmacros handling version 5 .debug_macro.
40
412017-07-26 Mark Wielaard <mark@klomp.org>
42
43 * NEWS: Mention dwarf_peel_type DWARF5 tags improvement.
44
452017-07-26 Mark Wielaard <mark@klomp.org>
46
47 * NEWS: Mention new DWARF5 calling conventions and defaulted member
48 function.
49
502017-07-26 Mark Wielaard <mark@klomp.org>
51
52 * NEWS: Mention new dwarf_default_lower_bound function.
53
542017-07-25 Mark Wielaard <mark@klomp.org>
55
56 * NEWS: Mention new DWARF5 attributes, tags, character encodings
57 and language codes in dwarf.h.
58
592017-07-18 Mark Wielaard <mark@klomp.org>
60
61 * configure.ac: Don't check for linux/bpf.h.
62 * NEWS: Mention always build bpf backend.
63
642017-07-14 Mark Wielaard <mark@klomp.org>
65
66 * NEWS: Add 0.170 section and new strip options.
67
682017-05-05 Mark Wielaard <mark@klomp.org>
69
70 * configure.ac: Set version to 0.169. Update copyright year.
71 * NEWS: Add 0.169 section.
72
732017-04-21 Ulf Hermann <ulf.hermann@qt.io>
74
75 * .gitignore: Add fillfile and peel_type tests.
76
772017-02-15 Ulf Hermann <ulf.hermann@qt.io>
78
79 * configure.ac: Add check for mempcpy.
80
812017-02-09 Mark Wielaard <mark@klomp.org>
82
83 * configure.ac: Add check for adding -D_FORTIFY_SOURCE=2 to CFLAGS.
84
852017-01-12 Mark Wielaard <mark@klomp.org>
86
87 * configure.ac: Define PACKAGE_URL for older autoconf.
88
892016-12-27 Mark Wielaard <mark@klomp.org>
90
91 * configure.ac: Set version to 0.168.
92 * NEWS: Add 0.168 updates.
93
942016-12-24 Mark Wielaard <mark@klomp.org>
95
96 * README: Move design notes to NOTES. Add URLs for home, releases,
97 bugs, git and mailinglist now on sourceware.
98 * NOTES: Add notes from README.
99 * CONTRIBUTING: Change fedorahosted.org references to new
100 sourceware.org locations.
101 * configure.ac (AC_INIT): Add package URL http://elfutils.org/
102 change bug-report to https://sourceware.org/bugzilla/
103 (AC_COPYRIGHT): Set to the elfutils developers.
104
1052016-11-23 Mark Wielaard <mjw@redhat.com>
106
107 * configure.ac: Add test for bad fts.h. Add -DBAD_FTS=1 to CFLAGS
108 if necessary.
109
1102016-11-02 Mark Wielaard <mjw@redhat.com>
111
112 * configure.ac: Add check for whether gcc accepts
113 -Wimplict-fallthrough.
114
1152016-10-11 Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
116
117 * configure.ac: Add memrchr, rawmemchr and powerof2 checks.
118
1192016-08-04 Mark Wielaard <mjw@redhat.com>
120
121 * configure.ac: Set version to 0.167.
122 * NEWS: Add 0.167 section.
123
1242016-07-06 Mark Wielaard <mjw@redhat.com>
125
126 * .gitignore: Remove src/ld. ldlex.c, ldscript.c and ldscript.h.
127 * configure.ac (enable generic): Removed.
128
1292016-06-28 Richard Henderson <rth@redhat.com>
130
131 * configure.ac (HAVE_LINUX_BPF_H): New test and conditional.
132
1332016-06-10 Mark Wielaard <mjw@redhat.com>
134
135 * CONTRIBUTING: Extend patch, committer and maintainer guidelines.
136
1372016-05-02 Filipe Brandenburger <filbranden@google.com>
138
139 * configure.ac (argp check): Pass pass &argv.
140 * configure.ac (-W<...> checks): Pass -Werror to the warning checks,
141 to ensure unsupported warning options are noticed during ./configure
142 time and not only later during build.
143
1442016-03-31 Mark Wielaard <mjw@redhat.com>
145
146 * configure.ac: Set version to 0.166.
147
1482016-03-02 Mark Wielaard <mjw@redhat.com>
149
150 * configure.ac: Set program_prefix to eu- by default.
151 * NEWS (0.166): New sections, document --program-prefix default.
152
1532016-02-13 Mark Wielaard <mjw@redhat.com>
154
155 * configure.ac: Add check for whether gcc accepts -Wnull-dereference.
156
1572016-02-08 Mark Wielaard <mjw@redhat.com>
158
159 * configure.ac: Add checks for sane -Wlogical-op and whether gcc
160 accepts -Wduplicated-cond.
161
1622016-01-08 Mark Wielaard <mjw@redhat.com>
163
164 * configure.ac: Set version to 0.165.
165 * NEWS: Add 0.164 section.
166
1672016-01-04 Mark Wielaard <mjw@redhat.com>
168
169 * configure.ac: Add BZ2_LIBS and LIBLZMA substitutions.
170 Add config/libelf.pc and config/libdw.pc config files.
171
1722015-12-31 Mark Wielaard <mjw@redhat.com>
173
174 * Makefile.am (AM_MAKEFLAGS): Set --no-print-directory.
175
1762015-10-16 Mark Wielaard <mjw@redhat.com>
177
178 * configure.ac: Make zlib mandatory.
179
1802015-10-15 Mark Wielaard <mjw@redhat.com>
181
182 * configure.ac: Set version to 0.164.
183 * NEWS: Add 0.164 additions.
184
1852015-10-07 Mark Wielaard <mjw@redhat.com>
186
187 * configure.ac: Add AM_SILENT_RULES([yes]).
188
1892015-09-24 Jose E. Marchesi <jose.marchesi@oracle.com>
190
191 * configure.ac: Use -fPIC instead of -fpic to avoid relocation
192 overflows in some platforms.
193
1942015-07-11 Pino Toscano <toscano.pino@tiscali.it>
195
196 * .gitignore: Add more generated files, and anchor some of the
197 existing ones.
198
1992015-06-19 Mark Wielaard <mjw@redhat.com>
200
201 * configure.ac: Set version to 0.163.
202 * NEWS: Mention 0.163 is bug fixes only.
203
2042015-06-10 Mark Wielaard <mjw@redhat.com>
205
206 * configure.ac: Set version to 0.162.
207 * NEWS: Add 0.162 additions.
208
2092015-06-08 Mark Wielaard <mjw@redhat.com>
210
211 * configure.ac (ADD_STACK_USAGE_WARNING): New conditional based on
212 gcc -Wstack-usage check.
213
2142015-05-31 Mark Wielaard <mjw@redhat.com>
215
216 * configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version
217 and ac_cv_build.
218
2192015-05-31 Mark Wielaard <mjw@redhat.com>
220
221 * configure.ac (use_undefined): Use AC_LINK_IFELSE. AC_DEFINE
222 CHECK_UNDEFINED.
223
2242015-05-30 Mark Wielaard <mjw@redhat.com>
225
226 * configure.ac: Check for bunzip2. Check flex and bison are
227 installed in maintainer-mode. Otherwise check libdw/known-dwarf.h
228 is already generated.
229
2302015-05-21 Mark Wielaard <mjw@redhat.com>
231
232 * configure.ac: Add --enable-sanitize-undefined.
233 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Rename to...
234 (AM_DISTCHECK_CONFIGURE_FLAGS): this. Add --enable-sanitize-undefined.
235
2362015-05-04 Anthony G. Basile <blueness@gentoo.org>
237
238 * configure.ac (argp_LDADD): Check if libc has argp and set
239 argp_LDADD accordingly.
240
2412015-05-03 Max Filippov <jcmvbkbc@gmail.com>
242
243 * configure.ac (DEMANGLE): Fix enable_demangler setting.
244
2452015-05-01 Mark Wielaard <mjw@redhat.com>
246
247 * configure.ac (DEMANGLE): Explicitly set enable_demangler.
248
2492015-05-01 Mark Wielaard <mjw@redhat.com>
250
251 * configure.ac (debugpred): Use and set use_debugpred_val.
252 (textrelcheck): Explicitly set enable_textrelcheck to yes or no.
253 (symbol-versioning): Likewise for enable_symbol_versioning.
254 AC_MSG_NOTICE overview of enabled/disabled features.
255
2562015-04-23 Max Filippov <jcmvbkbc@gmail.com>
257
258 * configure.ac: Add --disable-symbol-versioning.
259
2602015-04-14 Mark Wielaard <mjw@redhat.com>
261
262 * configure.ac (ac_cv_c99): Add explicit checks for all GNU99
263 extensions used.
264
2652015-03-13 Mark Wielaard <mjw@redhat.com>
266
267 * configure.ac (ac_cv_c99): Add explicit return.
268 (ac_cv_tls): Add stdlib.h include.
269
2702014-12-18 Mark Wielaard <mjw@redhat.com>
271
272 * configure.ac: Set version to 0.161.
273 * NEWS: Add dwarf.h additions.
274
2752014-12-15 Josh Stone <jistone@redhat.com>
276
277 * .gitignore: Add config/compile as installed by automake 1.14.
278
2792014-11-27 Mark Wielaard <mjw@redhat.com>
280
281 * configure.ac: Add --disable-textrelcheck.
282
2832014-10-06 Mark Wielaard <mjw@redhat.com>
284
285 * NEWS: New section 0.161. Add dwarf_peel_type.
286
2872014-08-25 Mark Wielaard <mjw@redhat.com>
288
289 * configure.ac: Set version to 0.160.
290 * NEWS: Add removal of DW_TAG_mutable_type, LZMA .ko.xz kernel
291 module support, ARM THUMB functions and ppc64le ELFv2 abi backends.
292
2932014-08-15 Mark Wielaard <mjw@redhat.com>
294
295 * NEWS: Add dwarf_cu_die.
296
2972014-08-15 Mark Wielaard <mjw@redhat.com>
298
299 * NEWS: Add dwarf_cu_getdwarf.
300
3012014-07-18 Mark Wielaard <mjw@redhat.com>
302
303 * configure.ac (AC_CHECK_TYPE): Test for struct user_regs_struct.
304
3052014-05-26 Mark Wielaard <mjw@redhat.com>
306
307 * NEWS: New section 0.160. Add unstrip --force.
308
3092014-05-17 Mark Wielaard <mjw@redhat.com>
310
311 * configure.ac: Set version to 0.159.
312 * NEWS: Add entries for version 0.159.
313
3142014-05-02 Mark Wielaard <mjw@redhat.com>
315
316 * NEWS: Add note about dwz support no longer being experimental and
317 new helper functions.
318 * configure.ac: Remove --enable-dwz.
319 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove --enable-dwz.
320
3212014-04-11 Mark Wielaard <mjw@redhat.com>
322
323 * Makefile.am (SUBDIRS): Add libdwelf.
324 * configure.ac (AC_CONFIG_FILES): Add libdwelf/Makefile.
325 * NEWS: Add note about libdwelf.
326
3272014-04-13 Mark Wielaard <mjw@redhat.com>
328
329 * configure.ac: Remove mudflap enable arg and MUDFLAP conditional.
330
3312014-01-21 Mark Wielaard <mjw@redhat.com>
332
333 * NEWS (Version 0.159): Add stack -i.
334
3352014-01-20 Mark Wielaard <mjw@redhat.com>
336
337 * NEWS (Version 0.159): New. Add stack -d.
338
3392014-01-03 Mark Wielaard <mjw@redhat.com>
340
341 * configure.ac: Set version to 0.158.
342 * NEWS: Add entries for version 0.158.
343
3442013-12-20 Mark Wielaard <mjw@redhat.com>
345
346 * NEWS (libdwfl): Add dwfl_getthread_frames.
347 (stack): New entry.
348
3492013-12-18 Mark Wielaard <mjw@redhat.com>
350
351 * NEWS (libdwfl): Add dwfl_module_getsym_info and
352 dwfl_module_addrinfo.
353 (addr2line): Add -x option.
354
3552013-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
356
357 * NEWS (Version 0.158) (libdwfl): Added Dwfl_Thread_Callbacks,
358 Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl,
359 dwfl_thread_tid, dwfl_frame_thread, dwfl_thread_state_registers,
360 dwfl_thread_state_register_pc, dwfl_getthreads, dwfl_thread_getframes
361 and dwfl_frame_pc.
362
3632013-12-16 Mark Wielaard <mjw@redhat.com>
364
365 * NEWS (libdwfl): Add dwfl_module_getsymtab_first_global.
366
3672013-12-09 Josh Stone <jistone@redhat.com>
368
369 * .gitignore: Add config/ar-lib, installed due to AM_PROG_AR.
370
3712013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
372
373 * configure.ac (CC_BIARCH): Remove AS_IF for it.
374
3752013-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
376
377 * configure.ac: New AC_CHECK_SIZEOF for long. Call utrace_BIARCH, new
378 AC_SUBST for CC_BIARCH.
379
3802013-11-06 Mark Wielaard <mjw@redhat.com>
381
382 * configure.ac (--enable-dwz): Add AC_MSG_WARN when disabled but
383 local system does have /usr/lib/debug/.dwz.
384
3852013-11-06 Mark Wielaard <mjw@redhat.com>
386
387 * configure.ac (--enable-thread-safety): Add AC_MSG_WARN experimental
388 option.
389
3902013-11-01 Michael Forney <mforney@mforney.org>
391
392 * configure.ac: Call AM_PROG_AR and AC_CHECK_TOOL for readelf and nm.
393
3942013-10-30 Jan Kratochvil <jan.kratochvil@redhat.com>
395
396 * NEWS (Version 0.158): New.
397
3982013-09-30 Mark Wielaard <mjw@redhat.com>
399
400 * NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes.
401
4022013-09-27 Mark Wielaard <mjw@redhat.com>
403
404 * configure.ac: Set version to 0.157.
405 * NEWS: Add entries for version 0.157.
406
4072013-09-20 Mark Wielaard <mjw@redhat.com>
408
409 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz.
410
4112013-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
412
413 * configure.ac: Set version to 0.156.
414
4152013-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
416
417 * NEWS: Remove bugfix only entries from Version 0.156.
418
4192013-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
420
421 * NEWS: Add entries for Version 0.156.
422
4232013-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
424
425 * NEWS (Version 0.156): New.
426
4272013-04-26 Mark Wielaard <mjw@redhat.com>
428
429 * configure.ac (AM_INIT_AUTOMAKE): Request parallel-tests.
430
4312013-04-25 Mark Wielaard <mjw@redhat.com>
432
433 * .gitignore: Add config/test-driver as installed by automake 1.13.
434 * configure.ac (AM_INIT_AUTOMAKE): Require at least automake 1.11.
435
4362012-10-01 Mark Wielaard <mjw@redhat.com>
437
438 * configure.ac: Add --enable-valgrind check.
439 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-valgrind.
440
4412012-08-27 Mark Wielaard <mjw@redhat.com>
442
443 * configure.ac: Set version to 0.155.
444
4452012-08-24 Mark Wielaard <mjw@redhat.com>
446
447 * configure.ac: Add --enable-dwz check, defaults to no.
448
4492012-07-24 Mark Wielaard <mjw@redhat.com>
450
451 * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
452
4532012-06-22 Mark Wielaard <mjw@redhat.com>
454
455 * configure.ac: Set version to 0.154.
456
4572012-01-24 Mark Wielaard <mjw@redhat.com>
458
459 * COPYING: Fix address. Updated version from gnulib.
460
4612012-01-23 Mark Wielaard <mjw@redhat.com>
462
463 * configure.ac: Set version to 0.153, update copyright years.
464
4652012-01-20 Roland McGrath <roland@hack.frob.com>
466
467 * configure.ac: Handle --enable-deterministic-archives.
468
4692011-10-08 Roland McGrath <roland@hack.frob.com>
470
471 * configure.ac (eu_version): Use sed instead of ${x/y/z} syntax.
472 Use POSIX.2 $((...)) syntax instead of $[...].
473 Reported by Mike Frysinger <vapier@gentoo.org>.
474
4752011-10-08 Mike Frysinger <vapier@gentoo.org>
476
477 * configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly.
478
4792011-10-02 Ulrich Drepper <drepper@gmail.com>
480
481 * configure.ac: Check for __cxa_demangle in libstdc++.
482
4832011-02-08 Roland McGrath <roland@redhat.com>
484
485 * configure.ac (C99 check): Use AC_LANG_SOURCE.
486
487 * configure.ac (ALL_LINGUAS): Remove variable, now obsolete.
488
4892010-09-13 Ulrich Drepper <drepper@redhat.com>
490
491 * configure.ac (ALL_LINGUAS): Add languages which have some
492 translations.
493
4942010-04-15 Roland McGrath <roland@redhat.com>
495
496 * configure.ac (LOCALEDIR, DATADIRNAME): Removed.
497
4982009-09-21 Ulrich Drepper <drepper@redhat.com>
499
500 * configure.ac: Update for more modern autoconf.
501
5022009-08-26 Roland McGrath <roland@redhat.com>
503
504 * configure.ac (zip_LIBS): Check for liblzma too.
505
5062009-04-19 Roland McGrath <roland@redhat.com>
507
508 * configure.ac (eu_version): Round down here, not in version.h macros.
509
5102009-04-17 Roland McGrath <roland@redhat.com>
511
512 * configure.ac (eu_version): Compute number 1000 times larger,
513 let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0).
514
5152009-01-23 Roland McGrath <roland@redhat.com>
516
517 * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
518
519 * configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
520 building with compiler support but no working runtime support.
521
5222009-01-22 Ulrich Drepper <drepper@redhat.com>
523
524 * Makefile.am (rpm): The tarball is now bzip2-compressed.
525
5262009-01-10 Ulrich Drepper <drepper@redhat.com>
527
528 * configure.ac: Require gcc with TLS support.
529 Rename USE_TLS to USE_LOCKS. The option is renamed to
530 --enable-thread-safety.
531
5322009-01-08 Roland McGrath <roland@redhat.com>
533
534 * configure.ac (eu_ZIPLIB): Moved to m4/zip.am.
535
5362009-01-05 Roland McGrath <roland@redhat.com>
537
538 * configure.ac (eu_ZIPLIB): New macro.
539 Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS.
540
5412008-12-30 Ulrich Drepper <drepper@redhat.com>
542
543 * configure.ac: We need automake 1.8 now.
544
5452008-12-24 Roland McGrath <roland@redhat.com>
546
547 * configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
548 distribute only in .tar.bz2 form now.
549
5502008-12-16 Roland McGrath <roland@redhat.com>
551
552 * Makefile.am (pkginclude_HEADERS): New variable, install version.h.
553 * configure.ac: Create it, substituting @eu_version@ with
554 PACKAGE_VERSION canonicalized to four digits of decimal.
555
5562008-08-25 Roland McGrath <roland@redhat.com>
557
558 * configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too.
559
5602008-08-21 Roland McGrath <roland@redhat.com>
561
562 * configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and
563 move the contents to lib/eu-config.h instead of keeping them here.
564
5652007-12-20 Ulrich Drepper <drepper@redhat.com>
566
567 * configure.ac: Add support for --enable-debugpred.
568 Update likely/unlikely macros for it.
569
5702007-06-05 Ulrich Drepper <drepper@redhat.com>
571
572 * Makefile.am: Remove traces of mini builds.
573 * configure.ac: Don't use libelf-po/POTFILES.in as config file
574 anymore.
575
5762007-05-16 Roland McGrath <roland@redhat.com>
577
578 * configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability.
579
5802006-11-02 Roland McGrath <roland@redhat.com>
581
582 * Makefile.am (EXTRA_DIST): Add EXCEPTION file.
583
5842006-08-29 Roland McGrath <roland@redhat.com>
585
586 * configure.ac: Use AM_MAINTAINER_MODE.
587
5882006-07-12 Ulrich Drepper <drepper@redhat.com>
589
590 * configure.ac (internal_function): Don't use internal visibility.
591
5922006-07-05 Ulrich Drepper <drepper@redhat.com>
593
594 * configure.ac: Add dummy automake conditional to get dependencies
595 for non-generic linker right. See src/Makefile.am.
596
5972005-11-18 Roland McGrath <roland@redhat.com>
598
599 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
600
6012005-11-16 Roland McGrath <roland@redhat.com>
602
603 * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
604 In config.h, define ELFUTILS_HEADER macro.
605
6062005-11-15 Roland McGrath <roland@redhat.com>
607
608 * Makefile.am (all_SUBDIRS): Add backends.
609 * configure.ac: Write backends/Makefile.
610
611 * configure.ac: Add --enable-tests-rpath option.
612
6132005-09-16 Roland McGrath <roland@redhat.com>
614
615 * configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]:
616 Don't set it, since on IA64 you get error messages for unaligned
617 accesses, and on Alpha it's at least very slow.
618
6192005-08-29 Ulrich Drepper <drepper@redhat.com>
620
621 * configure.ac: Fix GCOV make condition generation.
622
6232005-08-28 Ulrich Drepper <drepper@redhat.com>
624
625 * configure.ac: Add --enable-gcov option.
626
6272005-08-06 Ulrich Drepper <drepper@redhat.com>
628
629 * configure.ac: Add --enable-gprof option.
630
6312005-07-27 Roland McGrath <roland@redhat.com>
632
633 * Makefile.am (all_SUBDIRS): Put libdwfl before libdw.
634
6352005-07-21 Roland McGrath <roland@redhat.com>
636
637 * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
638
6392005-06-01 Roland McGrath <roland@redhat.com>
640
641 * Makefile.am (all_SUBDIRS): Add libdwfl.
642 * configure.ac: Write libdwfl/Makefile.
643
6442005-05-19 Roland McGrath <roland@redhat.com>
645
646 * configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.
647
6482005-05-10 Ulrich Drepper <drepper@redhat.com>
649
650 * configure.ac: Define MODVERSION in config.h.
651
6522005-02-22 Ulrich Drepper <drepper@redhat.com>
653
654 * Makefile.am (all_SUBDIRS): Don't add doc subdir for now.
655 * configure.ac: Don't use doc subdir for now.
656
6572005-02-15 Ulrich Drepper <drepper@redhat.com>
658
659 * configure.ac: Remove AM_GNU_GETTEXT use. Use only AM_PO_SUBDIRS.
660
6612005-02-06 Ulrich Drepper <drepper@redhat.com>
662
663 * configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2.
664
665 * Makefile.am (EXTRA_DIST): Remove splint.rc.
666 * splint.rc: Removed.
667
6682004-09-25 Ulrich Drepper <drepper@redhat.com>
669
670 * configure.ac: Make compile with gcc 4.0.
671
6722004-03-06 Ulrich Drepper <drepper@redhat.com>
673
674 * configure.ac: Use AS_HELP_STRING where applicable.
675
6762004-01-23 Ulrich Drepper <drepper@redhat.com>
677
678 * configure.ac: Check for C99 compiler.
679
680 * configure.ac: Change locking macros in config.h to at least
681 evaluate the parameter. Define base_cpu to none for generic linker.
682
6832004-01-21 Ulrich Drepper <drepper@redhat.com>
684
685 * configure.ac: Print error message in case --disable-generic is
686 used if no linker support for the architecture is available.
687
6882004-01-18 Ulrich Drepper <drepper@redhat.com>
689
690 * configure.ac: Dont generate libebl-po/Makefile.in,
691 libdw-po/Makefile.in, libasm-po/Makefile.in.
692
693 * Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po.
694
6952004-01-17 Ulrich Drepper <drepper@redhat.com>
696
697 * configure.ac: Pretty printing of help message.
698
699 * configure.ac: Move AC_SYS_LARGEFILE test to the front.
700
701 * configure.ac: Add --enable-mudflap option.
702
7032004-01-17 Ulrich Drepper <drepper@redhat.com>
704
705 * configure.ac: Major cleanups. Use aux dir.
706 * config.guess: Moved to new config subdir.
707 * config.rpath: Likewise.
708 * config.sub: Likewise.
709 * depcomp: Likewise.
710 * install-sh: Likewise.
711 * missing: Likewise.
712 * mkinstalldirs: Likewise.
713 * Makefile.am (mini_SUBDIRS): Add config.
714 (EXTRA_DIST): Remove config.rpath.
715
716 * configure.ac: Add AC_REVISION.
717
718 * configure.ac: Add --enable-mudflap option.
719
7202004-01-11 Ulrich Drepper <drepper@redhat.com>
721
722 * configure.ac: Drop libdwarf directory. Add libdw-po.
723 * Makefile.am (all_SUBDIRS): Likewise.
724 * elfutils.spec: Don't distribute anything from libdwarf.
725
7262004-01-05 Ulrich Drepper <drepper@redhat.com>
727
728 * Makefile.am: Support separate libelf built.
729
730 * elfutils.spec.in: Create separata elfutils-libelf-devel package.
731 Install libdw DSOs.
732
733 * configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file
734 name.
735
7362003-08-13 Ulrich Drepper <drepper@redhat.com>
737
738 * elfutils.spec.in: Remove references to libebl.so.
739
7402003-08-11 Ulrich Drepper <drepper@redhat.com>
741
742 * Moved to CVS archive.
743
7442000-08-25 Ulrich Drepper <drepper@redhat.com>
745
746 * The beginning. See the NEWS file for the time being.