elfcompress: Add sanity checks to make sure to not override variable
[platform/upstream/elfutils.git] / ChangeLog
1 2022-05-02  Mark Wielaard  <mark@klomp.org>
2
3         * Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Remove
4         --enable-valgrind --enable-sanitize-undefined.
5
6 2022-04-25  Mark Wielaard  <mark@klomp.org>
7
8         * configure.ac (AC_INIT): Set version to 0.187.
9         * NEWS: Add some more 0.187 items.
10
11 2022-04-24  Frank Ch. Eigler  <fche@redhat.com>
12
13         * AUTHORS.sh, .mailmap: New files.
14         * AUTHORS: Regenerated to cover entire history of elfutils.
15
16 2022-04-24  Mark Wielaard  <mark@klomp.org>
17
18         * configure.ac (AC_CHECK_FUNCS): Add mremap.
19
20 2021-03-20  Mark Wielaard  <mark@klomp.org>
21
22         * configure.ac: Remove -m64 on 32bit target comments for
23         utrace_BIARCH check.
24
25 2021-03-14  Mark Wielaard  <mark@klomp.org>
26
27         * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING.
28
29 2021-03-11  Mark Wielaard  <mark@klomp.org>
30
31         * NEWS: Document new --relative option for addr2line.
32
33 2022-03-10  Mark Wielaard  <mark@klomp.org>
34
35         * configure.ac: Move AC_PROG_CXX earlier. Check for both
36         -D_FORTIFY_SOURCE=3 and -D_FORTIFY_SOURCE=2 support. Also
37         set CXXFLAGS. Output final CFLAGS and CXXFLAGS setting.
38
39 2021-12-04  Mark Wielaard  <mark@klomp.org>
40
41         * configure.ac: Add --enable-sanitize-address.
42
43 2021-11-10  Mark Wielaard  <mark@klomp.org>
44
45         * configure.ac (AC_INIT): Set version to 0.186.
46         * NEWS: Add translation item.
47
48 2021-09-03  John Mellor-Crummey <johnmc@rice.edu>
49
50         * NEWS: Read inlining info in NVIDIA extended line map
51
52 2021-08-10  Adrian Ratiu  <adrian.ratiu@collabora.com>
53
54         * configure.ac (AC_CACHE_CHECK): Rework std=gnu99 check to allow clang.
55
56 2021-08-20  Saleem Abdulrasool  <abdulras@google.com>
57
58         * Add AC_CHECK_HEADERS for error.h and err.h.
59
60 2021-07-28  Mark Wielaard  <mark@klomp.org>
61
62         * configure.ac (AC_CHECK_DECLS): Add reallocarray check.
63
64 2021-05-22  Mark Wielaard  <mark@klomp.org>
65
66         * configure.ac (AC_INIT): Set version to 0.185.
67         * NEWS: Add 0.185 entries.
68
69 2021-05-10  Mark Wielaard  <mark@klomp.org>
70
71         * configure.ac (AC_INIT): Set version to 0.184.
72         * NEWS: Add libdw, translation and debuginfod-client entries.
73
74 2021-03-30  Frank Ch. Eigler  <fche@redhat.com>
75
76         * configure.ac: Look for pthread_setname_np.
77
78 2021-02-17  Timm Bäder  <tbaeder@redhat.com>
79
80         * configure.ac: Add -Wno-packed-not-aligned check.
81
82 2021-02-17  Timm Bäder  <tbaeder@redhat.com>
83
84         * configure.ac: Add -Wtrampolines check.
85
86 2021-02-05  Mark Wielaard  <mark@klomp.org>
87
88         * configure.ac (AC_INIT): Set version to 0.183.
89         (AC_COPYRIGHT): Update Copyright year.
90         * NEWS: Add 0.183 section.
91
92 2021-02-01  Érico Nogueira  <ericonr@disroot.org>
93
94         * configure.ac: Check for GNU strerror_r.
95
96 2021-01-12  Dmitry V. Levin  <ldv@altlinux.org>
97
98         * configure.ac [--enable-gcov]: Check for gcov, lcov, and genhtml.
99         * Makefile.am [GCOV] (coverage, coverage-clean): New targets.
100         * .gitignore: Update.
101
102 2020-12-20  Dmitry V. Levin  <ldv@altlinux.org>
103
104         * .gitignore: Move subdirectory patterns to separate .gitignore files.
105
106         * .gitignore: Update.
107
108 2020-12-15  Dmitry V. Levin  <ldv@altlinux.org>
109
110         * configure.ac (USE_NLS, AM_PO_SUBDIRS): Remove.
111         (AM_GNU_GETTEXT, AM_GNU_GETTEXT_VERSION,
112         AM_GNU_GETTEXT_REQUIRE_VERSION): Use these macros to setup the gettext
113         infrastructure.
114         * .gitignore: Update.
115
116         * Makefile.am (SUBDIRS): Remove m4.
117         * configure.ac (AC_CONFIG_FILES): Remove m4/Makefile.
118
119         * configure.ac (AC_CONFIG_MACRO_DIR): Remove.
120
121 2020-12-12  Dmitry V. Levin  <ldv@altlinux.org>
122
123         * configure.ac: Fix spelling typos in comments.
124         * NEWS: Fix spelling typos.
125         * NOTES: Likewise.
126         * TODO: Likewise.
127
128 2020-12-11  Dmitry V. Levin  <ldv@altlinux.org>
129
130         * configure.ac (AM_CONDITIONAL): Remove HAVE_LIBASM and STANDALONE.
131
132         * configure.ac: Rewrite argp check.
133
134         * configure.ac (AC_MSG_FAILURE): Fix typo.
135
136 2020-11-30  Dmitry V. Levin  <ldv@altlinux.org>
137
138         * configure.ac (LIBDEBUGINFOD_SONAME): New AC_SUBST variable.
139         (AC_CONFIG_FILES): Add debuginfod/debuginfod.h.
140
141 2020-11-01  Érico N. Rolim  <erico.erc@gmail.com>
142
143         * configure.ac: Check for fts and obstack from outside libc.
144
145 2020-10-28  Mark Wielaard  <mark@klomp.org>
146
147         * configure.ac: Set version to 0.182.
148         * NEWS: Add 0.182 section.
149
150 2020-10-28  Tom Tromey  <tom@tromey.com>
151
152         * .gitignore: Add /tests/leb128.
153
154 2020-10-01  Frank Ch. Eigler  <fche@redhat.com>
155
156         PR25461
157         * configure.ac: Add --enable-debuginfod-urls[=URLS] option.
158
159 2020-09-18  Mark Wielaard  <mark@klomp.org>
160
161         * configure.ac: Check availability of libzstd and zstd.
162
163 2020-09-08  Mark Wielaard  <mark@klomp.org>
164
165         * configure.ac: Set version to 0.181.
166         * NEWS: Add 0.181 section.
167
168 2020-08-20  Dmitry V. Levin  <ldv@altlinux.org>
169
170         * configure.ac (--enable-libdebuginfod): AC_DEFINE ENABLE_LIBDEBUGINFOD.
171
172 2020-07-17  Mark Wielaard  <mark@klomp.org>
173
174         * configure.ac: Set -DBAD_FTS=1 also for CXXFLAGS.
175
176 2020-06-19  Mark Wielaard  <mark@klomp.org>
177
178         * Makefile.am (SUBDIRS): Always add debuginfod.
179         * configure.ac (debuginfod): Split off...
180         (libdebuginfod): ... this. Also add DUMME_DEBUGINFOD.
181
182 2020-06-15  Sergei Trofimovich <slyfox@gentoo.org>
183
184         * configure.ac: Use READELF in build-id check.
185
186 2020-06-11  Mark Wielaard  <mark@klomp.org>
187
188         * configure.ac: Set version to 0.180.
189         * NEWS: Add 0.180 section.
190         * .gitignore: Update with new generated file.
191
192 2020-06-10  Mark Wielaard  <mark@klomp.org>
193
194         * configure.ac (MODVERSION): Remove.
195
196 2020-03-30  Mark Wielaard  <mark@klomp.org>
197
198         * configure.ac: Set version to 0.179.
199         * NEWS: Add 0.179 section.
200
201 2020-03-25  Mark Wielaard  <mark@klomp.org>
202
203         * README: Update mailinglist subscription info.
204         * CONTRIBUTING: Likewise.
205
206 2020-02-03  Frank Ch. Eigler  <fche@redhat.com>
207
208         * configure.ac: Tolerate CXX= for debuginfod configuration.
209
210 2019-12-11  Omar Sandoval  <osandov@fb.com>
211
212         * configure.ac: Apply -Werror after user-defined CFLAGS in
213         -D_FORTIFY_SOURCE=2 check.
214
215 2019-12-06  Mark Wielaard  <mark@klomp.org>
216
217         * configure.ac: Add ac_cv_buildid check.
218
219 2019-11-26  Mark Wielaard  <mark@klomp.org>
220
221         * configure.ac: Set version to 0.178.
222         NEWS: Add 0.178 section.
223
224 2019-11-26  Mark Wielaard  <mark@klomp.org>
225
226         * configure.ac: Add CXXFLAGS for gcov.
227
228 2019-10-28  Aaron Merey  <amerey@redhat.com>
229
230         * debuginfod/: New directory for debuginfod code.
231         * Makefile.am (SUBDIRS): Recurse there.
232         * configure.ac (--enable-debuginfod): New flag & checks.
233
234 2019-08-25  Jonathon Anderson <jma14@rice.edu>
235
236         * configure.ac: Add new --enable-valgrind-annotations
237         * configure.ac: Add new --with-valgrind (headers only)
238
239 2019-07-05  Omar Sandoval  <osandov@fb.com>
240
241         * configure.ac: Get rid of --enable-libebl-subdir.
242         * Makefile.am (SUBDIRS): Reorder backends and libcpu before libebl to
243         satisfy build dependencies.
244
245 2019-08-13  Mark Wielaard  <mark@klomp.org>
246
247         * configure.ac: Set version to 0.177.
248         * NEWS: Mention elfclassify, readelf DW_AT_data_member_location
249         and DW_AT_discr_list attribute changes, dwarf.h DW_AT_GNU additions,
250         dwelf_elf_e_machine_string function, dwelf_elf_begin change and
251         C-SKY backend support.
252
253 2019-02-14  Mark Wielaard  <mark@klomp.org>
254
255         * configure.ac: Set version to 0.176.
256         * NEWS: Mention riscv backend updates, new --enable-install-elfh
257         configure flag and fixed CVEs.
258         * GPG-KEY: Update.
259
260 2019-01-18  Mark Wielaard  <mark@klomp.org>
261
262         * configure.ac: Add new --enable-install-elfh.
263
264 2018-07-04  Ross Burton <ross.burton@intel.com>
265
266         * configure.ac: Check for gawk.
267
268 2018-06-11  Mark Wielaard  <mark@klomp.org>
269
270         * configure.ac: Set version to 0.172.
271         * NEWS: Mention bug fixes.
272
273 2018-06-01  Mark Wielaard  <mark@klomp.org>
274
275         * configure.ac: Set version to 0.171.
276         * NEWS: Mention DWARF5, split-dwarf and GNU DebugFission support.
277
278 2018-03-17  Mark Wielaard  <mark@klomp.org>
279
280         * configure.ac (CHECK_FUNCS): Check for process_vm_readv.
281
282 2018-02-09  Joshua Watt  <JPEWhacker@gmail.com>
283
284         * configure.ac (HAVE_FALLTHROUGH): New define.
285
286 2017-10-16  Mark Wielaard  <mark@klomp.org>
287
288         * .gitignore: Remove tests/md5-sha1-test.
289
290 2017-08-18  Ulf Hermann  <ulf.hermann@qt.io>
291
292         * configure.ac: Check if the compiler supports
293         __attribute__((gcc_struct)).
294
295 2017-09-19  Mark Wielaard  <mark@klomp.org>
296
297         * README: Add basic build instructions.
298
299 2017-05-03  Ulf Hermann  <ulf.hermann@qt.io>
300
301         * configure.ac: Test if symbol versioning is supported.
302
303 2017-04-27  Ulf Hermann  <ulf.hermann@qt.io>
304
305         * configure.ac: Check if the compiler supports
306         __attribute__((visibility(...))).
307
308 2017-04-27  Ulf Hermann  <ulf.hermann@qt.io>
309
310         * configure.ac: Check if -fPIC, -fPIE, -Wl,-z,defs,
311         and -Wl,-z,relro are supported by the compiler.
312
313 2017-08-02  Mark Wielaard  <mark@klomp.org>
314
315         * configure.ac: Set version to 0.170.
316         * NEWS: Mention new libdw dwarf_line_file function.
317
318 2017-07-26  Mark Wielaard  <mark@klomp.org>
319
320         * NEWS: Mention dwarf_getmacros handling version 5 .debug_macro.
321
322 2017-07-26  Mark Wielaard  <mark@klomp.org>
323
324         * NEWS: Mention dwarf_peel_type DWARF5 tags improvement.
325
326 2017-07-26  Mark Wielaard  <mark@klomp.org>
327
328         * NEWS: Mention new DWARF5 calling conventions and defaulted member
329         function.
330
331 2017-07-26  Mark Wielaard  <mark@klomp.org>
332
333         * NEWS: Mention new dwarf_default_lower_bound function.
334
335 2017-07-25  Mark Wielaard  <mark@klomp.org>
336
337         * NEWS: Mention new DWARF5 attributes, tags, character encodings
338         and language codes in dwarf.h.
339
340 2017-07-18  Mark Wielaard  <mark@klomp.org>
341
342         * configure.ac: Don't check for linux/bpf.h.
343         * NEWS: Mention always build bpf backend.
344
345 2017-07-14  Mark Wielaard  <mark@klomp.org>
346
347         * NEWS: Add 0.170 section and new strip options.
348
349 2017-05-05  Mark Wielaard  <mark@klomp.org>
350
351         * configure.ac: Set version to 0.169. Update copyright year.
352         * NEWS: Add 0.169 section.
353
354 2017-04-21  Ulf Hermann  <ulf.hermann@qt.io>
355
356         * .gitignore: Add fillfile and peel_type tests.
357
358 2017-02-15  Ulf Hermann  <ulf.hermann@qt.io>
359
360         * configure.ac: Add check for mempcpy.
361
362 2017-02-09  Mark Wielaard  <mark@klomp.org>
363
364         * configure.ac: Add check for adding -D_FORTIFY_SOURCE=2 to CFLAGS.
365
366 2017-01-12  Mark Wielaard  <mark@klomp.org>
367
368         * configure.ac: Define PACKAGE_URL for older autoconf.
369
370 2016-12-27  Mark Wielaard  <mark@klomp.org>
371
372         * configure.ac: Set version to 0.168.
373         * NEWS: Add 0.168 updates.
374
375 2016-12-24  Mark Wielaard  <mark@klomp.org>
376
377         * README: Move design notes to NOTES. Add URLs for home, releases,
378         bugs, git and mailinglist now on sourceware.
379         * NOTES: Add notes from README.
380         * CONTRIBUTING: Change fedorahosted.org references to new
381         sourceware.org locations.
382         * configure.ac (AC_INIT): Add package URL http://elfutils.org/
383         change bug-report to https://sourceware.org/bugzilla/
384         (AC_COPYRIGHT): Set to the elfutils developers.
385
386 2016-11-23  Mark Wielaard  <mjw@redhat.com>
387
388         * configure.ac: Add test for bad fts.h. Add -DBAD_FTS=1 to CFLAGS
389         if necessary.
390
391 2016-11-02  Mark Wielaard  <mjw@redhat.com>
392
393         * configure.ac: Add check for whether gcc accepts
394         -Wimplict-fallthrough.
395
396 2016-10-11  Akihiko Odaki  <akihiko.odaki.4i@stu.hosei.ac.jp>
397
398         * configure.ac: Add memrchr, rawmemchr and powerof2 checks.
399
400 2016-08-04  Mark Wielaard  <mjw@redhat.com>
401
402         * configure.ac: Set version to 0.167.
403         * NEWS: Add 0.167 section.
404
405 2016-07-06  Mark Wielaard  <mjw@redhat.com>
406
407         * .gitignore: Remove src/ld. ldlex.c, ldscript.c and ldscript.h.
408         * configure.ac (enable generic): Removed.
409
410 2016-06-28  Richard Henderson <rth@redhat.com>
411
412         * configure.ac (HAVE_LINUX_BPF_H): New test and conditional.
413
414 2016-06-10  Mark Wielaard  <mjw@redhat.com>
415
416         * CONTRIBUTING: Extend patch, committer and maintainer guidelines.
417
418 2016-05-02  Filipe Brandenburger  <filbranden@google.com>
419
420         * configure.ac (argp check): Pass pass &argv.
421         * configure.ac (-W<...> checks): Pass -Werror to the warning checks,
422         to ensure unsupported warning options are noticed during ./configure
423         time and not only later during build.
424
425 2016-03-31  Mark Wielaard  <mjw@redhat.com>
426
427         * configure.ac: Set version to 0.166.
428
429 2016-03-02  Mark Wielaard  <mjw@redhat.com>
430
431         * configure.ac: Set program_prefix to eu- by default.
432         * NEWS (0.166): New sections, document --program-prefix default.
433
434 2016-02-13  Mark Wielaard  <mjw@redhat.com>
435
436         * configure.ac: Add check for whether gcc accepts -Wnull-dereference.
437
438 2016-02-08  Mark Wielaard  <mjw@redhat.com>
439
440         * configure.ac: Add checks for sane -Wlogical-op and whether gcc
441         accepts -Wduplicated-cond.
442
443 2016-01-08  Mark Wielaard  <mjw@redhat.com>
444
445         * configure.ac: Set version to 0.165.
446         * NEWS: Add 0.164 section.
447
448 2016-01-04  Mark Wielaard  <mjw@redhat.com>
449
450         * configure.ac: Add BZ2_LIBS and LIBLZMA substitutions.
451         Add config/libelf.pc and config/libdw.pc config files.
452
453 2015-12-31  Mark Wielaard  <mjw@redhat.com>
454
455         * Makefile.am (AM_MAKEFLAGS): Set --no-print-directory.
456
457 2015-10-16  Mark Wielaard  <mjw@redhat.com>
458
459         * configure.ac: Make zlib mandatory.
460
461 2015-10-15  Mark Wielaard  <mjw@redhat.com>
462
463         * configure.ac: Set version to 0.164.
464         * NEWS: Add 0.164 additions.
465
466 2015-10-07  Mark Wielaard  <mjw@redhat.com>
467
468         * configure.ac: Add AM_SILENT_RULES([yes]).
469
470 2015-09-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
471
472         * configure.ac: Use -fPIC instead of -fpic to avoid relocation
473         overflows in some platforms.
474
475 2015-07-11  Pino Toscano  <toscano.pino@tiscali.it>
476
477         * .gitignore: Add more generated files, and anchor some of the
478         existing ones.
479
480 2015-06-19  Mark Wielaard  <mjw@redhat.com>
481
482         * configure.ac: Set version to 0.163.
483         * NEWS: Mention 0.163 is bug fixes only.
484
485 2015-06-10  Mark Wielaard  <mjw@redhat.com>
486
487         * configure.ac: Set version to 0.162.
488         * NEWS: Add 0.162 additions.
489
490 2015-06-08  Mark Wielaard  <mjw@redhat.com>
491
492         * configure.ac (ADD_STACK_USAGE_WARNING): New conditional based on
493         gcc -Wstack-usage check.
494
495 2015-05-31  Mark Wielaard  <mjw@redhat.com>
496
497         * configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version
498         and ac_cv_build.
499
500 2015-05-31  Mark Wielaard  <mjw@redhat.com>
501
502         * configure.ac (use_undefined): Use AC_LINK_IFELSE. AC_DEFINE
503         CHECK_UNDEFINED.
504
505 2015-05-30  Mark Wielaard  <mjw@redhat.com>
506
507         * configure.ac: Check for bunzip2. Check flex and bison are
508         installed in maintainer-mode. Otherwise check libdw/known-dwarf.h
509         is already generated.
510
511 2015-05-21  Mark Wielaard  <mjw@redhat.com>
512
513         * configure.ac: Add --enable-sanitize-undefined.
514         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Rename to...
515         (AM_DISTCHECK_CONFIGURE_FLAGS): this. Add --enable-sanitize-undefined.
516
517 2015-05-04  Anthony G. Basile  <blueness@gentoo.org>
518
519         * configure.ac (argp_LDADD): Check if libc has argp and set
520         argp_LDADD accordingly.
521
522 2015-05-03  Max Filippov  <jcmvbkbc@gmail.com>
523
524         * configure.ac (DEMANGLE): Fix enable_demangler setting.
525
526 2015-05-01  Mark Wielaard  <mjw@redhat.com>
527
528         * configure.ac (DEMANGLE): Explicitly set enable_demangler.
529
530 2015-05-01  Mark Wielaard  <mjw@redhat.com>
531
532         * configure.ac (debugpred): Use and set use_debugpred_val.
533         (textrelcheck): Explicitly set enable_textrelcheck to yes or no.
534         (symbol-versioning): Likewise for enable_symbol_versioning.
535         AC_MSG_NOTICE overview of enabled/disabled features.
536
537 2015-04-23  Max Filippov  <jcmvbkbc@gmail.com>
538
539         * configure.ac: Add --disable-symbol-versioning.
540
541 2015-04-14  Mark Wielaard  <mjw@redhat.com>
542
543         * configure.ac (ac_cv_c99): Add explicit checks for all GNU99
544         extensions used.
545
546 2015-03-13  Mark Wielaard  <mjw@redhat.com>
547
548         * configure.ac (ac_cv_c99): Add explicit return.
549         (ac_cv_tls): Add stdlib.h include.
550
551 2014-12-18  Mark Wielaard  <mjw@redhat.com>
552
553         * configure.ac: Set version to 0.161.
554         * NEWS: Add dwarf.h additions.
555
556 2014-12-15  Josh Stone  <jistone@redhat.com>
557
558         * .gitignore: Add config/compile as installed by automake 1.14.
559
560 2014-11-27  Mark Wielaard  <mjw@redhat.com>
561
562         * configure.ac: Add --disable-textrelcheck.
563
564 2014-10-06  Mark Wielaard  <mjw@redhat.com>
565
566         * NEWS: New section 0.161. Add dwarf_peel_type.
567
568 2014-08-25  Mark Wielaard  <mjw@redhat.com>
569
570         * configure.ac: Set version to 0.160.
571         * NEWS: Add removal of DW_TAG_mutable_type, LZMA .ko.xz kernel
572         module support, ARM THUMB functions and ppc64le ELFv2 abi backends.
573
574 2014-08-15  Mark Wielaard  <mjw@redhat.com>
575
576         * NEWS: Add dwarf_cu_die.
577
578 2014-08-15  Mark Wielaard  <mjw@redhat.com>
579
580         * NEWS: Add dwarf_cu_getdwarf.
581
582 2014-07-18  Mark Wielaard  <mjw@redhat.com>
583
584         * configure.ac (AC_CHECK_TYPE): Test for struct user_regs_struct.
585
586 2014-05-26  Mark Wielaard  <mjw@redhat.com>
587
588         * NEWS: New section 0.160. Add unstrip --force.
589
590 2014-05-17  Mark Wielaard  <mjw@redhat.com>
591
592         * configure.ac: Set version to 0.159.
593         * NEWS: Add entries for version 0.159.
594
595 2014-05-02  Mark Wielaard  <mjw@redhat.com>
596
597         * NEWS: Add note about dwz support no longer being experimental and
598         new helper functions.
599         * configure.ac: Remove --enable-dwz.
600         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove --enable-dwz.
601
602 2014-04-11  Mark Wielaard  <mjw@redhat.com>
603
604         * Makefile.am (SUBDIRS): Add libdwelf.
605         * configure.ac (AC_CONFIG_FILES): Add libdwelf/Makefile.
606         * NEWS: Add note about libdwelf.
607
608 2014-04-13  Mark Wielaard  <mjw@redhat.com>
609
610         * configure.ac: Remove mudflap enable arg and MUDFLAP conditional.
611
612 2014-01-21  Mark Wielaard  <mjw@redhat.com>
613
614         * NEWS (Version 0.159): Add stack -i.
615
616 2014-01-20  Mark Wielaard  <mjw@redhat.com>
617
618         * NEWS (Version 0.159): New. Add stack -d.
619
620 2014-01-03  Mark Wielaard  <mjw@redhat.com>
621
622         * configure.ac: Set version to 0.158.
623         * NEWS: Add entries for version 0.158.
624
625 2013-12-20  Mark Wielaard  <mjw@redhat.com>
626
627         * NEWS (libdwfl): Add dwfl_getthread_frames.
628         (stack): New entry.
629
630 2013-12-18  Mark Wielaard  <mjw@redhat.com>
631
632         * NEWS (libdwfl): Add dwfl_module_getsym_info and
633         dwfl_module_addrinfo.
634         (addr2line): Add -x option.
635
636 2013-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
637
638         * NEWS (Version 0.158) (libdwfl): Added Dwfl_Thread_Callbacks,
639         Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl,
640         dwfl_thread_tid, dwfl_frame_thread, dwfl_thread_state_registers,
641         dwfl_thread_state_register_pc, dwfl_getthreads, dwfl_thread_getframes
642         and dwfl_frame_pc.
643
644 2013-12-16  Mark Wielaard  <mjw@redhat.com>
645
646         * NEWS (libdwfl): Add dwfl_module_getsymtab_first_global.
647
648 2013-12-09  Josh Stone  <jistone@redhat.com>
649
650         * .gitignore: Add config/ar-lib, installed due to AM_PROG_AR.
651
652 2013-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
653
654         * configure.ac (CC_BIARCH): Remove AS_IF for it.
655
656 2013-11-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
657
658         * configure.ac: New AC_CHECK_SIZEOF for long.  Call utrace_BIARCH, new
659         AC_SUBST for CC_BIARCH.
660
661 2013-11-06  Mark Wielaard  <mjw@redhat.com>
662
663         * configure.ac (--enable-dwz): Add AC_MSG_WARN when disabled but
664         local system does have /usr/lib/debug/.dwz.
665
666 2013-11-06  Mark Wielaard  <mjw@redhat.com>
667
668         * configure.ac (--enable-thread-safety): Add AC_MSG_WARN experimental
669         option.
670
671 2013-11-01  Michael Forney  <mforney@mforney.org>
672
673         * configure.ac: Call AM_PROG_AR and AC_CHECK_TOOL for readelf and nm.
674
675 2013-10-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
676
677         * NEWS (Version 0.158): New.
678
679 2013-09-30  Mark Wielaard  <mjw@redhat.com>
680
681         * NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes.
682
683 2013-09-27  Mark Wielaard  <mjw@redhat.com>
684
685         * configure.ac: Set version to 0.157.
686         * NEWS: Add entries for version 0.157.
687
688 2013-09-20  Mark Wielaard  <mjw@redhat.com>
689
690         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz.
691
692 2013-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
693
694         * configure.ac: Set version to 0.156.
695
696 2013-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
697
698         * NEWS: Remove bugfix only entries from Version 0.156.
699
700 2013-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
701
702         * NEWS: Add entries for Version 0.156.
703
704 2013-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
705
706         * NEWS (Version 0.156): New.
707
708 2013-04-26  Mark Wielaard  <mjw@redhat.com>
709
710         * configure.ac (AM_INIT_AUTOMAKE): Request parallel-tests.
711
712 2013-04-25  Mark Wielaard  <mjw@redhat.com>
713
714         * .gitignore: Add config/test-driver as installed by automake 1.13.
715         * configure.ac (AM_INIT_AUTOMAKE): Require at least automake 1.11.
716
717 2012-10-01  Mark Wielaard  <mjw@redhat.com>
718
719         * configure.ac: Add --enable-valgrind check.
720         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-valgrind.
721
722 2012-08-27  Mark Wielaard  <mjw@redhat.com>
723
724         * configure.ac: Set version to 0.155.
725
726 2012-08-24  Mark Wielaard  <mjw@redhat.com>
727
728         * configure.ac: Add --enable-dwz check, defaults to no.
729
730 2012-07-24  Mark Wielaard  <mjw@redhat.com>
731
732         * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
733
734 2012-06-22  Mark Wielaard  <mjw@redhat.com>
735
736         * configure.ac: Set version to 0.154.
737
738 2012-01-24  Mark Wielaard  <mjw@redhat.com>
739
740         * COPYING: Fix address. Updated version from gnulib.
741
742 2012-01-23  Mark Wielaard  <mjw@redhat.com>
743
744         * configure.ac: Set version to 0.153, update copyright years.
745
746 2012-01-20  Roland McGrath  <roland@hack.frob.com>
747
748         * configure.ac: Handle --enable-deterministic-archives.
749
750 2011-10-08  Roland McGrath  <roland@hack.frob.com>
751
752         * configure.ac (eu_version): Use sed instead of ${x/y/z} syntax.
753         Use POSIX.2 $((...)) syntax instead of $[...].
754         Reported by Mike Frysinger <vapier@gentoo.org>.
755
756 2011-10-08  Mike Frysinger  <vapier@gentoo.org>
757
758         * configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly.
759
760 2011-10-02  Ulrich Drepper  <drepper@gmail.com>
761
762         * configure.ac: Check for __cxa_demangle in libstdc++.
763
764 2011-02-08  Roland McGrath  <roland@redhat.com>
765
766         * configure.ac (C99 check): Use AC_LANG_SOURCE.
767
768         * configure.ac (ALL_LINGUAS): Remove variable, now obsolete.
769
770 2010-09-13  Ulrich Drepper  <drepper@redhat.com>
771
772         * configure.ac (ALL_LINGUAS): Add languages which have some
773         translations.
774
775 2010-04-15  Roland McGrath  <roland@redhat.com>
776
777         * configure.ac (LOCALEDIR, DATADIRNAME): Removed.
778
779 2009-09-21  Ulrich Drepper  <drepper@redhat.com>
780
781         * configure.ac: Update for more modern autoconf.
782
783 2009-08-26  Roland McGrath  <roland@redhat.com>
784
785         * configure.ac (zip_LIBS): Check for liblzma too.
786
787 2009-04-19  Roland McGrath  <roland@redhat.com>
788
789         * configure.ac (eu_version): Round down here, not in version.h macros.
790
791 2009-04-17  Roland McGrath  <roland@redhat.com>
792
793         * configure.ac (eu_version): Compute number 1000 times larger,
794         let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0).
795
796 2009-01-23  Roland McGrath  <roland@redhat.com>
797
798         * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
799
800         * configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
801         building with compiler support but no working runtime support.
802
803 2009-01-22  Ulrich Drepper  <drepper@redhat.com>
804
805         * Makefile.am (rpm): The tarball is now bzip2-compressed.
806
807 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
808
809         * configure.ac: Require gcc with TLS support.
810         Rename USE_TLS to USE_LOCKS.  The option is renamed to
811         --enable-thread-safety.
812
813 2009-01-08  Roland McGrath  <roland@redhat.com>
814
815         * configure.ac (eu_ZIPLIB): Moved to m4/zip.am.
816
817 2009-01-05  Roland McGrath  <roland@redhat.com>
818
819         * configure.ac (eu_ZIPLIB): New macro.
820         Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS.
821
822 2008-12-30  Ulrich Drepper  <drepper@redhat.com>
823
824         * configure.ac: We need automake 1.8 now.
825
826 2008-12-24  Roland McGrath  <roland@redhat.com>
827
828         * configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
829         distribute only in .tar.bz2 form now.
830
831 2008-12-16  Roland McGrath  <roland@redhat.com>
832
833         * Makefile.am (pkginclude_HEADERS): New variable, install version.h.
834         * configure.ac: Create it, substituting @eu_version@ with
835         PACKAGE_VERSION canonicalized to four digits of decimal.
836
837 2008-08-25  Roland McGrath  <roland@redhat.com>
838
839         * configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too.
840
841 2008-08-21  Roland McGrath  <roland@redhat.com>
842
843         * configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and
844         move the contents to lib/eu-config.h instead of keeping them here.
845
846 2007-12-20  Ulrich Drepper  <drepper@redhat.com>
847
848         * configure.ac: Add support for --enable-debugpred.
849         Update likely/unlikely macros for it.
850
851 2007-06-05  Ulrich Drepper  <drepper@redhat.com>
852
853         * Makefile.am: Remove traces of mini builds.
854         * configure.ac: Don't use libelf-po/POTFILES.in as config file
855         anymore.
856
857 2007-05-16  Roland McGrath  <roland@redhat.com>
858
859         * configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability.
860
861 2006-11-02  Roland McGrath  <roland@redhat.com>
862
863         * Makefile.am (EXTRA_DIST): Add EXCEPTION file.
864
865 2006-08-29  Roland McGrath  <roland@redhat.com>
866
867         * configure.ac: Use AM_MAINTAINER_MODE.
868
869 2006-07-12  Ulrich Drepper  <drepper@redhat.com>
870
871         * configure.ac (internal_function): Don't use internal visibility.
872
873 2006-07-05  Ulrich Drepper  <drepper@redhat.com>
874
875         * configure.ac: Add dummy automake conditional to get dependencies
876         for non-generic linker right.  See src/Makefile.am.
877
878 2005-11-18  Roland McGrath  <roland@redhat.com>
879
880         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
881
882 2005-11-16  Roland McGrath  <roland@redhat.com>
883
884         * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
885         In config.h, define ELFUTILS_HEADER macro.
886
887 2005-11-15  Roland McGrath  <roland@redhat.com>
888
889         * Makefile.am (all_SUBDIRS): Add backends.
890         * configure.ac: Write backends/Makefile.
891
892         * configure.ac: Add --enable-tests-rpath option.
893
894 2005-09-16  Roland McGrath  <roland@redhat.com>
895
896         * configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]:
897         Don't set it, since on IA64 you get error messages for unaligned
898         accesses, and on Alpha it's at least very slow.
899
900 2005-08-29  Ulrich Drepper  <drepper@redhat.com>
901
902         * configure.ac: Fix GCOV make condition generation.
903
904 2005-08-28  Ulrich Drepper  <drepper@redhat.com>
905
906         * configure.ac: Add --enable-gcov option.
907
908 2005-08-06  Ulrich Drepper  <drepper@redhat.com>
909
910         * configure.ac: Add --enable-gprof option.
911
912 2005-07-27  Roland McGrath  <roland@redhat.com>
913
914         * Makefile.am (all_SUBDIRS): Put libdwfl before libdw.
915
916 2005-07-21  Roland McGrath  <roland@redhat.com>
917
918         * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
919
920 2005-06-01  Roland McGrath  <roland@redhat.com>
921
922         * Makefile.am (all_SUBDIRS): Add libdwfl.
923         * configure.ac: Write libdwfl/Makefile.
924
925 2005-05-19  Roland McGrath  <roland@redhat.com>
926
927         * configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.
928
929 2005-05-10  Ulrich Drepper  <drepper@redhat.com>
930
931         * configure.ac: Define MODVERSION in config.h.
932
933 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
934
935         * Makefile.am (all_SUBDIRS): Don't add doc subdir for now.
936         * configure.ac: Don't use doc subdir for now.
937
938 2005-02-15  Ulrich Drepper  <drepper@redhat.com>
939
940         * configure.ac: Remove AM_GNU_GETTEXT use.  Use only AM_PO_SUBDIRS.
941
942 2005-02-06  Ulrich Drepper  <drepper@redhat.com>
943
944         * configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2.
945
946         * Makefile.am (EXTRA_DIST): Remove splint.rc.
947         * splint.rc: Removed.
948
949 2004-09-25  Ulrich Drepper  <drepper@redhat.com>
950
951         * configure.ac: Make compile with gcc 4.0.
952
953 2004-03-06  Ulrich Drepper  <drepper@redhat.com>
954
955         * configure.ac: Use AS_HELP_STRING where applicable.
956
957 2004-01-23  Ulrich Drepper  <drepper@redhat.com>
958
959         * configure.ac: Check for C99 compiler.
960
961         * configure.ac: Change locking macros in config.h to at least
962         evaluate the parameter.  Define base_cpu to none for generic linker.
963
964 2004-01-21  Ulrich Drepper  <drepper@redhat.com>
965
966         * configure.ac: Print error message in case --disable-generic is
967         used if no linker support for the architecture is available.
968
969 2004-01-18  Ulrich Drepper  <drepper@redhat.com>
970
971         * configure.ac: Dont generate libebl-po/Makefile.in,
972         libdw-po/Makefile.in, libasm-po/Makefile.in.
973
974         * Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po.
975
976 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
977
978         * configure.ac: Pretty printing of help message.
979
980         * configure.ac: Move AC_SYS_LARGEFILE test to the front.
981
982         * configure.ac: Add --enable-mudflap option.
983
984 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
985
986         * configure.ac: Major cleanups.  Use aux dir.
987         * config.guess: Moved to new config subdir.
988         * config.rpath: Likewise.
989         * config.sub: Likewise.
990         * depcomp: Likewise.
991         * install-sh: Likewise.
992         * missing: Likewise.
993         * mkinstalldirs: Likewise.
994         * Makefile.am (mini_SUBDIRS): Add config.
995         (EXTRA_DIST): Remove config.rpath.
996
997         * configure.ac: Add AC_REVISION.
998
999         * configure.ac: Add --enable-mudflap option.
1000
1001 2004-01-11  Ulrich Drepper  <drepper@redhat.com>
1002
1003         * configure.ac: Drop libdwarf directory.  Add libdw-po.
1004         * Makefile.am (all_SUBDIRS): Likewise.
1005         * elfutils.spec: Don't distribute anything from libdwarf.
1006
1007 2004-01-05  Ulrich Drepper  <drepper@redhat.com>
1008
1009         * Makefile.am: Support separate libelf built.
1010
1011         * elfutils.spec.in: Create separata elfutils-libelf-devel package.
1012         Install libdw DSOs.
1013
1014         * configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file
1015         name.
1016
1017 2003-08-13  Ulrich Drepper  <drepper@redhat.com>
1018
1019         * elfutils.spec.in: Remove references to libebl.so.
1020
1021 2003-08-11  Ulrich Drepper  <drepper@redhat.com>
1022
1023         * Moved to CVS archive.
1024
1025 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
1026
1027         * The beginning.  See the NEWS file for the time being.