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