dwfl_core_file_report: Code cleanup: Reindentation.
[platform/upstream/elfutils.git] / ChangeLog
1 2013-11-06  Mark Wielaard  <mjw@redhat.com>
2
3         * configure.ac (--enable-dwz): Add AC_MSG_WARN when disabled but
4         local system does have /usr/lib/debug/.dwz.
5
6 2013-11-06  Mark Wielaard  <mjw@redhat.com>
7
8         * configure.ac (--enable-thread-safety): Add AC_MSG_WARN experimental
9         option.
10
11 2013-11-01  Michael Forney  <mforney@mforney.org>
12
13         * configure.ac: Call AM_PROG_AR and AC_CHECK_TOOL for readelf and nm.
14
15 2013-10-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
16
17         * NEWS (Version 0.158): New.
18
19 2013-09-30  Mark Wielaard  <mjw@redhat.com>
20
21         * NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes.
22
23 2013-09-27  Mark Wielaard  <mjw@redhat.com>
24
25         * configure.ac: Set version to 0.157.
26         * NEWS: Add entries for version 0.157.
27
28 2013-09-20  Mark Wielaard  <mjw@redhat.com>
29
30         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz.
31
32 2013-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
33
34         * configure.ac: Set version to 0.156.
35
36 2013-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
37
38         * NEWS: Remove bugfix only entries from Version 0.156.
39
40 2013-07-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
41
42         * NEWS: Add entries for Version 0.156.
43
44 2013-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
45
46         * NEWS (Version 0.156): New.
47
48 2013-04-26  Mark Wielaard  <mjw@redhat.com>
49
50         * configure.ac (AM_INIT_AUTOMAKE): Request parallel-tests.
51
52 2013-04-25  Mark Wielaard  <mjw@redhat.com>
53
54         * .gitignore: Add config/test-driver as installed by automake 1.13.
55         * configure.ac (AM_INIT_AUTOMAKE): Require at least automake 1.11.
56
57 2012-10-01  Mark Wielaard  <mjw@redhat.com>
58
59         * configure.ac: Add --enable-valgrind check.
60         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-valgrind.
61
62 2012-08-27  Mark Wielaard  <mjw@redhat.com>
63
64         * configure.ac: Set version to 0.155.
65
66 2012-08-24  Mark Wielaard  <mjw@redhat.com>
67
68         * configure.ac: Add --enable-dwz check, defaults to no.
69
70 2012-07-24  Mark Wielaard  <mjw@redhat.com>
71
72         * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
73
74 2012-06-22  Mark Wielaard  <mjw@redhat.com>
75
76         * configure.ac: Set version to 0.154.
77
78 2012-01-24  Mark Wielaard  <mjw@redhat.com>
79
80         * COPYING: Fix address. Updated version from gnulib.
81
82 2012-01-23  Mark Wielaard  <mjw@redhat.com>
83
84         * configure.ac: Set version to 0.153, update copyright years.
85
86 2012-01-20  Roland McGrath  <roland@hack.frob.com>
87
88         * configure.ac: Handle --enable-deterministic-archives.
89
90 2011-10-08  Roland McGrath  <roland@hack.frob.com>
91
92         * configure.ac (eu_version): Use sed instead of ${x/y/z} syntax.
93         Use POSIX.2 $((...)) syntax instead of $[...].
94         Reported by Mike Frysinger <vapier@gentoo.org>.
95
96 2011-10-08  Mike Frysinger  <vapier@gentoo.org>
97
98         * configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly.
99
100 2011-10-02  Ulrich Drepper  <drepper@gmail.com>
101
102         * configure.ac: Check for __cxa_demangle in libstdc++.
103
104 2011-02-08  Roland McGrath  <roland@redhat.com>
105
106         * configure.ac (C99 check): Use AC_LANG_SOURCE.
107
108         * configure.ac (ALL_LINGUAS): Remove variable, now obsolete.
109
110 2010-09-13  Ulrich Drepper  <drepper@redhat.com>
111
112         * configure.ac (ALL_LINGUAS): Add languages which have some
113         translations.
114
115 2010-04-15  Roland McGrath  <roland@redhat.com>
116
117         * configure.ac (LOCALEDIR, DATADIRNAME): Removed.
118
119 2009-09-21  Ulrich Drepper  <drepper@redhat.com>
120
121         * configure.ac: Update for more modern autoconf.
122
123 2009-08-26  Roland McGrath  <roland@redhat.com>
124
125         * configure.ac (zip_LIBS): Check for liblzma too.
126
127 2009-04-19  Roland McGrath  <roland@redhat.com>
128
129         * configure.ac (eu_version): Round down here, not in version.h macros.
130
131 2009-04-17  Roland McGrath  <roland@redhat.com>
132
133         * configure.ac (eu_version): Compute number 1000 times larger,
134         let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0).
135
136 2009-01-23  Roland McGrath  <roland@redhat.com>
137
138         * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
139
140         * configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
141         building with compiler support but no working runtime support.
142
143 2009-01-22  Ulrich Drepper  <drepper@redhat.com>
144
145         * Makefile.am (rpm): The tarball is now bzip2-compressed.
146
147 2009-01-10  Ulrich Drepper  <drepper@redhat.com>
148
149         * configure.ac: Require gcc with TLS support.
150         Rename USE_TLS to USE_LOCKS.  The option is renamed to
151         --enable-thread-safety.
152
153 2009-01-08  Roland McGrath  <roland@redhat.com>
154
155         * configure.ac (eu_ZIPLIB): Moved to m4/zip.am.
156
157 2009-01-05  Roland McGrath  <roland@redhat.com>
158
159         * configure.ac (eu_ZIPLIB): New macro.
160         Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS.
161
162 2008-12-30  Ulrich Drepper  <drepper@redhat.com>
163
164         * configure.ac: We need automake 1.8 now.
165
166 2008-12-24  Roland McGrath  <roland@redhat.com>
167
168         * configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
169         distribute only in .tar.bz2 form now.
170
171 2008-12-16  Roland McGrath  <roland@redhat.com>
172
173         * Makefile.am (pkginclude_HEADERS): New variable, install version.h.
174         * configure.ac: Create it, substituting @eu_version@ with
175         PACKAGE_VERSION canonicalized to four digits of decimal.
176
177 2008-08-25  Roland McGrath  <roland@redhat.com>
178
179         * configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too.
180
181 2008-08-21  Roland McGrath  <roland@redhat.com>
182
183         * configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and
184         move the contents to lib/eu-config.h instead of keeping them here.
185
186 2007-12-20  Ulrich Drepper  <drepper@redhat.com>
187
188         * configure.ac: Add support for --enable-debugpred.
189         Update likely/unlikely macros for it.
190
191 2007-06-05  Ulrich Drepper  <drepper@redhat.com>
192
193         * Makefile.am: Remove traces of mini builds.
194         * configure.ac: Don't use libelf-po/POTFILES.in as config file
195         anymore.
196
197 2007-05-16  Roland McGrath  <roland@redhat.com>
198
199         * configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability.
200
201 2006-11-02  Roland McGrath  <roland@redhat.com>
202
203         * Makefile.am (EXTRA_DIST): Add EXCEPTION file.
204
205 2006-08-29  Roland McGrath  <roland@redhat.com>
206
207         * configure.ac: Use AM_MAINTAINER_MODE.
208
209 2006-07-12  Ulrich Drepper  <drepper@redhat.com>
210
211         * configure.ac (internal_function): Don't use internal visibility.
212
213 2006-07-05  Ulrich Drepper  <drepper@redhat.com>
214
215         * configure.ac: Add dummy automake conditional to get dependencies
216         for non-generic linker right.  See src/Makefile.am.
217
218 2005-11-18  Roland McGrath  <roland@redhat.com>
219
220         * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
221
222 2005-11-16  Roland McGrath  <roland@redhat.com>
223
224         * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
225         In config.h, define ELFUTILS_HEADER macro.
226
227 2005-11-15  Roland McGrath  <roland@redhat.com>
228
229         * Makefile.am (all_SUBDIRS): Add backends.
230         * configure.ac: Write backends/Makefile.
231
232         * configure.ac: Add --enable-tests-rpath option.
233
234 2005-09-16  Roland McGrath  <roland@redhat.com>
235
236         * configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]:
237         Don't set it, since on IA64 you get error messages for unaligned
238         accesses, and on Alpha it's at least very slow.
239
240 2005-08-29  Ulrich Drepper  <drepper@redhat.com>
241
242         * configure.ac: Fix GCOV make condition generation.
243
244 2005-08-28  Ulrich Drepper  <drepper@redhat.com>
245
246         * configure.ac: Add --enable-gcov option.
247
248 2005-08-06  Ulrich Drepper  <drepper@redhat.com>
249
250         * configure.ac: Add --enable-gprof option.
251
252 2005-07-27  Roland McGrath  <roland@redhat.com>
253
254         * Makefile.am (all_SUBDIRS): Put libdwfl before libdw.
255
256 2005-07-21  Roland McGrath  <roland@redhat.com>
257
258         * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
259
260 2005-06-01  Roland McGrath  <roland@redhat.com>
261
262         * Makefile.am (all_SUBDIRS): Add libdwfl.
263         * configure.ac: Write libdwfl/Makefile.
264
265 2005-05-19  Roland McGrath  <roland@redhat.com>
266
267         * configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.
268
269 2005-05-10  Ulrich Drepper  <drepper@redhat.com>
270
271         * configure.ac: Define MODVERSION in config.h.
272
273 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
274
275         * Makefile.am (all_SUBDIRS): Don't add doc subdir for now.
276         * configure.ac: Don't use doc subdir for now.
277
278 2005-02-15  Ulrich Drepper  <drepper@redhat.com>
279
280         * configure.ac: Remove AM_GNU_GETTEXT use.  Use only AM_PO_SUBDIRS.
281
282 2005-02-06  Ulrich Drepper  <drepper@redhat.com>
283
284         * configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2.
285
286         * Makefile.am (EXTRA_DIST): Remove splint.rc.
287         * splint.rc: Removed.
288
289 2004-09-25  Ulrich Drepper  <drepper@redhat.com>
290
291         * configure.ac: Make compile with gcc 4.0.
292
293 2004-03-06  Ulrich Drepper  <drepper@redhat.com>
294
295         * configure.ac: Use AS_HELP_STRING where applicable.
296
297 2004-01-23  Ulrich Drepper  <drepper@redhat.com>
298
299         * configure.ac: Check for C99 compiler.
300
301         * configure.ac: Change locking macros in config.h to at least
302         evaluate the parameter.  Define base_cpu to none for generic linker.
303
304 2004-01-21  Ulrich Drepper  <drepper@redhat.com>
305
306         * configure.ac: Print error message in case --disable-generic is
307         used if no linker support for the architecture is available.
308
309 2004-01-18  Ulrich Drepper  <drepper@redhat.com>
310
311         * configure.ac: Dont generate libebl-po/Makefile.in,
312         libdw-po/Makefile.in, libasm-po/Makefile.in.
313
314         * Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po.
315
316 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
317
318         * configure.ac: Pretty printing of help message.
319
320         * configure.ac: Move AC_SYS_LARGEFILE test to the front.
321
322         * configure.ac: Add --enable-mudflap option.
323
324 2004-01-17  Ulrich Drepper  <drepper@redhat.com>
325
326         * configure.ac: Major cleanups.  Use aux dir.
327         * config.guess: Moved to new config subdir.
328         * config.rpath: Likewise.
329         * config.sub: Likewise.
330         * depcomp: Likewise.
331         * install-sh: Likewise.
332         * missing: Likewise.
333         * mkinstalldirs: Likewise.
334         * Makefile.am (mini_SUBDIRS): Add config.
335         (EXTRA_DIST): Remove config.rpath.
336
337         * configure.ac: Add AC_REVISION.
338
339         * configure.ac: Add --enable-mudflap option.
340
341 2004-01-11  Ulrich Drepper  <drepper@redhat.com>
342
343         * configure.ac: Drop libdwarf directory.  Add libdw-po.
344         * Makefile.am (all_SUBDIRS): Likewise.
345         * elfutils.spec: Don't distribute anything from libdwarf.
346
347 2004-01-05  Ulrich Drepper  <drepper@redhat.com>
348
349         * Makefile.am: Support separate libelf built.
350
351         * elfutils.spec.in: Create separata elfutils-libelf-devel package.
352         Install libdw DSOs.
353
354         * configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file
355         name.
356
357 2003-08-13  Ulrich Drepper  <drepper@redhat.com>
358
359         * elfutils.spec.in: Remove references to libebl.so.
360
361 2003-08-11  Ulrich Drepper  <drepper@redhat.com>
362
363         * Moved to CVS archive.
364
365 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
366
367         * The beginning.  See the NEWS file for the time being.