blob: 5c45cccfb77963d1e62fdfa28490fa28c2ae5e44 [file] [log] [blame]
Mark Wielaard89f5c7b2019-02-14 13:29:39 +010012019-02-14 Mark Wielaard <mark@klomp.org>
2
3 * configure.ac: Set version to 0.176.
4 * NEWS: Mention riscv backend updates, new --enable-install-elfh
5 configure flag and fixed CVEs.
6 * GPG-KEY: Update.
7
Mark Wielaardb63007e2019-01-18 14:18:22 +010082019-01-18 Mark Wielaard <mark@klomp.org>
9
10 * configure.ac: Add new --enable-install-elfh.
11
Ross Burtond6126842018-07-04 12:11:07 +0100122018-07-04 Ross Burton <ross.burton@intel.com>
13
14 * configure.ac: Check for gawk.
15
Mark Wielaard7a1fd632018-06-11 17:14:39 +0200162018-06-11 Mark Wielaard <mark@klomp.org>
17
18 * configure.ac: Set version to 0.172.
19 * NEWS: Mention bug fixes.
20
Mark Wielaardcf65ca12018-06-01 21:16:56 +0200212018-06-01 Mark Wielaard <mark@klomp.org>
22
23 * configure.ac: Set version to 0.171.
24 * NEWS: Mention DWARF5, split-dwarf and GNU DebugFission support.
25
Mark Wielaardafffdff2018-03-18 00:24:08 +0100262018-03-17 Mark Wielaard <mark@klomp.org>
27
28 * configure.ac (CHECK_FUNCS): Check for process_vm_readv.
29
Joshua Watt555e15e2018-02-09 10:27:18 -0600302018-02-09 Joshua Watt <JPEWhacker@gmail.com>
31
32 * configure.ac (HAVE_FALLTHROUGH): New define.
33
Mark Wielaarda5c72412017-10-16 16:16:12 +0200342017-10-16 Mark Wielaard <mark@klomp.org>
35
36 * .gitignore: Remove tests/md5-sha1-test.
37
Ulf Hermann17d71942017-08-18 14:05:10 +0200382017-08-18 Ulf Hermann <ulf.hermann@qt.io>
39
40 * configure.ac: Check if the compiler supports
41 __attribute__((gcc_struct)).
42
Mark Wielaard04ecad62017-09-19 16:05:49 +0200432017-09-19 Mark Wielaard <mark@klomp.org>
44
45 * README: Add basic build instructions.
46
Ulf Hermann4a3330a2017-08-18 15:50:42 +0200472017-05-03 Ulf Hermann <ulf.hermann@qt.io>
48
49 * configure.ac: Test if symbol versioning is supported.
50
Ulf Hermann07737582017-08-18 12:41:11 +0200512017-04-27 Ulf Hermann <ulf.hermann@qt.io>
52
Ulf Hermann11274702017-08-18 13:06:36 +020053 * configure.ac: Check if the compiler supports
54 __attribute__((visibility(...))).
55
562017-04-27 Ulf Hermann <ulf.hermann@qt.io>
57
Ulf Hermann07737582017-08-18 12:41:11 +020058 * configure.ac: Check if -fPIC, -fPIE, -Wl,-z,defs,
59 and -Wl,-z,relro are supported by the compiler.
60
Mark Wielaard54ba4ce2017-08-02 18:30:07 +0200612017-08-02 Mark Wielaard <mark@klomp.org>
62
63 * configure.ac: Set version to 0.170.
64 * NEWS: Mention new libdw dwarf_line_file function.
65
Mark Wielaard2eb1e342017-07-26 18:06:21 +0200662017-07-26 Mark Wielaard <mark@klomp.org>
67
Mark Wielaardf9d791a2017-07-26 23:02:18 +020068 * NEWS: Mention dwarf_getmacros handling version 5 .debug_macro.
69
702017-07-26 Mark Wielaard <mark@klomp.org>
71
Mark Wielaard274f28c2017-07-26 22:54:59 +020072 * NEWS: Mention dwarf_peel_type DWARF5 tags improvement.
73
742017-07-26 Mark Wielaard <mark@klomp.org>
75
Mark Wielaard02e30932017-07-26 18:32:27 +020076 * NEWS: Mention new DWARF5 calling conventions and defaulted member
77 function.
Mark Wielaard75834f32017-07-26 18:15:20 +020078
792017-07-26 Mark Wielaard <mark@klomp.org>
80
Mark Wielaard2eb1e342017-07-26 18:06:21 +020081 * NEWS: Mention new dwarf_default_lower_bound function.
82
Mark Wielaard8e9c76b2017-07-25 15:29:10 +0200832017-07-25 Mark Wielaard <mark@klomp.org>
84
Mark Wielaardd14fd3b2017-07-26 17:44:29 +020085 * NEWS: Mention new DWARF5 attributes, tags, character encodings
86 and language codes in dwarf.h.
Mark Wielaard8e9c76b2017-07-25 15:29:10 +020087
Mark Wielaard16096792017-07-18 14:12:36 +0200882017-07-18 Mark Wielaard <mark@klomp.org>
89
90 * configure.ac: Don't check for linux/bpf.h.
91 * NEWS: Mention always build bpf backend.
92
Mark Wielaardd03be4f2017-07-14 17:09:40 +0200932017-07-14 Mark Wielaard <mark@klomp.org>
94
95 * NEWS: Add 0.170 section and new strip options.
96
Mark Wielaard63588582017-05-05 09:47:29 +0200972017-05-05 Mark Wielaard <mark@klomp.org>
98
99 * configure.ac: Set version to 0.169. Update copyright year.
100 * NEWS: Add 0.169 section.
101
Ulf Hermann5c3badb2017-04-21 18:51:08 +02001022017-04-21 Ulf Hermann <ulf.hermann@qt.io>
103
104 * .gitignore: Add fillfile and peel_type tests.
105
Ulf Hermannb3248e62017-02-16 10:10:30 +01001062017-02-15 Ulf Hermann <ulf.hermann@qt.io>
107
108 * configure.ac: Add check for mempcpy.
109
Mark Wielaard01b994e2017-02-09 21:09:54 +01001102017-02-09 Mark Wielaard <mark@klomp.org>
111
112 * configure.ac: Add check for adding -D_FORTIFY_SOURCE=2 to CFLAGS.
113
Mark Wielaard34b037b2017-01-12 11:43:30 +01001142017-01-12 Mark Wielaard <mark@klomp.org>
115
116 * configure.ac: Define PACKAGE_URL for older autoconf.
117
Mark Wielaard515dd0a2016-12-27 15:23:53 +01001182016-12-27 Mark Wielaard <mark@klomp.org>
119
120 * configure.ac: Set version to 0.168.
121 * NEWS: Add 0.168 updates.
122
Mark Wielaard1700fd22016-12-24 22:31:41 +01001232016-12-24 Mark Wielaard <mark@klomp.org>
124
125 * README: Move design notes to NOTES. Add URLs for home, releases,
126 bugs, git and mailinglist now on sourceware.
127 * NOTES: Add notes from README.
128 * CONTRIBUTING: Change fedorahosted.org references to new
129 sourceware.org locations.
130 * configure.ac (AC_INIT): Add package URL http://elfutils.org/
131 change bug-report to https://sourceware.org/bugzilla/
132 (AC_COPYRIGHT): Set to the elfutils developers.
133
Mark Wielaardee225022016-11-23 20:51:35 +01001342016-11-23 Mark Wielaard <mjw@redhat.com>
135
136 * configure.ac: Add test for bad fts.h. Add -DBAD_FTS=1 to CFLAGS
137 if necessary.
138
Mark Wielaarda3cc8182016-11-02 13:29:26 +01001392016-11-02 Mark Wielaard <mjw@redhat.com>
140
141 * configure.ac: Add check for whether gcc accepts
142 -Wimplict-fallthrough.
143
1442016-10-11 Akihiko Odaki <akihiko.odaki.4i@stu.hosei.ac.jp>
Akihiko Odakia24d52a2016-10-13 09:16:48 +0900145
146 * configure.ac: Add memrchr, rawmemchr and powerof2 checks.
147
Mark Wielaardaee56062016-08-04 13:36:34 +02001482016-08-04 Mark Wielaard <mjw@redhat.com>
149
150 * configure.ac: Set version to 0.167.
151 * NEWS: Add 0.167 section.
152
Mark Wielaarde6ca75d2016-07-06 18:27:54 +02001532016-07-06 Mark Wielaard <mjw@redhat.com>
154
155 * .gitignore: Remove src/ld. ldlex.c, ldscript.c and ldscript.h.
156 * configure.ac (enable generic): Removed.
157
Richard Henderson9a36c922016-06-21 15:10:10 -07001582016-06-28 Richard Henderson <rth@redhat.com>
159
160 * configure.ac (HAVE_LINUX_BPF_H): New test and conditional.
161
Mark Wielaardc954bc42016-06-10 14:03:15 +02001622016-06-10 Mark Wielaard <mjw@redhat.com>
163
164 * CONTRIBUTING: Extend patch, committer and maintainer guidelines.
165
Filipe Brandenburgerafeccd42016-05-02 12:18:47 -07001662016-05-02 Filipe Brandenburger <filbranden@google.com>
167
168 * configure.ac (argp check): Pass pass &argv.
Filipe Brandenburger239cd482016-05-02 13:26:13 -0700169 * configure.ac (-W<...> checks): Pass -Werror to the warning checks,
170 to ensure unsupported warning options are noticed during ./configure
171 time and not only later during build.
Filipe Brandenburgerafeccd42016-05-02 12:18:47 -0700172
Mark Wielaardc57e3572016-03-31 11:04:25 +02001732016-03-31 Mark Wielaard <mjw@redhat.com>
174
175 * configure.ac: Set version to 0.166.
176
Mark Wielaard9ba24582016-03-02 15:04:43 +01001772016-03-02 Mark Wielaard <mjw@redhat.com>
178
179 * configure.ac: Set program_prefix to eu- by default.
180 * NEWS (0.166): New sections, document --program-prefix default.
181
Mark Wielaard6993d402016-02-13 19:10:00 +01001822016-02-13 Mark Wielaard <mjw@redhat.com>
183
184 * configure.ac: Add check for whether gcc accepts -Wnull-dereference.
185
Mark Wielaard8bc14232016-02-09 16:10:22 +01001862016-02-08 Mark Wielaard <mjw@redhat.com>
187
188 * configure.ac: Add checks for sane -Wlogical-op and whether gcc
189 accepts -Wduplicated-cond.
190
Mark Wielaard79300542016-01-08 14:44:49 +01001912016-01-08 Mark Wielaard <mjw@redhat.com>
192
193 * configure.ac: Set version to 0.165.
194 * NEWS: Add 0.164 section.
195
Mark Wielaard0aa60ac2016-01-04 21:41:52 +01001962016-01-04 Mark Wielaard <mjw@redhat.com>
197
198 * configure.ac: Add BZ2_LIBS and LIBLZMA substitutions.
199 Add config/libelf.pc and config/libdw.pc config files.
200
Mark Wielaard193396a2015-12-31 22:08:23 +01002012015-12-31 Mark Wielaard <mjw@redhat.com>
202
203 * Makefile.am (AM_MAKEFLAGS): Set --no-print-directory.
204
Mark Wielaard528cb452015-10-16 23:07:12 +02002052015-10-16 Mark Wielaard <mjw@redhat.com>
206
207 * configure.ac: Make zlib mandatory.
208
Mark Wielaardd11eea42015-10-15 18:28:34 +02002092015-10-15 Mark Wielaard <mjw@redhat.com>
210
211 * configure.ac: Set version to 0.164.
212 * NEWS: Add 0.164 additions.
213
Mark Wielaardc04f4912015-10-07 13:37:56 +02002142015-10-07 Mark Wielaard <mjw@redhat.com>
215
216 * configure.ac: Add AM_SILENT_RULES([yes]).
217
Jose E. Marchesi133509f2015-10-05 17:36:30 +02002182015-09-24 Jose E. Marchesi <jose.marchesi@oracle.com>
219
220 * configure.ac: Use -fPIC instead of -fpic to avoid relocation
221 overflows in some platforms.
222
Pino Toscano5686ded2015-07-11 09:55:40 +02002232015-07-11 Pino Toscano <toscano.pino@tiscali.it>
224
225 * .gitignore: Add more generated files, and anchor some of the
226 existing ones.
227
Mark Wielaardfaf0d3d2015-06-19 13:43:58 +02002282015-06-19 Mark Wielaard <mjw@redhat.com>
229
230 * configure.ac: Set version to 0.163.
231 * NEWS: Mention 0.163 is bug fixes only.
232
Mark Wielaard027d9112015-06-10 17:44:42 +02002332015-06-10 Mark Wielaard <mjw@redhat.com>
234
235 * configure.ac: Set version to 0.162.
236 * NEWS: Add 0.162 additions.
237
Mark Wielaard4b7953d2015-06-09 00:28:13 +02002382015-06-08 Mark Wielaard <mjw@redhat.com>
239
240 * configure.ac (ADD_STACK_USAGE_WARNING): New conditional based on
241 gcc -Wstack-usage check.
242
Mark Wielaard170f1bb2015-05-31 22:37:19 +02002432015-05-31 Mark Wielaard <mjw@redhat.com>
244
Mark Wielaardf17a9bb2015-05-31 23:03:30 +0200245 * configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version
246 and ac_cv_build.
247
2482015-05-31 Mark Wielaard <mjw@redhat.com>
249
Mark Wielaard170f1bb2015-05-31 22:37:19 +0200250 * configure.ac (use_undefined): Use AC_LINK_IFELSE. AC_DEFINE
251 CHECK_UNDEFINED.
252
Mark Wielaard4664fd52015-05-30 22:50:37 +02002532015-05-30 Mark Wielaard <mjw@redhat.com>
254
255 * configure.ac: Check for bunzip2. Check flex and bison are
256 installed in maintainer-mode. Otherwise check libdw/known-dwarf.h
257 is already generated.
258
Mark Wielaard2b250b72015-05-21 23:36:51 +02002592015-05-21 Mark Wielaard <mjw@redhat.com>
260
261 * configure.ac: Add --enable-sanitize-undefined.
262 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Rename to...
263 (AM_DISTCHECK_CONFIGURE_FLAGS): this. Add --enable-sanitize-undefined.
264
Anthony G. Basile1ab3c2b2015-05-04 02:25:39 +03002652015-05-04 Anthony G. Basile <blueness@gentoo.org>
266
267 * configure.ac (argp_LDADD): Check if libc has argp and set
268 argp_LDADD accordingly.
269
Max Filippov1ce4a452015-05-03 21:14:09 +03002702015-05-03 Max Filippov <jcmvbkbc@gmail.com>
271
272 * configure.ac (DEMANGLE): Fix enable_demangler setting.
273
Mark Wielaard7702a3c2015-05-01 09:23:57 +02002742015-05-01 Mark Wielaard <mjw@redhat.com>
275
Mark Wielaarde6e80da2015-05-01 10:31:36 +0200276 * configure.ac (DEMANGLE): Explicitly set enable_demangler.
277
2782015-05-01 Mark Wielaard <mjw@redhat.com>
279
Mark Wielaard7702a3c2015-05-01 09:23:57 +0200280 * configure.ac (debugpred): Use and set use_debugpred_val.
281 (textrelcheck): Explicitly set enable_textrelcheck to yes or no.
282 (symbol-versioning): Likewise for enable_symbol_versioning.
283 AC_MSG_NOTICE overview of enabled/disabled features.
284
Max Filippovbafacac2015-04-23 20:46:59 +02002852015-04-23 Max Filippov <jcmvbkbc@gmail.com>
286
287 * configure.ac: Add --disable-symbol-versioning.
288
Mark Wielaardaba6d762015-04-14 10:18:37 +02002892015-04-14 Mark Wielaard <mjw@redhat.com>
290
291 * configure.ac (ac_cv_c99): Add explicit checks for all GNU99
292 extensions used.
293
Mark Wielaard0a35e3a2015-03-13 23:51:40 +01002942015-03-13 Mark Wielaard <mjw@redhat.com>
295
296 * configure.ac (ac_cv_c99): Add explicit return.
297 (ac_cv_tls): Add stdlib.h include.
298
Mark Wielaard09dc83d2014-12-18 23:41:41 +01002992014-12-18 Mark Wielaard <mjw@redhat.com>
300
301 * configure.ac: Set version to 0.161.
302 * NEWS: Add dwarf.h additions.
303
Josh Stonef5c340b2014-12-15 11:05:11 -08003042014-12-15 Josh Stone <jistone@redhat.com>
305
306 * .gitignore: Add config/compile as installed by automake 1.14.
307
Mark Wielaard805ec832014-11-27 23:53:30 +01003082014-11-27 Mark Wielaard <mjw@redhat.com>
309
310 * configure.ac: Add --disable-textrelcheck.
311
Mark Wielaard3a36e8a2014-10-06 22:00:16 +02003122014-10-06 Mark Wielaard <mjw@redhat.com>
313
314 * NEWS: New section 0.161. Add dwarf_peel_type.
315
Mark Wielaard5efda262014-08-25 22:13:57 +02003162014-08-25 Mark Wielaard <mjw@redhat.com>
317
318 * configure.ac: Set version to 0.160.
319 * NEWS: Add removal of DW_TAG_mutable_type, LZMA .ko.xz kernel
320 module support, ARM THUMB functions and ppc64le ELFv2 abi backends.
321
Mark Wielaard209f1492014-08-15 13:08:24 +02003222014-08-15 Mark Wielaard <mjw@redhat.com>
323
Mark Wielaardf18f2332014-08-15 16:03:21 +0200324 * NEWS: Add dwarf_cu_die.
325
3262014-08-15 Mark Wielaard <mjw@redhat.com>
327
Mark Wielaard209f1492014-08-15 13:08:24 +0200328 * NEWS: Add dwarf_cu_getdwarf.
329
Kyle McMartinc1e0fcb2014-06-09 21:06:26 +02003302014-07-18 Mark Wielaard <mjw@redhat.com>
331
332 * configure.ac (AC_CHECK_TYPE): Test for struct user_regs_struct.
333
Mark Wielaard22497092014-05-26 21:28:05 +02003342014-05-26 Mark Wielaard <mjw@redhat.com>
335
336 * NEWS: New section 0.160. Add unstrip --force.
337
Mark Wielaardf05dff92014-05-18 00:28:26 +02003382014-05-17 Mark Wielaard <mjw@redhat.com>
339
340 * configure.ac: Set version to 0.159.
341 * NEWS: Add entries for version 0.159.
342
Mark Wielaardbb096d02014-05-03 00:23:06 +02003432014-05-02 Mark Wielaard <mjw@redhat.com>
344
345 * NEWS: Add note about dwz support no longer being experimental and
346 new helper functions.
347 * configure.ac: Remove --enable-dwz.
348 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove --enable-dwz.
349
Mark Wielaard93802972014-04-11 23:52:47 +02003502014-04-11 Mark Wielaard <mjw@redhat.com>
351
352 * Makefile.am (SUBDIRS): Add libdwelf.
353 * configure.ac (AC_CONFIG_FILES): Add libdwelf/Makefile.
354 * NEWS: Add note about libdwelf.
355
Mark Wielaard32324792014-04-13 17:39:57 +02003562014-04-13 Mark Wielaard <mjw@redhat.com>
357
358 * configure.ac: Remove mudflap enable arg and MUDFLAP conditional.
359
Mark Wielaard13968d92014-01-21 16:13:49 +01003602014-01-21 Mark Wielaard <mjw@redhat.com>
361
362 * NEWS (Version 0.159): Add stack -i.
363
Mark Wielaard531a30a2014-01-20 23:09:26 +01003642014-01-20 Mark Wielaard <mjw@redhat.com>
365
366 * NEWS (Version 0.159): New. Add stack -d.
367
Mark Wielaard70db4cc2014-01-03 22:16:34 +01003682014-01-03 Mark Wielaard <mjw@redhat.com>
369
370 * configure.ac: Set version to 0.158.
371 * NEWS: Add entries for version 0.158.
372
Mark Wielaarde962ec32013-12-20 10:09:12 +01003732013-12-20 Mark Wielaard <mjw@redhat.com>
374
375 * NEWS (libdwfl): Add dwfl_getthread_frames.
376 (stack): New entry.
377
Mark Wielaard159ac522013-12-18 11:05:54 +01003782013-12-18 Mark Wielaard <mjw@redhat.com>
379
380 * NEWS (libdwfl): Add dwfl_module_getsym_info and
381 dwfl_module_addrinfo.
382 (addr2line): Add -x option.
383
Jan Kratochvil8aa7fbb2013-12-18 14:37:49 +01003842013-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
385
386 * NEWS (Version 0.158) (libdwfl): Added Dwfl_Thread_Callbacks,
387 Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl,
388 dwfl_thread_tid, dwfl_frame_thread, dwfl_thread_state_registers,
389 dwfl_thread_state_register_pc, dwfl_getthreads, dwfl_thread_getframes
390 and dwfl_frame_pc.
391
Mark Wielaard14c2d9e2013-12-16 13:28:59 +01003922013-12-16 Mark Wielaard <mjw@redhat.com>
393
394 * NEWS (libdwfl): Add dwfl_module_getsymtab_first_global.
395
Josh Stone8b10aaa2013-12-09 13:15:56 -08003962013-12-09 Josh Stone <jistone@redhat.com>
397
398 * .gitignore: Add config/ar-lib, installed due to AM_PROG_AR.
399
Jan Kratochvil8ae9bc92013-12-02 20:54:28 +01004002013-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
401
402 * configure.ac (CC_BIARCH): Remove AS_IF for it.
403
Jan Kratochvil0b867462013-05-30 14:37:38 +02004042013-11-07 Jan Kratochvil <jan.kratochvil@redhat.com>
405
406 * configure.ac: New AC_CHECK_SIZEOF for long. Call utrace_BIARCH, new
407 AC_SUBST for CC_BIARCH.
408
Mark Wielaard09c9bb92013-11-06 12:21:32 +01004092013-11-06 Mark Wielaard <mjw@redhat.com>
410
Mark Wielaard38928e22013-11-06 14:57:33 +0100411 * configure.ac (--enable-dwz): Add AC_MSG_WARN when disabled but
412 local system does have /usr/lib/debug/.dwz.
413
4142013-11-06 Mark Wielaard <mjw@redhat.com>
415
Mark Wielaard09c9bb92013-11-06 12:21:32 +0100416 * configure.ac (--enable-thread-safety): Add AC_MSG_WARN experimental
417 option.
418
Michael Forneya45c8042013-11-01 00:51:04 -07004192013-11-01 Michael Forney <mforney@mforney.org>
420
421 * configure.ac: Call AM_PROG_AR and AC_CHECK_TOOL for readelf and nm.
422
Jan Kratochvil3cf491e2013-10-30 10:48:20 +01004232013-10-30 Jan Kratochvil <jan.kratochvil@redhat.com>
424
425 * NEWS (Version 0.158): New.
426
Mark Wielaardfb927572013-09-30 13:50:26 +02004272013-09-30 Mark Wielaard <mjw@redhat.com>
428
429 * NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes.
430
Mark Wielaardf36d7272013-09-27 14:02:26 +02004312013-09-27 Mark Wielaard <mjw@redhat.com>
432
433 * configure.ac: Set version to 0.157.
434 * NEWS: Add entries for version 0.157.
435
Mark Wielaard21fc33f2013-09-20 14:48:00 +02004362013-09-20 Mark Wielaard <mjw@redhat.com>
437
438 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz.
439
Jan Kratochvil5fdc1de2013-07-25 11:17:49 +02004402013-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
441
442 * configure.ac: Set version to 0.156.
443
Jan Kratochvil934d36c2013-07-19 23:26:28 +02004442013-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
445
446 * NEWS: Remove bugfix only entries from Version 0.156.
447
Jan Kratochvila55b1182013-07-19 00:24:06 +02004482013-07-18 Jan Kratochvil <jan.kratochvil@redhat.com>
449
450 * NEWS: Add entries for Version 0.156.
451
Jan Kratochvil904aec22013-04-30 14:27:16 +02004522013-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
453
454 * NEWS (Version 0.156): New.
455
Mark Wielaard86be7922013-04-26 23:44:25 +02004562013-04-26 Mark Wielaard <mjw@redhat.com>
457
458 * configure.ac (AM_INIT_AUTOMAKE): Request parallel-tests.
459
Mark Wielaardcdaaf212013-04-25 16:50:11 -04004602013-04-25 Mark Wielaard <mjw@redhat.com>
461
462 * .gitignore: Add config/test-driver as installed by automake 1.13.
463 * configure.ac (AM_INIT_AUTOMAKE): Require at least automake 1.11.
464
Mark Wielaarde3e3ee22012-10-01 16:14:12 +02004652012-10-01 Mark Wielaard <mjw@redhat.com>
466
467 * configure.ac: Add --enable-valgrind check.
468 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-valgrind.
469
Mark Wielaard3cb9e8c2012-08-27 15:31:31 +02004702012-08-27 Mark Wielaard <mjw@redhat.com>
471
472 * configure.ac: Set version to 0.155.
473
Mark Wielaardf5519fc2012-08-24 13:54:52 +02004742012-08-24 Mark Wielaard <mjw@redhat.com>
475
476 * configure.ac: Add --enable-dwz check, defaults to no.
477
Mark Wielaard030f6262012-07-18 13:14:30 +02004782012-07-24 Mark Wielaard <mjw@redhat.com>
479
480 * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
481
Mark Wielaardd7bde9b2012-06-22 14:14:08 +02004822012-06-22 Mark Wielaard <mjw@redhat.com>
483
484 * configure.ac: Set version to 0.154.
485
Mark Wielaardc0c152b2012-02-24 10:56:30 +01004862012-01-24 Mark Wielaard <mjw@redhat.com>
487
488 * COPYING: Fix address. Updated version from gnulib.
489
Mark Wielaard62f4c7b2012-02-23 12:28:59 +01004902012-01-23 Mark Wielaard <mjw@redhat.com>
491
492 * configure.ac: Set version to 0.153, update copyright years.
493
Roland McGrath3284b792012-01-20 12:51:46 -08004942012-01-20 Roland McGrath <roland@hack.frob.com>
495
496 * configure.ac: Handle --enable-deterministic-archives.
497
Roland McGrathe9bf1d32011-10-08 15:14:30 -07004982011-10-08 Roland McGrath <roland@hack.frob.com>
499
500 * configure.ac (eu_version): Use sed instead of ${x/y/z} syntax.
501 Use POSIX.2 $((...)) syntax instead of $[...].
502 Reported by Mike Frysinger <vapier@gentoo.org>.
503
Mike Frysinger8f3002e2011-10-08 15:09:15 -07005042011-10-08 Mike Frysinger <vapier@gentoo.org>
505
506 * configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly.
507
Ulrich Drepperb4a16cf2011-10-02 08:33:19 -04005082011-10-02 Ulrich Drepper <drepper@gmail.com>
509
510 * configure.ac: Check for __cxa_demangle in libstdc++.
511
Roland McGrathbc88fff2011-02-08 18:59:04 -08005122011-02-08 Roland McGrath <roland@redhat.com>
513
Roland McGrathf64e25f2011-02-08 19:36:50 -0800514 * configure.ac (C99 check): Use AC_LANG_SOURCE.
515
Roland McGrathbc88fff2011-02-08 18:59:04 -0800516 * configure.ac (ALL_LINGUAS): Remove variable, now obsolete.
517
Ulrich Drepper27838fb2010-09-13 09:43:11 -07005182010-09-13 Ulrich Drepper <drepper@redhat.com>
519
520 * configure.ac (ALL_LINGUAS): Add languages which have some
521 translations.
522
Roland McGrathd862cc82010-04-15 13:41:32 -07005232010-04-15 Roland McGrath <roland@redhat.com>
524
Roland McGrathb386ccf2010-04-15 14:01:05 -0700525 * configure.ac (LOCALEDIR, DATADIRNAME): Removed.
Roland McGrathd862cc82010-04-15 13:41:32 -0700526
Ulrich Drepperdb12f162009-09-21 08:04:38 -07005272009-09-21 Ulrich Drepper <drepper@redhat.com>
528
529 * configure.ac: Update for more modern autoconf.
530
Roland McGrath24169642009-08-26 02:26:34 -07005312009-08-26 Roland McGrath <roland@redhat.com>
532
533 * configure.ac (zip_LIBS): Check for liblzma too.
534
Roland McGrath105e3982009-04-19 16:07:45 -07005352009-04-19 Roland McGrath <roland@redhat.com>
536
537 * configure.ac (eu_version): Round down here, not in version.h macros.
538
Roland McGrathee9d60d2009-04-17 13:18:35 -07005392009-04-17 Roland McGrath <roland@redhat.com>
540
541 * configure.ac (eu_version): Compute number 1000 times larger,
542 let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0).
543
Roland McGrath81817392009-01-23 03:23:02 -08005442009-01-23 Roland McGrath <roland@redhat.com>
545
Roland McGrath73e77372009-01-23 14:31:33 -0800546 * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
547
Roland McGrath81817392009-01-23 03:23:02 -0800548 * configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
549 building with compiler support but no working runtime support.
550
Ulrich Drepper01f73702009-01-22 23:32:11 -08005512009-01-22 Ulrich Drepper <drepper@redhat.com>
552
553 * Makefile.am (rpm): The tarball is now bzip2-compressed.
554
Ulrich Drepper7e678fa2009-01-10 18:02:05 -08005552009-01-10 Ulrich Drepper <drepper@redhat.com>
556
557 * configure.ac: Require gcc with TLS support.
558 Rename USE_TLS to USE_LOCKS. The option is renamed to
559 --enable-thread-safety.
560
Roland McGrath7a647872009-01-08 19:22:35 -08005612009-01-08 Roland McGrath <roland@redhat.com>
562
563 * configure.ac (eu_ZIPLIB): Moved to m4/zip.am.
564
Roland McGrathbca43152009-01-05 23:59:32 -08005652009-01-05 Roland McGrath <roland@redhat.com>
566
567 * configure.ac (eu_ZIPLIB): New macro.
568 Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS.
569
Ulrich Drepperbb3424b2008-12-30 21:49:41 -08005702008-12-30 Ulrich Drepper <drepper@redhat.com>
571
572 * configure.ac: We need automake 1.8 now.
573
Roland McGrathf2ef7fc2008-12-24 02:01:04 -08005742008-12-24 Roland McGrath <roland@redhat.com>
575
576 * configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
577 distribute only in .tar.bz2 form now.
578
Roland McGrathfbc72452008-12-16 17:03:03 -08005792008-12-16 Roland McGrath <roland@redhat.com>
580
581 * Makefile.am (pkginclude_HEADERS): New variable, install version.h.
582 * configure.ac: Create it, substituting @eu_version@ with
583 PACKAGE_VERSION canonicalized to four digits of decimal.
584
Roland McGrathb4d6f0f2008-08-25 22:55:17 +00005852008-08-25 Roland McGrath <roland@redhat.com>
586
587 * configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too.
588
5892008-08-21 Roland McGrath <roland@redhat.com>
590
591 * configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and
592 move the contents to lib/eu-config.h instead of keeping them here.
593
Ulrich Drepper3cbdd382008-01-02 17:44:39 +00005942007-12-20 Ulrich Drepper <drepper@redhat.com>
595
596 * configure.ac: Add support for --enable-debugpred.
597 Update likely/unlikely macros for it.
598
Ulrich Drepper2c9ee4f2007-06-06 02:49:30 +00005992007-06-05 Ulrich Drepper <drepper@redhat.com>
600
601 * Makefile.am: Remove traces of mini builds.
602 * configure.ac: Don't use libelf-po/POTFILES.in as config file
603 anymore.
604
Roland McGrath9aa8ef72007-05-18 08:59:43 +00006052007-05-16 Roland McGrath <roland@redhat.com>
606
607 * configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability.
608
Roland McGrath8190db62006-12-17 23:56:51 +00006092006-11-02 Roland McGrath <roland@redhat.com>
610
611 * Makefile.am (EXTRA_DIST): Add EXCEPTION file.
612
Roland McGrathc373d852006-10-10 00:25:21 +00006132006-08-29 Roland McGrath <roland@redhat.com>
614
615 * configure.ac: Use AM_MAINTAINER_MODE.
616
Ulrich Drepperd89d2db2006-07-12 18:39:51 +00006172006-07-12 Ulrich Drepper <drepper@redhat.com>
618
619 * configure.ac (internal_function): Don't use internal visibility.
620
Ulrich Drepper28ed8952006-07-07 03:43:47 +00006212006-07-05 Ulrich Drepper <drepper@redhat.com>
622
623 * configure.ac: Add dummy automake conditional to get dependencies
624 for non-generic linker right. See src/Makefile.am.
625
Roland McGrath9365d2c2005-11-18 23:55:47 +00006262005-11-18 Roland McGrath <roland@redhat.com>
627
628 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
629
Roland McGrathd7f8d0c2005-11-17 02:32:03 +00006302005-11-16 Roland McGrath <roland@redhat.com>
631
632 * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
633 In config.h, define ELFUTILS_HEADER macro.
634
Roland McGrath1b8b4462005-11-16 01:33:38 +00006352005-11-15 Roland McGrath <roland@redhat.com>
636
Roland McGrathe47ab762005-11-17 03:16:00 +0000637 * Makefile.am (all_SUBDIRS): Add backends.
638 * configure.ac: Write backends/Makefile.
639
Roland McGrath1b8b4462005-11-16 01:33:38 +0000640 * configure.ac: Add --enable-tests-rpath option.
641
Roland McGrath07d4f2f2005-10-28 06:56:24 +00006422005-09-16 Roland McGrath <roland@redhat.com>
643
644 * configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]:
645 Don't set it, since on IA64 you get error messages for unaligned
646 accesses, and on Alpha it's at least very slow.
647
Ulrich Drepper39cec7a2005-08-30 01:22:01 +00006482005-08-29 Ulrich Drepper <drepper@redhat.com>
649
650 * configure.ac: Fix GCOV make condition generation.
651
Ulrich Drepperfbe998a2005-08-29 16:27:10 +00006522005-08-28 Ulrich Drepper <drepper@redhat.com>
653
654 * configure.ac: Add --enable-gcov option.
655
Ulrich Drepper47be7952005-08-07 04:41:39 +00006562005-08-06 Ulrich Drepper <drepper@redhat.com>
657
658 * configure.ac: Add --enable-gprof option.
659
Roland McGrath18385902005-07-28 07:12:38 +00006602005-07-27 Roland McGrath <roland@redhat.com>
661
662 * Makefile.am (all_SUBDIRS): Put libdwfl before libdw.
663
Ulrich Drepperb08d5a82005-07-26 05:00:05 +00006642005-07-21 Roland McGrath <roland@redhat.com>
665
666 * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
667
6682005-06-01 Roland McGrath <roland@redhat.com>
669
670 * Makefile.am (all_SUBDIRS): Add libdwfl.
671 * configure.ac: Write libdwfl/Makefile.
672
6732005-05-19 Roland McGrath <roland@redhat.com>
674
675 * configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.
676
6772005-05-10 Ulrich Drepper <drepper@redhat.com>
678
679 * configure.ac: Define MODVERSION in config.h.
680
6812005-02-22 Ulrich Drepper <drepper@redhat.com>
682
683 * Makefile.am (all_SUBDIRS): Don't add doc subdir for now.
684 * configure.ac: Don't use doc subdir for now.
685
6862005-02-15 Ulrich Drepper <drepper@redhat.com>
687
688 * configure.ac: Remove AM_GNU_GETTEXT use. Use only AM_PO_SUBDIRS.
689
6902005-02-06 Ulrich Drepper <drepper@redhat.com>
691
692 * configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2.
693
694 * Makefile.am (EXTRA_DIST): Remove splint.rc.
695 * splint.rc: Removed.
696
6972004-09-25 Ulrich Drepper <drepper@redhat.com>
698
699 * configure.ac: Make compile with gcc 4.0.
700
7012004-03-06 Ulrich Drepper <drepper@redhat.com>
702
703 * configure.ac: Use AS_HELP_STRING where applicable.
704
7052004-01-23 Ulrich Drepper <drepper@redhat.com>
706
707 * configure.ac: Check for C99 compiler.
708
709 * configure.ac: Change locking macros in config.h to at least
710 evaluate the parameter. Define base_cpu to none for generic linker.
711
7122004-01-21 Ulrich Drepper <drepper@redhat.com>
713
714 * configure.ac: Print error message in case --disable-generic is
715 used if no linker support for the architecture is available.
716
7172004-01-18 Ulrich Drepper <drepper@redhat.com>
718
719 * configure.ac: Dont generate libebl-po/Makefile.in,
720 libdw-po/Makefile.in, libasm-po/Makefile.in.
721
722 * Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po.
723
7242004-01-17 Ulrich Drepper <drepper@redhat.com>
725
726 * configure.ac: Pretty printing of help message.
727
728 * configure.ac: Move AC_SYS_LARGEFILE test to the front.
729
730 * configure.ac: Add --enable-mudflap option.
731
7322004-01-17 Ulrich Drepper <drepper@redhat.com>
733
734 * configure.ac: Major cleanups. Use aux dir.
735 * config.guess: Moved to new config subdir.
736 * config.rpath: Likewise.
737 * config.sub: Likewise.
738 * depcomp: Likewise.
739 * install-sh: Likewise.
740 * missing: Likewise.
741 * mkinstalldirs: Likewise.
742 * Makefile.am (mini_SUBDIRS): Add config.
743 (EXTRA_DIST): Remove config.rpath.
744
745 * configure.ac: Add AC_REVISION.
746
747 * configure.ac: Add --enable-mudflap option.
748
7492004-01-11 Ulrich Drepper <drepper@redhat.com>
750
751 * configure.ac: Drop libdwarf directory. Add libdw-po.
752 * Makefile.am (all_SUBDIRS): Likewise.
753 * elfutils.spec: Don't distribute anything from libdwarf.
754
7552004-01-05 Ulrich Drepper <drepper@redhat.com>
756
757 * Makefile.am: Support separate libelf built.
758
759 * elfutils.spec.in: Create separata elfutils-libelf-devel package.
760 Install libdw DSOs.
761
762 * configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file
763 name.
764
7652003-08-13 Ulrich Drepper <drepper@redhat.com>
766
767 * elfutils.spec.in: Remove references to libebl.so.
768
7692003-08-11 Ulrich Drepper <drepper@redhat.com>
770
771 * Moved to CVS archive.
772
7732000-08-25 Ulrich Drepper <drepper@redhat.com>
774
775 * The beginning. See the NEWS file for the time being.