]> git.ipfire.org Git - thirdparty/elfutils.git/blame - ChangeLog
libasm: fix spelling typos in comments
[thirdparty/elfutils.git] / ChangeLog
CommitLineData
8ffada54
DL
12020-12-11 Dmitry V. Levin <ldv@altlinux.org>
2
441d2f09
DL
3 * configure.ac (AM_CONDITIONAL): Remove HAVE_LIBASM and STANDALONE.
4
be084ccb
DL
5 * configure.ac: Rewrite argp check.
6
8ffada54
DL
7 * configure.ac (AC_MSG_FAILURE): Fix typo.
8
fc5e808d
DL
92020-11-30 Dmitry V. Levin <ldv@altlinux.org>
10
11 * configure.ac (LIBDEBUGINFOD_SONAME): New AC_SUBST variable.
12 (AC_CONFIG_FILES): Add debuginfod/debuginfod.h.
13
da855fc9
ÉR
142020-11-01 Érico N. Rolim <erico.erc@gmail.com>
15
16 * configure.ac: Check for fts and obstack from outside libc.
17
d4fd0804
MW
182020-10-28 Mark Wielaard <mark@klomp.org>
19
20 * configure.ac: Set version to 0.182.
21 * NEWS: Add 0.182 section.
22
70343f48
TT
232020-10-28 Tom Tromey <tom@tromey.com>
24
25 * .gitignore: Add /tests/leb128.
26
94708e96
FCE
272020-10-01 Frank Ch. Eigler <fche@redhat.com>
28
29 PR25461
30 * configure.ac: Add --enable-debuginfod-urls[=URLS] option.
31
52536d7d
MW
322020-09-18 Mark Wielaard <mark@klomp.org>
33
34 * configure.ac: Check availability of libzstd and zstd.
35
41a17386
MW
362020-09-08 Mark Wielaard <mark@klomp.org>
37
38 * configure.ac: Set version to 0.181.
39 * NEWS: Add 0.181 section.
40
4ced3010
DL
412020-08-20 Dmitry V. Levin <ldv@altlinux.org>
42
43 * configure.ac (--enable-libdebuginfod): AC_DEFINE ENABLE_LIBDEBUGINFOD.
44
ad7036f1
MW
452020-07-17 Mark Wielaard <mark@klomp.org>
46
47 * configure.ac: Set -DBAD_FTS=1 also for CXXFLAGS.
48
f7f0cdc5
MW
492020-06-19 Mark Wielaard <mark@klomp.org>
50
51 * Makefile.am (SUBDIRS): Always add debuginfod.
52 * configure.ac (debuginfod): Split off...
53 (libdebuginfod): ... this. Also add DUMME_DEBUGINFOD.
54
9698a399
ST
552020-06-15 Sergei Trofimovich <slyfox@gentoo.org>
56
57 * configure.ac: Use READELF in build-id check.
58
a2bc0214
MW
592020-06-11 Mark Wielaard <mark@klomp.org>
60
61 * configure.ac: Set version to 0.180.
62 * NEWS: Add 0.180 section.
63 * .gitignore: Update with new generated file.
64
27a388bd
MW
652020-06-10 Mark Wielaard <mark@klomp.org>
66
67 * configure.ac (MODVERSION): Remove.
68
3a772880
MW
692020-03-30 Mark Wielaard <mark@klomp.org>
70
71 * configure.ac: Set version to 0.179.
72 * NEWS: Add 0.179 section.
73
a344b8ce
MW
742020-03-25 Mark Wielaard <mark@klomp.org>
75
76 * README: Update mailinglist subscription info.
77 * CONTRIBUTING: Likewise.
78
9b0fb444
FCE
792020-02-03 Frank Ch. Eigler <fche@redhat.com>
80
81 * configure.ac: Tolerate CXX= for debuginfod configuration.
82
c435a338
OS
832019-12-11 Omar Sandoval <osandov@fb.com>
84
85 * configure.ac: Apply -Werror after user-defined CFLAGS in
86 -D_FORTIFY_SOURCE=2 check.
87
cf1b5fe1
MW
882019-12-06 Mark Wielaard <mark@klomp.org>
89
90 * configure.ac: Add ac_cv_buildid check.
91
6b13cb00
MW
922019-11-26 Mark Wielaard <mark@klomp.org>
93
94 * configure.ac: Set version to 0.178.
95 NEWS: Add 0.178 section.
96
3f81dbd2
MW
972019-11-26 Mark Wielaard <mark@klomp.org>
98
99 * configure.ac: Add CXXFLAGS for gcov.
100
288f6b19
AM
1012019-10-28 Aaron Merey <amerey@redhat.com>
102
103 * debuginfod/: New directory for debuginfod code.
104 * Makefile.am (SUBDIRS): Recurse there.
105 * configure.ac (--enable-debuginfod): New flag & checks.
106
5e2a8e25
JA
1072019-08-25 Jonathon Anderson <jma14@rice.edu>
108
109 * configure.ac: Add new --enable-valgrind-annotations
110 * configure.ac: Add new --with-valgrind (headers only)
111
4f937e24
OS
1122019-07-05 Omar Sandoval <osandov@fb.com>
113
114 * configure.ac: Get rid of --enable-libebl-subdir.
115 * Makefile.am (SUBDIRS): Reorder backends and libcpu before libebl to
116 satisfy build dependencies.
117
5643e037
MW
1182019-08-13 Mark Wielaard <mark@klomp.org>
119
120 * configure.ac: Set version to 0.177.
121 * NEWS: Mention elfclassify, readelf DW_AT_data_member_location
122 and DW_AT_discr_list attribute changes, dwarf.h DW_AT_GNU additions,
123 dwelf_elf_e_machine_string function, dwelf_elf_begin change and
124 C-SKY backend support.
125
89f5c7b5
MW
1262019-02-14 Mark Wielaard <mark@klomp.org>
127
128 * configure.ac: Set version to 0.176.
129 * NEWS: Mention riscv backend updates, new --enable-install-elfh
130 configure flag and fixed CVEs.
131 * GPG-KEY: Update.
132
b63007ed
MW
1332019-01-18 Mark Wielaard <mark@klomp.org>
134
135 * configure.ac: Add new --enable-install-elfh.
136
d6126841
RB
1372018-07-04 Ross Burton <ross.burton@intel.com>
138
139 * configure.ac: Check for gawk.
140
7a1fd63a
MW
1412018-06-11 Mark Wielaard <mark@klomp.org>
142
143 * configure.ac: Set version to 0.172.
144 * NEWS: Mention bug fixes.
145
cf65ca14
MW
1462018-06-01 Mark Wielaard <mark@klomp.org>
147
148 * configure.ac: Set version to 0.171.
149 * NEWS: Mention DWARF5, split-dwarf and GNU DebugFission support.
150
afffdff2
MW
1512018-03-17 Mark Wielaard <mark@klomp.org>
152
153 * configure.ac (CHECK_FUNCS): Check for process_vm_readv.
154
555e15eb
JW
1552018-02-09 Joshua Watt <JPEWhacker@gmail.com>
156
157 * configure.ac (HAVE_FALLTHROUGH): New define.
158
a5c72418
MW
1592017-10-16 Mark Wielaard <mark@klomp.org>
160
161 * .gitignore: Remove tests/md5-sha1-test.
162
17d7194d
UH
1632017-08-18 Ulf Hermann <ulf.hermann@qt.io>
164
165 * configure.ac: Check if the compiler supports
166 __attribute__((gcc_struct)).
167
04ecad6a
MW
1682017-09-19 Mark Wielaard <mark@klomp.org>
169
170 * README: Add basic build instructions.
171
4a3330a9
UH
1722017-05-03 Ulf Hermann <ulf.hermann@qt.io>
173
174 * configure.ac: Test if symbol versioning is supported.
175
1127470a
UH
1762017-04-27 Ulf Hermann <ulf.hermann@qt.io>
177
178 * configure.ac: Check if the compiler supports
179 __attribute__((visibility(...))).
180
07737584
UH
1812017-04-27 Ulf Hermann <ulf.hermann@qt.io>
182
183 * configure.ac: Check if -fPIC, -fPIE, -Wl,-z,defs,
184 and -Wl,-z,relro are supported by the compiler.
185
54ba4ce2
MW
1862017-08-02 Mark Wielaard <mark@klomp.org>
187
188 * configure.ac: Set version to 0.170.
189 * NEWS: Mention new libdw dwarf_line_file function.
190
f9d791a9
MW
1912017-07-26 Mark Wielaard <mark@klomp.org>
192
193 * NEWS: Mention dwarf_getmacros handling version 5 .debug_macro.
194
274f28ce
MW
1952017-07-26 Mark Wielaard <mark@klomp.org>
196
197 * NEWS: Mention dwarf_peel_type DWARF5 tags improvement.
198
75834f33
MW
1992017-07-26 Mark Wielaard <mark@klomp.org>
200
02e30937
MW
201 * NEWS: Mention new DWARF5 calling conventions and defaulted member
202 function.
75834f33 203
2eb1e348
MW
2042017-07-26 Mark Wielaard <mark@klomp.org>
205
206 * NEWS: Mention new dwarf_default_lower_bound function.
207
8e9c76b6
MW
2082017-07-25 Mark Wielaard <mark@klomp.org>
209
d14fd3bc
MW
210 * NEWS: Mention new DWARF5 attributes, tags, character encodings
211 and language codes in dwarf.h.
8e9c76b6 212
1609679b
MW
2132017-07-18 Mark Wielaard <mark@klomp.org>
214
215 * configure.ac: Don't check for linux/bpf.h.
216 * NEWS: Mention always build bpf backend.
217
d03be4f7
MW
2182017-07-14 Mark Wielaard <mark@klomp.org>
219
220 * NEWS: Add 0.170 section and new strip options.
221
6358858c
MW
2222017-05-05 Mark Wielaard <mark@klomp.org>
223
224 * configure.ac: Set version to 0.169. Update copyright year.
225 * NEWS: Add 0.169 section.
226
5c3badb6
UH
2272017-04-21 Ulf Hermann <ulf.hermann@qt.io>
228
229 * .gitignore: Add fillfile and peel_type tests.
230
b3248e68
UH
2312017-02-15 Ulf Hermann <ulf.hermann@qt.io>
232
233 * configure.ac: Add check for mempcpy.
234
01b994e3
MW
2352017-02-09 Mark Wielaard <mark@klomp.org>
236
237 * configure.ac: Add check for adding -D_FORTIFY_SOURCE=2 to CFLAGS.
238
34b037b8
MW
2392017-01-12 Mark Wielaard <mark@klomp.org>
240
241 * configure.ac: Define PACKAGE_URL for older autoconf.
242
515dd0ac
MW
2432016-12-27 Mark Wielaard <mark@klomp.org>
244
245 * configure.ac: Set version to 0.168.
246 * NEWS: Add 0.168 updates.
247
1700fd25
MW
2482016-12-24 Mark Wielaard <mark@klomp.org>
249
250 * README: Move design notes to NOTES. Add URLs for home, releases,
251 bugs, git and mailinglist now on sourceware.
252 * NOTES: Add notes from README.
253 * CONTRIBUTING: Change fedorahosted.org references to new
254 sourceware.org locations.
255 * configure.ac (AC_INIT): Add package URL http://elfutils.org/
256 change bug-report to https://sourceware.org/bugzilla/
257 (AC_COPYRIGHT): Set to the elfutils developers.
258
ee225020
MW
2592016-11-23 Mark Wielaard <mjw@redhat.com>
260
261 * configure.ac: Add test for bad fts.h. Add -DBAD_FTS=1 to CFLAGS
262 if necessary.
263
a3cc8182
MW
2642016-11-02 Mark Wielaard <mjw@redhat.com>
265
266 * configure.ac: Add check for whether gcc accepts
267 -Wimplict-fallthrough.
268
2692016-10-11 Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
a24d52ac
AO
270
271 * configure.ac: Add memrchr, rawmemchr and powerof2 checks.
272
aee5606a
MW
2732016-08-04 Mark Wielaard <mjw@redhat.com>
274
275 * configure.ac: Set version to 0.167.
276 * NEWS: Add 0.167 section.
277
e6ca75dd
MW
2782016-07-06 Mark Wielaard <mjw@redhat.com>
279
280 * .gitignore: Remove src/ld. ldlex.c, ldscript.c and ldscript.h.
281 * configure.ac (enable generic): Removed.
282
9a36c922
RH
2832016-06-28 Richard Henderson <rth@redhat.com>
284
285 * configure.ac (HAVE_LINUX_BPF_H): New test and conditional.
286
c954bc4e
MW
2872016-06-10 Mark Wielaard <mjw@redhat.com>
288
289 * CONTRIBUTING: Extend patch, committer and maintainer guidelines.
290
afeccd48
FB
2912016-05-02 Filipe Brandenburger <filbranden@google.com>
292
293 * configure.ac (argp check): Pass pass &argv.
239cd48b
FB
294 * configure.ac (-W<...> checks): Pass -Werror to the warning checks,
295 to ensure unsupported warning options are noticed during ./configure
296 time and not only later during build.
afeccd48 297
c57e357a
MW
2982016-03-31 Mark Wielaard <mjw@redhat.com>
299
300 * configure.ac: Set version to 0.166.
301
9ba24584
MW
3022016-03-02 Mark Wielaard <mjw@redhat.com>
303
304 * configure.ac: Set program_prefix to eu- by default.
305 * NEWS (0.166): New sections, document --program-prefix default.
306
6993d408
MW
3072016-02-13 Mark Wielaard <mjw@redhat.com>
308
309 * configure.ac: Add check for whether gcc accepts -Wnull-dereference.
310
8bc1423b
MW
3112016-02-08 Mark Wielaard <mjw@redhat.com>
312
313 * configure.ac: Add checks for sane -Wlogical-op and whether gcc
314 accepts -Wduplicated-cond.
315
7930054c
MW
3162016-01-08 Mark Wielaard <mjw@redhat.com>
317
318 * configure.ac: Set version to 0.165.
319 * NEWS: Add 0.164 section.
320
0aa60ac6
MW
3212016-01-04 Mark Wielaard <mjw@redhat.com>
322
323 * configure.ac: Add BZ2_LIBS and LIBLZMA substitutions.
324 Add config/libelf.pc and config/libdw.pc config files.
325
193396a9
MW
3262015-12-31 Mark Wielaard <mjw@redhat.com>
327
328 * Makefile.am (AM_MAKEFLAGS): Set --no-print-directory.
329
528cb45f
MW
3302015-10-16 Mark Wielaard <mjw@redhat.com>
331
332 * configure.ac: Make zlib mandatory.
333
d11eea4a
MW
3342015-10-15 Mark Wielaard <mjw@redhat.com>
335
336 * configure.ac: Set version to 0.164.
337 * NEWS: Add 0.164 additions.
338
c04f491f
MW
3392015-10-07 Mark Wielaard <mjw@redhat.com>
340
341 * configure.ac: Add AM_SILENT_RULES([yes]).
342
133509fa
JM
3432015-09-24 Jose E. Marchesi <jose.marchesi@oracle.com>
344
345 * configure.ac: Use -fPIC instead of -fpic to avoid relocation
346 overflows in some platforms.
347
5686dede
PT
3482015-07-11 Pino Toscano <toscano.pino@tiscali.it>
349
350 * .gitignore: Add more generated files, and anchor some of the
351 existing ones.
352
faf0d3d7
MW
3532015-06-19 Mark Wielaard <mjw@redhat.com>
354
355 * configure.ac: Set version to 0.163.
356 * NEWS: Mention 0.163 is bug fixes only.
357
027d911c
MW
3582015-06-10 Mark Wielaard <mjw@redhat.com>
359
360 * configure.ac: Set version to 0.162.
361 * NEWS: Add 0.162 additions.
362
4b7953db
MW
3632015-06-08 Mark Wielaard <mjw@redhat.com>
364
365 * configure.ac (ADD_STACK_USAGE_WARNING): New conditional based on
366 gcc -Wstack-usage check.
367
f17a9bbc
MW
3682015-05-31 Mark Wielaard <mjw@redhat.com>
369
370 * configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version
371 and ac_cv_build.
372
170f1bb0
MW
3732015-05-31 Mark Wielaard <mjw@redhat.com>
374
375 * configure.ac (use_undefined): Use AC_LINK_IFELSE. AC_DEFINE
376 CHECK_UNDEFINED.
377
4664fd58
MW
3782015-05-30 Mark Wielaard <mjw@redhat.com>
379
380 * configure.ac: Check for bunzip2. Check flex and bison are
381 installed in maintainer-mode. Otherwise check libdw/known-dwarf.h
382 is already generated.
383
2b250b75
MW
3842015-05-21 Mark Wielaard <mjw@redhat.com>
385
386 * configure.ac: Add --enable-sanitize-undefined.
387 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Rename to...
388 (AM_DISTCHECK_CONFIGURE_FLAGS): this. Add --enable-sanitize-undefined.
389
1ab3c2be
AB
3902015-05-04 Anthony G. Basile <blueness@gentoo.org>
391
392 * configure.ac (argp_LDADD): Check if libc has argp and set
393 argp_LDADD accordingly.
394
1ce4a459
MF
3952015-05-03 Max Filippov <jcmvbkbc@gmail.com>
396
397 * configure.ac (DEMANGLE): Fix enable_demangler setting.
398
e6e80dae
MW
3992015-05-01 Mark Wielaard <mjw@redhat.com>
400
401 * configure.ac (DEMANGLE): Explicitly set enable_demangler.
402
7702a3c1
MW
4032015-05-01 Mark Wielaard <mjw@redhat.com>
404
405 * configure.ac (debugpred): Use and set use_debugpred_val.
406 (textrelcheck): Explicitly set enable_textrelcheck to yes or no.
407 (symbol-versioning): Likewise for enable_symbol_versioning.
408 AC_MSG_NOTICE overview of enabled/disabled features.
409
bafacaca
MF
4102015-04-23 Max Filippov <jcmvbkbc@gmail.com>
411
412 * configure.ac: Add --disable-symbol-versioning.
413
aba6d762
MW
4142015-04-14 Mark Wielaard <mjw@redhat.com>
415
416 * configure.ac (ac_cv_c99): Add explicit checks for all GNU99
417 extensions used.
418
0a35e3ac
MW
4192015-03-13 Mark Wielaard <mjw@redhat.com>
420
421 * configure.ac (ac_cv_c99): Add explicit return.
422 (ac_cv_tls): Add stdlib.h include.
423
09dc83d6
MW
4242014-12-18 Mark Wielaard <mjw@redhat.com>
425
426 * configure.ac: Set version to 0.161.
427 * NEWS: Add dwarf.h additions.
428
f5c340b1
JS
4292014-12-15 Josh Stone <jistone@redhat.com>
430
431 * .gitignore: Add config/compile as installed by automake 1.14.
432
805ec833
MW
4332014-11-27 Mark Wielaard <mjw@redhat.com>
434
435 * configure.ac: Add --disable-textrelcheck.
436
3a36e8a2
MW
4372014-10-06 Mark Wielaard <mjw@redhat.com>
438
439 * NEWS: New section 0.161. Add dwarf_peel_type.
440
5efda26c
MW
4412014-08-25 Mark Wielaard <mjw@redhat.com>
442
443 * configure.ac: Set version to 0.160.
444 * NEWS: Add removal of DW_TAG_mutable_type, LZMA .ko.xz kernel
445 module support, ARM THUMB functions and ppc64le ELFv2 abi backends.
446
f18f2336
MW
4472014-08-15 Mark Wielaard <mjw@redhat.com>
448
449 * NEWS: Add dwarf_cu_die.
450
209f149f
MW
4512014-08-15 Mark Wielaard <mjw@redhat.com>
452
453 * NEWS: Add dwarf_cu_getdwarf.
454
c1e0fcb9
KM
4552014-07-18 Mark Wielaard <mjw@redhat.com>
456
457 * configure.ac (AC_CHECK_TYPE): Test for struct user_regs_struct.
458
22497096
MW
4592014-05-26 Mark Wielaard <mjw@redhat.com>
460
461 * NEWS: New section 0.160. Add unstrip --force.
462
f05dff9d
MW
4632014-05-17 Mark Wielaard <mjw@redhat.com>
464
465 * configure.ac: Set version to 0.159.
466 * NEWS: Add entries for version 0.159.
467
bb096d04
MW
4682014-05-02 Mark Wielaard <mjw@redhat.com>
469
470 * NEWS: Add note about dwz support no longer being experimental and
471 new helper functions.
472 * configure.ac: Remove --enable-dwz.
473 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove --enable-dwz.
474
9380297e
MW
4752014-04-11 Mark Wielaard <mjw@redhat.com>
476
477 * Makefile.am (SUBDIRS): Add libdwelf.
478 * configure.ac (AC_CONFIG_FILES): Add libdwelf/Makefile.
479 * NEWS: Add note about libdwelf.
480
32324794
MW
4812014-04-13 Mark Wielaard <mjw@redhat.com>
482
483 * configure.ac: Remove mudflap enable arg and MUDFLAP conditional.
484
13968d9a
MW
4852014-01-21 Mark Wielaard <mjw@redhat.com>
486
487 * NEWS (Version 0.159): Add stack -i.
488
531a30ac
MW
4892014-01-20 Mark Wielaard <mjw@redhat.com>
490
491 * NEWS (Version 0.159): New. Add stack -d.
492
70db4cc4
MW
4932014-01-03 Mark Wielaard <mjw@redhat.com>
494
495 * configure.ac: Set version to 0.158.
496 * NEWS: Add entries for version 0.158.
497
e962ec3b
MW
4982013-12-20 Mark Wielaard <mjw@redhat.com>
499
500 * NEWS (libdwfl): Add dwfl_getthread_frames.
501 (stack): New entry.
502
159ac52b
MW
5032013-12-18 Mark Wielaard <mjw@redhat.com>
504
505 * NEWS (libdwfl): Add dwfl_module_getsym_info and
506 dwfl_module_addrinfo.
507 (addr2line): Add -x option.
508
8aa7fbbb
JK
5092013-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
510
511 * NEWS (Version 0.158) (libdwfl): Added Dwfl_Thread_Callbacks,
512 Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl,
513 dwfl_thread_tid, dwfl_frame_thread, dwfl_thread_state_registers,
514 dwfl_thread_state_register_pc, dwfl_getthreads, dwfl_thread_getframes
515 and dwfl_frame_pc.
516
14c2d9e6
MW
5172013-12-16 Mark Wielaard <mjw@redhat.com>
518
519 * NEWS (libdwfl): Add dwfl_module_getsymtab_first_global.
520
8b10aaa3
JS
5212013-12-09 Josh Stone <jistone@redhat.com>
522
523 * .gitignore: Add config/ar-lib, installed due to AM_PROG_AR.
524
8ae9bc9d
JK
5252013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
526
527 * configure.ac (CC_BIARCH): Remove AS_IF for it.
528
0b867460
JK
5292013-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
530
531 * configure.ac: New AC_CHECK_SIZEOF for long. Call utrace_BIARCH, new
532 AC_SUBST for CC_BIARCH.
533
38928e27
MW
5342013-11-06 Mark Wielaard <mjw@redhat.com>
535
536 * configure.ac (--enable-dwz): Add AC_MSG_WARN when disabled but
537 local system does have /usr/lib/debug/.dwz.
538
09c9bb92
MW
5392013-11-06 Mark Wielaard <mjw@redhat.com>
540
541 * configure.ac (--enable-thread-safety): Add AC_MSG_WARN experimental
542 option.
543
a45c8043
MF
5442013-11-01 Michael Forney <mforney@mforney.org>
545
546 * configure.ac: Call AM_PROG_AR and AC_CHECK_TOOL for readelf and nm.
547
3cf491ee
JK
5482013-10-30 Jan Kratochvil <jan.kratochvil@redhat.com>
549
550 * NEWS (Version 0.158): New.
551
fb927578
MW
5522013-09-30 Mark Wielaard <mjw@redhat.com>
553
554 * NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes.
555
f36d727a
MW
5562013-09-27 Mark Wielaard <mjw@redhat.com>
557
558 * configure.ac: Set version to 0.157.
559 * NEWS: Add entries for version 0.157.
560
21fc33fe
MW
5612013-09-20 Mark Wielaard <mjw@redhat.com>
562
563 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz.
564
5fdc1de0
JK
5652013-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
566
567 * configure.ac: Set version to 0.156.
568
934d36cb
JK
5692013-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
570
571 * NEWS: Remove bugfix only entries from Version 0.156.
572
a55b1183
JK
5732013-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
574
575 * NEWS: Add entries for Version 0.156.
576
904aec2c
JK
5772013-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
578
579 * NEWS (Version 0.156): New.
580
86be792c
MW
5812013-04-26 Mark Wielaard <mjw@redhat.com>
582
583 * configure.ac (AM_INIT_AUTOMAKE): Request parallel-tests.
584
cdaaf215
MW
5852013-04-25 Mark Wielaard <mjw@redhat.com>
586
587 * .gitignore: Add config/test-driver as installed by automake 1.13.
588 * configure.ac (AM_INIT_AUTOMAKE): Require at least automake 1.11.
589
e3e3ee26
MW
5902012-10-01 Mark Wielaard <mjw@redhat.com>
591
592 * configure.ac: Add --enable-valgrind check.
593 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-valgrind.
594
3cb9e8cb
MW
5952012-08-27 Mark Wielaard <mjw@redhat.com>
596
597 * configure.ac: Set version to 0.155.
598
f5519fc2
MW
5992012-08-24 Mark Wielaard <mjw@redhat.com>
600
601 * configure.ac: Add --enable-dwz check, defaults to no.
602
030f626f
MW
6032012-07-24 Mark Wielaard <mjw@redhat.com>
604
605 * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
606
d7bde9be
MW
6072012-06-22 Mark Wielaard <mjw@redhat.com>
608
609 * configure.ac: Set version to 0.154.
610
c0c152b0
MW
6112012-01-24 Mark Wielaard <mjw@redhat.com>
612
613 * COPYING: Fix address. Updated version from gnulib.
614
62f4c7bc
MW
6152012-01-23 Mark Wielaard <mjw@redhat.com>
616
617 * configure.ac: Set version to 0.153, update copyright years.
618
3284b799
RM
6192012-01-20 Roland McGrath <roland@hack.frob.com>
620
621 * configure.ac: Handle --enable-deterministic-archives.
622
e9bf1d30
RM
6232011-10-08 Roland McGrath <roland@hack.frob.com>
624
625 * configure.ac (eu_version): Use sed instead of ${x/y/z} syntax.
626 Use POSIX.2 $((...)) syntax instead of $[...].
627 Reported by Mike Frysinger <vapier@gentoo.org>.
628
8f3002e2
MF
6292011-10-08 Mike Frysinger <vapier@gentoo.org>
630
631 * configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly.
632
b4a16cf0
UD
6332011-10-02 Ulrich Drepper <drepper@gmail.com>
634
635 * configure.ac: Check for __cxa_demangle in libstdc++.
636
bc88fffe
RM
6372011-02-08 Roland McGrath <roland@redhat.com>
638
f64e25f2
RM
639 * configure.ac (C99 check): Use AC_LANG_SOURCE.
640
bc88fffe
RM
641 * configure.ac (ALL_LINGUAS): Remove variable, now obsolete.
642
27838fb6
UD
6432010-09-13 Ulrich Drepper <drepper@redhat.com>
644
645 * configure.ac (ALL_LINGUAS): Add languages which have some
646 translations.
647
d862cc83
RM
6482010-04-15 Roland McGrath <roland@redhat.com>
649
b386ccfe 650 * configure.ac (LOCALEDIR, DATADIRNAME): Removed.
d862cc83 651
db12f164
UD
6522009-09-21 Ulrich Drepper <drepper@redhat.com>
653
654 * configure.ac: Update for more modern autoconf.
655
24169646
RM
6562009-08-26 Roland McGrath <roland@redhat.com>
657
658 * configure.ac (zip_LIBS): Check for liblzma too.
659
105e3984
RM
6602009-04-19 Roland McGrath <roland@redhat.com>
661
662 * configure.ac (eu_version): Round down here, not in version.h macros.
663
ee9d60de
RM
6642009-04-17 Roland McGrath <roland@redhat.com>
665
666 * configure.ac (eu_version): Compute number 1000 times larger,
667 let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0).
668
8181739c
RM
6692009-01-23 Roland McGrath <roland@redhat.com>
670
73e7737d
RM
671 * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
672
8181739c
RM
673 * configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
674 building with compiler support but no working runtime support.
675
01f73707
UD
6762009-01-22 Ulrich Drepper <drepper@redhat.com>
677
678 * Makefile.am (rpm): The tarball is now bzip2-compressed.
679
7e678fa3
UD
6802009-01-10 Ulrich Drepper <drepper@redhat.com>
681
682 * configure.ac: Require gcc with TLS support.
683 Rename USE_TLS to USE_LOCKS. The option is renamed to
684 --enable-thread-safety.
685
7a647878
RM
6862009-01-08 Roland McGrath <roland@redhat.com>
687
688 * configure.ac (eu_ZIPLIB): Moved to m4/zip.am.
689
bca43152
RM
6902009-01-05 Roland McGrath <roland@redhat.com>
691
692 * configure.ac (eu_ZIPLIB): New macro.
693 Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS.
694
bb3424b0
UD
6952008-12-30 Ulrich Drepper <drepper@redhat.com>
696
697 * configure.ac: We need automake 1.8 now.
698
f2ef7fce
RM
6992008-12-24 Roland McGrath <roland@redhat.com>
700
701 * configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
702 distribute only in .tar.bz2 form now.
703
fbc7245d
RM
7042008-12-16 Roland McGrath <roland@redhat.com>
705
706 * Makefile.am (pkginclude_HEADERS): New variable, install version.h.
707 * configure.ac: Create it, substituting @eu_version@ with
708 PACKAGE_VERSION canonicalized to four digits of decimal.
709
b4d6f0f8
RM
7102008-08-25 Roland McGrath <roland@redhat.com>
711
712 * configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too.
713
7142008-08-21 Roland McGrath <roland@redhat.com>
715
716 * configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and
717 move the contents to lib/eu-config.h instead of keeping them here.
718
3cbdd387
UD
7192007-12-20 Ulrich Drepper <drepper@redhat.com>
720
721 * configure.ac: Add support for --enable-debugpred.
722 Update likely/unlikely macros for it.
723
2c9ee4f9
UD
7242007-06-05 Ulrich Drepper <drepper@redhat.com>
725
726 * Makefile.am: Remove traces of mini builds.
727 * configure.ac: Don't use libelf-po/POTFILES.in as config file
728 anymore.
729
9aa8ef7f
RM
7302007-05-16 Roland McGrath <roland@redhat.com>
731
732 * configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability.
733
8190db6a
RM
7342006-11-02 Roland McGrath <roland@redhat.com>
735
736 * Makefile.am (EXTRA_DIST): Add EXCEPTION file.
737
c373d850
RM
7382006-08-29 Roland McGrath <roland@redhat.com>
739
740 * configure.ac: Use AM_MAINTAINER_MODE.
741
d89d2dbf
UD
7422006-07-12 Ulrich Drepper <drepper@redhat.com>
743
744 * configure.ac (internal_function): Don't use internal visibility.
745
28ed895f
UD
7462006-07-05 Ulrich Drepper <drepper@redhat.com>
747
748 * configure.ac: Add dummy automake conditional to get dependencies
749 for non-generic linker right. See src/Makefile.am.
750
9365d2c3
RM
7512005-11-18 Roland McGrath <roland@redhat.com>
752
753 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
754
d7f8d0ca
RM
7552005-11-16 Roland McGrath <roland@redhat.com>
756
757 * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
758 In config.h, define ELFUTILS_HEADER macro.
759
1b8b446a
RM
7602005-11-15 Roland McGrath <roland@redhat.com>
761
e47ab76f
RM
762 * Makefile.am (all_SUBDIRS): Add backends.
763 * configure.ac: Write backends/Makefile.
764
1b8b446a
RM
765 * configure.ac: Add --enable-tests-rpath option.
766
07d4f2fc
RM
7672005-09-16 Roland McGrath <roland@redhat.com>
768
769 * configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]:
770 Don't set it, since on IA64 you get error messages for unaligned
771 accesses, and on Alpha it's at least very slow.
772
39cec7a0
UD
7732005-08-29 Ulrich Drepper <drepper@redhat.com>
774
775 * configure.ac: Fix GCOV make condition generation.
776
fbe998a0
UD
7772005-08-28 Ulrich Drepper <drepper@redhat.com>
778
779 * configure.ac: Add --enable-gcov option.
780
47be795d
UD
7812005-08-06 Ulrich Drepper <drepper@redhat.com>
782
783 * configure.ac: Add --enable-gprof option.
784
1838590b
RM
7852005-07-27 Roland McGrath <roland@redhat.com>
786
787 * Makefile.am (all_SUBDIRS): Put libdwfl before libdw.
788
b08d5a8f
UD
7892005-07-21 Roland McGrath <roland@redhat.com>
790
791 * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
792
7932005-06-01 Roland McGrath <roland@redhat.com>
794
795 * Makefile.am (all_SUBDIRS): Add libdwfl.
796 * configure.ac: Write libdwfl/Makefile.
797
7982005-05-19 Roland McGrath <roland@redhat.com>
799
800 * configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.
801
8022005-05-10 Ulrich Drepper <drepper@redhat.com>
803
804 * configure.ac: Define MODVERSION in config.h.
805
8062005-02-22 Ulrich Drepper <drepper@redhat.com>
807
808 * Makefile.am (all_SUBDIRS): Don't add doc subdir for now.
809 * configure.ac: Don't use doc subdir for now.
810
8112005-02-15 Ulrich Drepper <drepper@redhat.com>
812
813 * configure.ac: Remove AM_GNU_GETTEXT use. Use only AM_PO_SUBDIRS.
814
8152005-02-06 Ulrich Drepper <drepper@redhat.com>
816
817 * configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2.
818
819 * Makefile.am (EXTRA_DIST): Remove splint.rc.
820 * splint.rc: Removed.
821
8222004-09-25 Ulrich Drepper <drepper@redhat.com>
823
824 * configure.ac: Make compile with gcc 4.0.
825
8262004-03-06 Ulrich Drepper <drepper@redhat.com>
827
828 * configure.ac: Use AS_HELP_STRING where applicable.
829
8302004-01-23 Ulrich Drepper <drepper@redhat.com>
831
832 * configure.ac: Check for C99 compiler.
833
834 * configure.ac: Change locking macros in config.h to at least
835 evaluate the parameter. Define base_cpu to none for generic linker.
836
8372004-01-21 Ulrich Drepper <drepper@redhat.com>
838
839 * configure.ac: Print error message in case --disable-generic is
840 used if no linker support for the architecture is available.
841
8422004-01-18 Ulrich Drepper <drepper@redhat.com>
843
844 * configure.ac: Dont generate libebl-po/Makefile.in,
845 libdw-po/Makefile.in, libasm-po/Makefile.in.
846
847 * Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po.
848
8492004-01-17 Ulrich Drepper <drepper@redhat.com>
850
851 * configure.ac: Pretty printing of help message.
852
853 * configure.ac: Move AC_SYS_LARGEFILE test to the front.
854
855 * configure.ac: Add --enable-mudflap option.
856
8572004-01-17 Ulrich Drepper <drepper@redhat.com>
858
859 * configure.ac: Major cleanups. Use aux dir.
860 * config.guess: Moved to new config subdir.
861 * config.rpath: Likewise.
862 * config.sub: Likewise.
863 * depcomp: Likewise.
864 * install-sh: Likewise.
865 * missing: Likewise.
866 * mkinstalldirs: Likewise.
867 * Makefile.am (mini_SUBDIRS): Add config.
868 (EXTRA_DIST): Remove config.rpath.
869
870 * configure.ac: Add AC_REVISION.
871
872 * configure.ac: Add --enable-mudflap option.
873
8742004-01-11 Ulrich Drepper <drepper@redhat.com>
875
876 * configure.ac: Drop libdwarf directory. Add libdw-po.
877 * Makefile.am (all_SUBDIRS): Likewise.
878 * elfutils.spec: Don't distribute anything from libdwarf.
879
8802004-01-05 Ulrich Drepper <drepper@redhat.com>
881
882 * Makefile.am: Support separate libelf built.
883
884 * elfutils.spec.in: Create separata elfutils-libelf-devel package.
885 Install libdw DSOs.
886
887 * configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file
888 name.
889
8902003-08-13 Ulrich Drepper <drepper@redhat.com>
891
892 * elfutils.spec.in: Remove references to libebl.so.
893
8942003-08-11 Ulrich Drepper <drepper@redhat.com>
895
896 * Moved to CVS archive.
897
8982000-08-25 Ulrich Drepper <drepper@redhat.com>
899
900 * The beginning. See the NEWS file for the time being.