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