packaging: update homepage url
[platform/upstream/elfutils.git] / ChangeLog
1 2016-01-08  Mark Wielaard  <mjw@redhat.com>
2
3         * configure.ac: Set version to 0.165.
4         * NEWS: Add 0.164 section.
5
6 2016-01-04  Mark Wielaard  <mjw@redhat.com>
7
8         * configure.ac: Add BZ2_LIBS and LIBLZMA substitutions.
9         Add config/libelf.pc and config/libdw.pc config files.
10
11 2015-12-31  Mark Wielaard  <mjw@redhat.com>
12
13         * Makefile.am (AM_MAKEFLAGS): Set --no-print-directory.
14
15 2015-10-16  Mark Wielaard  <mjw@redhat.com>
16
17         * configure.ac: Make zlib mandatory.
18
19 2015-10-15  Mark Wielaard  <mjw@redhat.com>
20
21         * configure.ac: Set version to 0.164.
22         * NEWS: Add 0.164 additions.
23
24 2015-10-07  Mark Wielaard  <mjw@redhat.com>
25
26         * configure.ac: Add AM_SILENT_RULES([yes]).
27
28 2015-09-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
29
30         * configure.ac: Use -fPIC instead of -fpic to avoid relocation
31         overflows in some platforms.
32
33 2015-07-11  Pino Toscano  <toscano.pino@tiscali.it>
34
35         * .gitignore: Add more generated files, and anchor some of the
36         existing ones.
37
38 2015-06-19  Mark Wielaard  <mjw@redhat.com>
39
40         * configure.ac: Set version to 0.163.
41         * NEWS: Mention 0.163 is bug fixes only.
42
43 2015-06-10  Mark Wielaard  <mjw@redhat.com>
44
45         * configure.ac: Set version to 0.162.
46         * NEWS: Add 0.162 additions.
47
48 2015-06-08  Mark Wielaard  <mjw@redhat.com>
49
50         * configure.ac (ADD_STACK_USAGE_WARNING): New conditional based on
51         gcc -Wstack-usage check.
52
53 2015-05-31  Mark Wielaard  <mjw@redhat.com>
54
55         * configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version
56         and ac_cv_build.
57
58 2015-05-31  Mark Wielaard  <mjw@redhat.com>
59
60         * configure.ac (use_undefined): Use AC_LINK_IFELSE. AC_DEFINE
61         CHECK_UNDEFINED.
62
63 2015-05-30  Mark Wielaard  <mjw@redhat.com>
64
65         * configure.ac: Check for bunzip2. Check flex and bison are
66         installed in maintainer-mode. Otherwise check libdw/known-dwarf.h
67         is already generated.
68
69 2015-05-21  Mark Wielaard  <mjw@redhat.com>
70
71         * configure.ac: Add --enable-sanitize-undefined.
72         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Rename to...
73         (AM_DISTCHECK_CONFIGURE_FLAGS): this. Add --enable-sanitize-undefined.
74
75 2015-05-04  Anthony G. Basile  <blueness@gentoo.org>
76
77         * configure.ac (argp_LDADD): Check if libc has argp and set
78         argp_LDADD accordingly.
79
80 2015-05-03  Max Filippov  <jcmvbkbc@gmail.com>
81
82         * configure.ac (DEMANGLE): Fix enable_demangler setting.
83
84 2015-05-01  Mark Wielaard  <mjw@redhat.com>
85
86         * configure.ac (DEMANGLE): Explicitly set enable_demangler.
87
88 2015-05-01  Mark Wielaard  <mjw@redhat.com>
89
90         * configure.ac (debugpred): Use and set use_debugpred_val.
91         (textrelcheck): Explicitly set enable_textrelcheck to yes or no.
92         (symbol-versioning): Likewise for enable_symbol_versioning.
93         AC_MSG_NOTICE overview of enabled/disabled features.
94
95 2015-04-23  Max Filippov  <jcmvbkbc@gmail.com>
96
97         * configure.ac: Add --disable-symbol-versioning.
98
99 2015-04-14  Mark Wielaard  <mjw@redhat.com>
100
101         * configure.ac (ac_cv_c99): Add explicit checks for all GNU99
102         extensions used.
103
104 2015-03-13  Mark Wielaard  <mjw@redhat.com>
105
106         * configure.ac (ac_cv_c99): Add explicit return.
107         (ac_cv_tls): Add stdlib.h include.
108
109 2014-12-18  Mark Wielaard  <mjw@redhat.com>
110
111         * configure.ac: Set version to 0.161.
112         * NEWS: Add dwarf.h additions.
113
114 2014-12-15  Josh Stone  <jistone@redhat.com>
115
116         * .gitignore: Add config/compile as installed by automake 1.14.
117
118 2014-11-27  Mark Wielaard  <mjw@redhat.com>
119
120         * configure.ac: Add --disable-textrelcheck.
121
122 2014-10-06  Mark Wielaard  <mjw@redhat.com>
123
124         * NEWS: New section 0.161. Add dwarf_peel_type.
125
126 2014-08-25  Mark Wielaard  <mjw@redhat.com>
127
128         * configure.ac: Set version to 0.160.
129         * NEWS: Add removal of DW_TAG_mutable_type, LZMA .ko.xz kernel
130         module support, ARM THUMB functions and ppc64le ELFv2 abi backends.
131
132 2014-08-15  Mark Wielaard  <mjw@redhat.com>
133
134         * NEWS: Add dwarf_cu_die.
135
136 2014-08-15  Mark Wielaard  <mjw@redhat.com>
137
138         * NEWS: Add dwarf_cu_getdwarf.
139
140 2014-07-18  Mark Wielaard  <mjw@redhat.com>
141
142         * configure.ac (AC_CHECK_TYPE): Test for struct user_regs_struct.
143
144 2014-05-26  Mark Wielaard  <mjw@redhat.com>
145
146         * NEWS: New section 0.160. Add unstrip --force.
147
148 2014-05-17  Mark Wielaard  <mjw@redhat.com>
149
150         * configure.ac: Set version to 0.159.
151         * NEWS: Add entries for version 0.159.
152
153 2014-05-02  Mark Wielaard  <mjw@redhat.com>
154
155         * NEWS: Add note about dwz support no longer being experimental and
156         new helper functions.
157         * configure.ac: Remove --enable-dwz.
158         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove --enable-dwz.
159
160 2014-04-11  Mark Wielaard  <mjw@redhat.com>
161
162         * Makefile.am (SUBDIRS): Add libdwelf.
163         * configure.ac (AC_CONFIG_FILES): Add libdwelf/Makefile.
164         * NEWS: Add note about libdwelf.
165
166 2014-04-13  Mark Wielaard  <mjw@redhat.com>
167
168         * configure.ac: Remove mudflap enable arg and MUDFLAP conditional.
169
170 2014-01-21  Mark Wielaard  <mjw@redhat.com>
171
172         * NEWS (Version 0.159): Add stack -i.
173
174 2014-01-20  Mark Wielaard  <mjw@redhat.com>
175
176         * NEWS (Version 0.159): New. Add stack -d.
177
178 2014-01-03  Mark Wielaard  <mjw@redhat.com>
179
180         * configure.ac: Set version to 0.158.
181         * NEWS: Add entries for version 0.158.
182
183 2013-12-20  Mark Wielaard  <mjw@redhat.com>
184
185         * NEWS (libdwfl): Add dwfl_getthread_frames.
186         (stack): New entry.
187
188 2013-12-18  Mark Wielaard  <mjw@redhat.com>
189
190         * NEWS (libdwfl): Add dwfl_module_getsym_info and
191         dwfl_module_addrinfo.
192         (addr2line): Add -x option.
193
194 2013-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
195
196         * NEWS (Version 0.158) (libdwfl): Added Dwfl_Thread_Callbacks,
197         Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl,
198         dwfl_thread_tid, dwfl_frame_thread, dwfl_thread_state_registers,
199         dwfl_thread_state_register_pc, dwfl_getthreads, dwfl_thread_getframes
200         and dwfl_frame_pc.
201
202 2013-12-16  Mark Wielaard  <mjw@redhat.com>
203
204         * NEWS (libdwfl): Add dwfl_module_getsymtab_first_global.
205
206 2013-12-09  Josh Stone  <jistone@redhat.com>
207
208         * .gitignore: Add config/ar-lib, installed due to AM_PROG_AR.
209
210 2013-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
211
212         * configure.ac (CC_BIARCH): Remove AS_IF for it.
213
214 2013-11-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
215
216         * configure.ac: New AC_CHECK_SIZEOF for long.  Call utrace_BIARCH, new
217         AC_SUBST for CC_BIARCH.
218
219 2013-11-06  Mark Wielaard  <mjw@redhat.com>
220
221         * configure.ac (--enable-dwz): Add AC_MSG_WARN when disabled but
222         local system does have /usr/lib/debug/.dwz.
223
224 2013-11-06  Mark Wielaard  <mjw@redhat.com>
225
226         * configure.ac (--enable-thread-safety): Add AC_MSG_WARN experimental
227         option.
228
229 2013-11-01  Michael Forney  <mforney@mforney.org>
230
231         * configure.ac: Call AM_PROG_AR and AC_CHECK_TOOL for readelf and nm.
232
233 2013-10-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
234
235         * NEWS (Version 0.158): New.
236
237 2013-09-30  Mark Wielaard  <mjw@redhat.com>
238
239         * NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes.
240
241 2013-09-27  Mark Wielaard  <mjw@redhat.com>
242
243         * configure.ac: Set version to 0.157.
244         * NEWS: Add entries for version 0.157.
245
246 2013-09-20  Mark Wielaard  <mjw@redhat.com>
247
248         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz.
249
250 2013-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
251
252         * configure.ac: Set version to 0.156.
253
254 2013-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
255
256         * NEWS: Remove bugfix only entries from Version 0.156.
257
258 2013-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
259
260         * NEWS: Add entries for Version 0.156.
261
262 2013-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
263
264         * NEWS (Version 0.156): New.
265
266 2013-04-26  Mark Wielaard  <mjw@redhat.com>
267
268         * configure.ac (AM_INIT_AUTOMAKE): Request parallel-tests.
269
270 2013-04-25  Mark Wielaard  <mjw@redhat.com>
271
272         * .gitignore: Add config/test-driver as installed by automake 1.13.
273         * configure.ac (AM_INIT_AUTOMAKE): Require at least automake 1.11.
274
275 2012-10-01  Mark Wielaard  <mjw@redhat.com>
276
277         * configure.ac: Add --enable-valgrind check.
278         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-valgrind.
279
280 2012-08-27  Mark Wielaard  <mjw@redhat.com>
281
282         * configure.ac: Set version to 0.155.
283
284 2012-08-24  Mark Wielaard  <mjw@redhat.com>
285
286         * configure.ac: Add --enable-dwz check, defaults to no.
287
288 2012-07-24  Mark Wielaard  <mjw@redhat.com>
289
290         * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
291
292 2012-06-22  Mark Wielaard  <mjw@redhat.com>
293
294         * configure.ac: Set version to 0.154.
295
296 2012-01-24  Mark Wielaard  <mjw@redhat.com>
297
298         * COPYING: Fix address. Updated version from gnulib.
299
300 2012-01-23  Mark Wielaard  <mjw@redhat.com>
301
302         * configure.ac: Set version to 0.153, update copyright years.
303
304 2012-01-20  Roland McGrath  <roland@hack.frob.com>
305
306         * configure.ac: Handle --enable-deterministic-archives.
307
308 2011-10-08  Roland McGrath  <roland@hack.frob.com>
309
310         * configure.ac (eu_version): Use sed instead of ${x/y/z} syntax.
311         Use POSIX.2 $((...)) syntax instead of $[...].
312         Reported by Mike Frysinger <vapier@gentoo.org>.
313
314 2011-10-08  Mike Frysinger  <vapier@gentoo.org>
315
316         * configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly.
317
318 2011-10-02  Ulrich Drepper  <drepper@gmail.com>
319
320         * configure.ac: Check for __cxa_demangle in libstdc++.
321
322 2011-02-08  Roland McGrath  <roland@redhat.com>
323
324         * configure.ac (C99 check): Use AC_LANG_SOURCE.
325
326         * configure.ac (ALL_LINGUAS): Remove variable, now obsolete.
327
328 2010-09-13  Ulrich Drepper  <drepper@redhat.com>
329
330         * configure.ac (ALL_LINGUAS): Add languages which have some
331         translations.
332
333 2010-04-15  Roland McGrath  <roland@redhat.com>
334
335         * configure.ac (LOCALEDIR, DATADIRNAME): Removed.
336
337 2009-09-21  Ulrich Drepper  <drepper@redhat.com>
338
339         * configure.ac: Update for more modern autoconf.
340
341 2009-08-26  Roland McGrath  <roland@redhat.com>
342
343         * configure.ac (zip_LIBS): Check for liblzma too.
344
345 2009-04-19  Roland McGrath  <roland@redhat.com>
346
347         * configure.ac (eu_version): Round down here, not in version.h macros.
348
349 2009-04-17  Roland McGrath  <roland@redhat.com>
350
351         * configure.ac (eu_version): Compute number 1000 times larger,
352         let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0).
353
354 2009-01-23  Roland McGrath  <roland@redhat.com>
355
356         * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
357
358         * configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
359         building with compiler support but no working runtime support.
360
361 2009-01-22  Ulrich Drepper  <drepper@redhat.com>
362
363         * Makefile.am (rpm): The tarball is now bzip2-compressed.
364
365 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
366
367         * configure.ac: Require gcc with TLS support.
368         Rename USE_TLS to USE_LOCKS.  The option is renamed to
369         --enable-thread-safety.
370
371 2009-01-08  Roland McGrath  <roland@redhat.com>
372
373         * configure.ac (eu_ZIPLIB): Moved to m4/zip.am.
374
375 2009-01-05  Roland McGrath  <roland@redhat.com>
376
377         * configure.ac (eu_ZIPLIB): New macro.
378         Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS.
379
380 2008-12-30  Ulrich Drepper  <drepper@redhat.com>
381
382         * configure.ac: We need automake 1.8 now.
383
384 2008-12-24  Roland McGrath  <roland@redhat.com>
385
386         * configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
387         distribute only in .tar.bz2 form now.
388
389 2008-12-16  Roland McGrath  <roland@redhat.com>
390
391         * Makefile.am (pkginclude_HEADERS): New variable, install version.h.
392         * configure.ac: Create it, substituting @eu_version@ with
393         PACKAGE_VERSION canonicalized to four digits of decimal.
394
395 2008-08-25  Roland McGrath  <roland@redhat.com>
396
397         * configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too.
398
399 2008-08-21  Roland McGrath  <roland@redhat.com>
400
401         * configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and
402         move the contents to lib/eu-config.h instead of keeping them here.
403
404 2007-12-20  Ulrich Drepper  <drepper@redhat.com>
405
406         * configure.ac: Add support for --enable-debugpred.
407         Update likely/unlikely macros for it.
408
409 2007-06-05  Ulrich Drepper  <drepper@redhat.com>
410
411         * Makefile.am: Remove traces of mini builds.
412         * configure.ac: Don't use libelf-po/POTFILES.in as config file
413         anymore.
414
415 2007-05-16  Roland McGrath  <roland@redhat.com>
416
417         * configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability.
418
419 2006-11-02  Roland McGrath  <roland@redhat.com>
420
421         * Makefile.am (EXTRA_DIST): Add EXCEPTION file.
422
423 2006-08-29  Roland McGrath  <roland@redhat.com>
424
425         * configure.ac: Use AM_MAINTAINER_MODE.
426
427 2006-07-12  Ulrich Drepper  <drepper@redhat.com>
428
429         * configure.ac (internal_function): Don't use internal visibility.
430
431 2006-07-05  Ulrich Drepper  <drepper@redhat.com>
432
433         * configure.ac: Add dummy automake conditional to get dependencies
434         for non-generic linker right.  See src/Makefile.am.
435
436 2005-11-18  Roland McGrath  <roland@redhat.com>
437
438         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
439
440 2005-11-16  Roland McGrath  <roland@redhat.com>
441
442         * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
443         In config.h, define ELFUTILS_HEADER macro.
444
445 2005-11-15  Roland McGrath  <roland@redhat.com>
446
447         * Makefile.am (all_SUBDIRS): Add backends.
448         * configure.ac: Write backends/Makefile.
449
450         * configure.ac: Add --enable-tests-rpath option.
451
452 2005-09-16  Roland McGrath  <roland@redhat.com>
453
454         * configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]:
455         Don't set it, since on IA64 you get error messages for unaligned
456         accesses, and on Alpha it's at least very slow.
457
458 2005-08-29  Ulrich Drepper  <drepper@redhat.com>
459
460         * configure.ac: Fix GCOV make condition generation.
461
462 2005-08-28  Ulrich Drepper  <drepper@redhat.com>
463
464         * configure.ac: Add --enable-gcov option.
465
466 2005-08-06  Ulrich Drepper  <drepper@redhat.com>
467
468         * configure.ac: Add --enable-gprof option.
469
470 2005-07-27  Roland McGrath  <roland@redhat.com>
471
472         * Makefile.am (all_SUBDIRS): Put libdwfl before libdw.
473
474 2005-07-21  Roland McGrath  <roland@redhat.com>
475
476         * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
477
478 2005-06-01  Roland McGrath  <roland@redhat.com>
479
480         * Makefile.am (all_SUBDIRS): Add libdwfl.
481         * configure.ac: Write libdwfl/Makefile.
482
483 2005-05-19  Roland McGrath  <roland@redhat.com>
484
485         * configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.
486
487 2005-05-10  Ulrich Drepper  <drepper@redhat.com>
488
489         * configure.ac: Define MODVERSION in config.h.
490
491 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
492
493         * Makefile.am (all_SUBDIRS): Don't add doc subdir for now.
494         * configure.ac: Don't use doc subdir for now.
495
496 2005-02-15  Ulrich Drepper  <drepper@redhat.com>
497
498         * configure.ac: Remove AM_GNU_GETTEXT use.  Use only AM_PO_SUBDIRS.
499
500 2005-02-06  Ulrich Drepper  <drepper@redhat.com>
501
502         * configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2.
503
504         * Makefile.am (EXTRA_DIST): Remove splint.rc.
505         * splint.rc: Removed.
506
507 2004-09-25  Ulrich Drepper  <drepper@redhat.com>
508
509         * configure.ac: Make compile with gcc 4.0.
510
511 2004-03-06  Ulrich Drepper  <drepper@redhat.com>
512
513         * configure.ac: Use AS_HELP_STRING where applicable.
514
515 2004-01-23  Ulrich Drepper  <drepper@redhat.com>
516
517         * configure.ac: Check for C99 compiler.
518
519         * configure.ac: Change locking macros in config.h to at least
520         evaluate the parameter.  Define base_cpu to none for generic linker.
521
522 2004-01-21  Ulrich Drepper  <drepper@redhat.com>
523
524         * configure.ac: Print error message in case --disable-generic is
525         used if no linker support for the architecture is available.
526
527 2004-01-18  Ulrich Drepper  <drepper@redhat.com>
528
529         * configure.ac: Dont generate libebl-po/Makefile.in,
530         libdw-po/Makefile.in, libasm-po/Makefile.in.
531
532         * Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po.
533
534 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
535
536         * configure.ac: Pretty printing of help message.
537
538         * configure.ac: Move AC_SYS_LARGEFILE test to the front.
539
540         * configure.ac: Add --enable-mudflap option.
541
542 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
543
544         * configure.ac: Major cleanups.  Use aux dir.
545         * config.guess: Moved to new config subdir.
546         * config.rpath: Likewise.
547         * config.sub: Likewise.
548         * depcomp: Likewise.
549         * install-sh: Likewise.
550         * missing: Likewise.
551         * mkinstalldirs: Likewise.
552         * Makefile.am (mini_SUBDIRS): Add config.
553         (EXTRA_DIST): Remove config.rpath.
554
555         * configure.ac: Add AC_REVISION.
556
557         * configure.ac: Add --enable-mudflap option.
558
559 2004-01-11  Ulrich Drepper  <drepper@redhat.com>
560
561         * configure.ac: Drop libdwarf directory.  Add libdw-po.
562         * Makefile.am (all_SUBDIRS): Likewise.
563         * elfutils.spec: Don't distribute anything from libdwarf.
564
565 2004-01-05  Ulrich Drepper  <drepper@redhat.com>
566
567         * Makefile.am: Support separate libelf built.
568
569         * elfutils.spec.in: Create separata elfutils-libelf-devel package.
570         Install libdw DSOs.
571
572         * configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file
573         name.
574
575 2003-08-13  Ulrich Drepper  <drepper@redhat.com>
576
577         * elfutils.spec.in: Remove references to libebl.so.
578
579 2003-08-11  Ulrich Drepper  <drepper@redhat.com>
580
581         * Moved to CVS archive.
582
583 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
584
585         * The beginning.  See the NEWS file for the time being.