Home | History | Annotate | Download | only in elfutils
      1 2019-02-14  Mark Wielaard  <mark (a] 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 
      8 2019-01-18  Mark Wielaard  <mark (a] klomp.org>
      9 
     10 	* configure.ac: Add new --enable-install-elfh.
     11 
     12 2018-07-04  Ross Burton <ross.burton (a] intel.com>
     13 
     14 	* configure.ac: Check for gawk.
     15 
     16 2018-06-11  Mark Wielaard  <mark (a] klomp.org>
     17 
     18 	* configure.ac: Set version to 0.172.
     19 	* NEWS: Mention bug fixes.
     20 
     21 2018-06-01  Mark Wielaard  <mark (a] klomp.org>
     22 
     23 	* configure.ac: Set version to 0.171.
     24 	* NEWS: Mention DWARF5, split-dwarf and GNU DebugFission support.
     25 
     26 2018-03-17  Mark Wielaard  <mark (a] klomp.org>
     27 
     28 	* configure.ac (CHECK_FUNCS): Check for process_vm_readv.
     29 
     30 2018-02-09  Joshua Watt  <JPEWhacker (a] gmail.com>
     31 
     32 	* configure.ac (HAVE_FALLTHROUGH): New define.
     33 
     34 2017-10-16  Mark Wielaard  <mark (a] klomp.org>
     35 
     36 	* .gitignore: Remove tests/md5-sha1-test.
     37 
     38 2017-08-18  Ulf Hermann  <ulf.hermann (a] qt.io>
     39 
     40 	* configure.ac: Check if the compiler supports
     41 	__attribute__((gcc_struct)).
     42 
     43 2017-09-19  Mark Wielaard  <mark (a] klomp.org>
     44 
     45 	* README: Add basic build instructions.
     46 
     47 2017-05-03  Ulf Hermann  <ulf.hermann (a] qt.io>
     48 
     49 	* configure.ac: Test if symbol versioning is supported.
     50 
     51 2017-04-27  Ulf Hermann  <ulf.hermann (a] qt.io>
     52 
     53 	* configure.ac: Check if the compiler supports
     54 	__attribute__((visibility(...))).
     55 
     56 2017-04-27  Ulf Hermann  <ulf.hermann (a] qt.io>
     57 
     58 	* configure.ac: Check if -fPIC, -fPIE, -Wl,-z,defs,
     59 	and -Wl,-z,relro are supported by the compiler.
     60 
     61 2017-08-02  Mark Wielaard  <mark (a] klomp.org>
     62 
     63 	* configure.ac: Set version to 0.170.
     64 	* NEWS: Mention new libdw dwarf_line_file function.
     65 
     66 2017-07-26  Mark Wielaard  <mark (a] klomp.org>
     67 
     68 	* NEWS: Mention dwarf_getmacros handling version 5 .debug_macro.
     69 
     70 2017-07-26  Mark Wielaard  <mark (a] klomp.org>
     71 
     72 	* NEWS: Mention dwarf_peel_type DWARF5 tags improvement.
     73 
     74 2017-07-26  Mark Wielaard  <mark (a] klomp.org>
     75 
     76 	* NEWS: Mention new DWARF5 calling conventions and defaulted member
     77 	function.
     78 
     79 2017-07-26  Mark Wielaard  <mark (a] klomp.org>
     80 
     81 	* NEWS: Mention new dwarf_default_lower_bound function.
     82 
     83 2017-07-25  Mark Wielaard  <mark (a] klomp.org>
     84 
     85 	* NEWS: Mention new DWARF5 attributes, tags, character encodings
     86 	and language codes in dwarf.h.
     87 
     88 2017-07-18  Mark Wielaard  <mark (a] klomp.org>
     89 
     90 	* configure.ac: Don't check for linux/bpf.h.
     91 	* NEWS: Mention always build bpf backend.
     92 
     93 2017-07-14  Mark Wielaard  <mark (a] klomp.org>
     94 
     95 	* NEWS: Add 0.170 section and new strip options.
     96 
     97 2017-05-05  Mark Wielaard  <mark (a] klomp.org>
     98 
     99 	* configure.ac: Set version to 0.169. Update copyright year.
    100 	* NEWS: Add 0.169 section.
    101 
    102 2017-04-21  Ulf Hermann  <ulf.hermann (a] qt.io>
    103 
    104 	* .gitignore: Add fillfile and peel_type tests.
    105 
    106 2017-02-15  Ulf Hermann  <ulf.hermann (a] qt.io>
    107 
    108 	* configure.ac: Add check for mempcpy.
    109 
    110 2017-02-09  Mark Wielaard  <mark (a] klomp.org>
    111 
    112 	* configure.ac: Add check for adding -D_FORTIFY_SOURCE=2 to CFLAGS.
    113 
    114 2017-01-12  Mark Wielaard  <mark (a] klomp.org>
    115 
    116 	* configure.ac: Define PACKAGE_URL for older autoconf.
    117 
    118 2016-12-27  Mark Wielaard  <mark (a] klomp.org>
    119 
    120 	* configure.ac: Set version to 0.168.
    121 	* NEWS: Add 0.168 updates.
    122 
    123 2016-12-24  Mark Wielaard  <mark (a] 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 
    134 2016-11-23  Mark Wielaard  <mjw (a] redhat.com>
    135 
    136 	* configure.ac: Add test for bad fts.h. Add -DBAD_FTS=1 to CFLAGS
    137 	if necessary.
    138 
    139 2016-11-02  Mark Wielaard  <mjw (a] redhat.com>
    140 
    141 	* configure.ac: Add check for whether gcc accepts
    142 	-Wimplict-fallthrough.
    143 
    144 2016-10-11  Akihiko Odaki  <akihiko.odaki.4i (a] stu.hosei.ac.jp>
    145 
    146 	* configure.ac: Add memrchr, rawmemchr and powerof2 checks.
    147 
    148 2016-08-04  Mark Wielaard  <mjw (a] redhat.com>
    149 
    150 	* configure.ac: Set version to 0.167.
    151 	* NEWS: Add 0.167 section.
    152 
    153 2016-07-06  Mark Wielaard  <mjw (a] redhat.com>
    154 
    155 	* .gitignore: Remove src/ld. ldlex.c, ldscript.c and ldscript.h.
    156 	* configure.ac (enable generic): Removed.
    157 
    158 2016-06-28  Richard Henderson <rth (a] redhat.com>
    159 
    160 	* configure.ac (HAVE_LINUX_BPF_H): New test and conditional.
    161 
    162 2016-06-10  Mark Wielaard  <mjw (a] redhat.com>
    163 
    164 	* CONTRIBUTING: Extend patch, committer and maintainer guidelines.
    165 
    166 2016-05-02  Filipe Brandenburger  <filbranden (a] google.com>
    167 
    168 	* configure.ac (argp check): Pass pass &argv.
    169 	* 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.
    172 
    173 2016-03-31  Mark Wielaard  <mjw (a] redhat.com>
    174 
    175 	* configure.ac: Set version to 0.166.
    176 
    177 2016-03-02  Mark Wielaard  <mjw (a] redhat.com>
    178 
    179 	* configure.ac: Set program_prefix to eu- by default.
    180 	* NEWS (0.166): New sections, document --program-prefix default.
    181 
    182 2016-02-13  Mark Wielaard  <mjw (a] redhat.com>
    183 
    184 	* configure.ac: Add check for whether gcc accepts -Wnull-dereference.
    185 
    186 2016-02-08  Mark Wielaard  <mjw (a] redhat.com>
    187 
    188 	* configure.ac: Add checks for sane -Wlogical-op and whether gcc
    189 	accepts -Wduplicated-cond.
    190 
    191 2016-01-08  Mark Wielaard  <mjw (a] redhat.com>
    192 
    193 	* configure.ac: Set version to 0.165.
    194 	* NEWS: Add 0.164 section.
    195 
    196 2016-01-04  Mark Wielaard  <mjw (a] redhat.com>
    197 
    198 	* configure.ac: Add BZ2_LIBS and LIBLZMA substitutions.
    199 	Add config/libelf.pc and config/libdw.pc config files.
    200 
    201 2015-12-31  Mark Wielaard  <mjw (a] redhat.com>
    202 
    203 	* Makefile.am (AM_MAKEFLAGS): Set --no-print-directory.
    204 
    205 2015-10-16  Mark Wielaard  <mjw (a] redhat.com>
    206 
    207 	* configure.ac: Make zlib mandatory.
    208 
    209 2015-10-15  Mark Wielaard  <mjw (a] redhat.com>
    210 
    211 	* configure.ac: Set version to 0.164.
    212 	* NEWS: Add 0.164 additions.
    213 
    214 2015-10-07  Mark Wielaard  <mjw (a] redhat.com>
    215 
    216 	* configure.ac: Add AM_SILENT_RULES([yes]).
    217 
    218 2015-09-24  Jose E. Marchesi  <jose.marchesi (a] oracle.com>
    219 
    220 	* configure.ac: Use -fPIC instead of -fpic to avoid relocation
    221 	overflows in some platforms.
    222 
    223 2015-07-11  Pino Toscano  <toscano.pino (a] tiscali.it>
    224 
    225 	* .gitignore: Add more generated files, and anchor some of the
    226 	existing ones.
    227 
    228 2015-06-19  Mark Wielaard  <mjw (a] redhat.com>
    229 
    230 	* configure.ac: Set version to 0.163.
    231 	* NEWS: Mention 0.163 is bug fixes only.
    232 
    233 2015-06-10  Mark Wielaard  <mjw (a] redhat.com>
    234 
    235 	* configure.ac: Set version to 0.162.
    236 	* NEWS: Add 0.162 additions.
    237 
    238 2015-06-08  Mark Wielaard  <mjw (a] redhat.com>
    239 
    240 	* configure.ac (ADD_STACK_USAGE_WARNING): New conditional based on
    241 	gcc -Wstack-usage check.
    242 
    243 2015-05-31  Mark Wielaard  <mjw (a] redhat.com>
    244 
    245 	* configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version
    246 	and ac_cv_build.
    247 
    248 2015-05-31  Mark Wielaard  <mjw (a] redhat.com>
    249 
    250 	* configure.ac (use_undefined): Use AC_LINK_IFELSE. AC_DEFINE
    251 	CHECK_UNDEFINED.
    252 
    253 2015-05-30  Mark Wielaard  <mjw (a] 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 
    259 2015-05-21  Mark Wielaard  <mjw (a] 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 
    265 2015-05-04  Anthony G. Basile  <blueness (a] gentoo.org>
    266 
    267 	* configure.ac (argp_LDADD): Check if libc has argp and set
    268 	argp_LDADD accordingly.
    269 
    270 2015-05-03  Max Filippov  <jcmvbkbc (a] gmail.com>
    271 
    272 	* configure.ac (DEMANGLE): Fix enable_demangler setting.
    273 
    274 2015-05-01  Mark Wielaard  <mjw (a] redhat.com>
    275 
    276 	* configure.ac (DEMANGLE): Explicitly set enable_demangler.
    277 
    278 2015-05-01  Mark Wielaard  <mjw (a] redhat.com>
    279 
    280 	* 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 
    285 2015-04-23  Max Filippov  <jcmvbkbc (a] gmail.com>
    286 
    287 	* configure.ac: Add --disable-symbol-versioning.
    288 
    289 2015-04-14  Mark Wielaard  <mjw (a] redhat.com>
    290 
    291 	* configure.ac (ac_cv_c99): Add explicit checks for all GNU99
    292 	extensions used.
    293 
    294 2015-03-13  Mark Wielaard  <mjw (a] redhat.com>
    295 
    296 	* configure.ac (ac_cv_c99): Add explicit return.
    297 	(ac_cv_tls): Add stdlib.h include.
    298 
    299 2014-12-18  Mark Wielaard  <mjw (a] redhat.com>
    300 
    301 	* configure.ac: Set version to 0.161.
    302 	* NEWS: Add dwarf.h additions.
    303 
    304 2014-12-15  Josh Stone  <jistone (a] redhat.com>
    305 
    306 	* .gitignore: Add config/compile as installed by automake 1.14.
    307 
    308 2014-11-27  Mark Wielaard  <mjw (a] redhat.com>
    309 
    310 	* configure.ac: Add --disable-textrelcheck.
    311 
    312 2014-10-06  Mark Wielaard  <mjw (a] redhat.com>
    313 
    314 	* NEWS: New section 0.161. Add dwarf_peel_type.
    315 
    316 2014-08-25  Mark Wielaard  <mjw (a] 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 
    322 2014-08-15  Mark Wielaard  <mjw (a] redhat.com>
    323 
    324 	* NEWS: Add dwarf_cu_die.
    325 
    326 2014-08-15  Mark Wielaard  <mjw (a] redhat.com>
    327 
    328 	* NEWS: Add dwarf_cu_getdwarf.
    329 
    330 2014-07-18  Mark Wielaard  <mjw (a] redhat.com>
    331 
    332 	* configure.ac (AC_CHECK_TYPE): Test for struct user_regs_struct.
    333 
    334 2014-05-26  Mark Wielaard  <mjw (a] redhat.com>
    335 
    336 	* NEWS: New section 0.160. Add unstrip --force.
    337 
    338 2014-05-17  Mark Wielaard  <mjw (a] redhat.com>
    339 
    340 	* configure.ac: Set version to 0.159.
    341 	* NEWS: Add entries for version 0.159.
    342 
    343 2014-05-02  Mark Wielaard  <mjw (a] 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 
    350 2014-04-11  Mark Wielaard  <mjw (a] 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 
    356 2014-04-13  Mark Wielaard  <mjw (a] redhat.com>
    357 
    358 	* configure.ac: Remove mudflap enable arg and MUDFLAP conditional.
    359 
    360 2014-01-21  Mark Wielaard  <mjw (a] redhat.com>
    361 
    362 	* NEWS (Version 0.159): Add stack -i.
    363 
    364 2014-01-20  Mark Wielaard  <mjw (a] redhat.com>
    365 
    366 	* NEWS (Version 0.159): New. Add stack -d.
    367 
    368 2014-01-03  Mark Wielaard  <mjw (a] redhat.com>
    369 
    370 	* configure.ac: Set version to 0.158.
    371 	* NEWS: Add entries for version 0.158.
    372 
    373 2013-12-20  Mark Wielaard  <mjw (a] redhat.com>
    374 
    375 	* NEWS (libdwfl): Add dwfl_getthread_frames.
    376 	(stack): New entry.
    377 
    378 2013-12-18  Mark Wielaard  <mjw (a] redhat.com>
    379 
    380 	* NEWS (libdwfl): Add dwfl_module_getsym_info and
    381 	dwfl_module_addrinfo.
    382 	(addr2line): Add -x option.
    383 
    384 2013-12-17  Jan Kratochvil  <jan.kratochvil (a] 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 
    392 2013-12-16  Mark Wielaard  <mjw (a] redhat.com>
    393 
    394 	* NEWS (libdwfl): Add dwfl_module_getsymtab_first_global.
    395 
    396 2013-12-09  Josh Stone  <jistone (a] redhat.com>
    397 
    398 	* .gitignore: Add config/ar-lib, installed due to AM_PROG_AR.
    399 
    400 2013-12-02  Jan Kratochvil  <jan.kratochvil (a] redhat.com>
    401 
    402 	* configure.ac (CC_BIARCH): Remove AS_IF for it.
    403 
    404 2013-11-07  Jan Kratochvil  <jan.kratochvil (a] redhat.com>
    405 
    406 	* configure.ac: New AC_CHECK_SIZEOF for long.  Call utrace_BIARCH, new
    407 	AC_SUBST for CC_BIARCH.
    408 
    409 2013-11-06  Mark Wielaard  <mjw (a] redhat.com>
    410 
    411 	* configure.ac (--enable-dwz): Add AC_MSG_WARN when disabled but
    412 	local system does have /usr/lib/debug/.dwz.
    413 
    414 2013-11-06  Mark Wielaard  <mjw (a] redhat.com>
    415 
    416 	* configure.ac (--enable-thread-safety): Add AC_MSG_WARN experimental
    417 	option.
    418 
    419 2013-11-01  Michael Forney  <mforney (a] mforney.org>
    420 
    421 	* configure.ac: Call AM_PROG_AR and AC_CHECK_TOOL for readelf and nm.
    422 
    423 2013-10-30  Jan Kratochvil  <jan.kratochvil (a] redhat.com>
    424 
    425 	* NEWS (Version 0.158): New.
    426 
    427 2013-09-30  Mark Wielaard  <mjw (a] redhat.com>
    428 
    429 	* NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes.
    430 
    431 2013-09-27  Mark Wielaard  <mjw (a] redhat.com>
    432 
    433 	* configure.ac: Set version to 0.157.
    434 	* NEWS: Add entries for version 0.157.
    435 
    436 2013-09-20  Mark Wielaard  <mjw (a] redhat.com>
    437 
    438 	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz.
    439 
    440 2013-07-25  Jan Kratochvil  <jan.kratochvil (a] redhat.com>
    441 
    442 	* configure.ac: Set version to 0.156.
    443 
    444 2013-07-19  Jan Kratochvil  <jan.kratochvil (a] redhat.com>
    445 
    446 	* NEWS: Remove bugfix only entries from Version 0.156.
    447 
    448 2013-07-18  Jan Kratochvil  <jan.kratochvil (a] redhat.com>
    449 
    450 	* NEWS: Add entries for Version 0.156.
    451 
    452 2013-04-28  Jan Kratochvil  <jan.kratochvil (a] redhat.com>
    453 
    454 	* NEWS (Version 0.156): New.
    455 
    456 2013-04-26  Mark Wielaard  <mjw (a] redhat.com>
    457 
    458 	* configure.ac (AM_INIT_AUTOMAKE): Request parallel-tests.
    459 
    460 2013-04-25  Mark Wielaard  <mjw (a] 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 
    465 2012-10-01  Mark Wielaard  <mjw (a] redhat.com>
    466 
    467 	* configure.ac: Add --enable-valgrind check.
    468 	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-valgrind.
    469 
    470 2012-08-27  Mark Wielaard  <mjw (a] redhat.com>
    471 
    472 	* configure.ac: Set version to 0.155.
    473 
    474 2012-08-24  Mark Wielaard  <mjw (a] redhat.com>
    475 
    476 	* configure.ac: Add --enable-dwz check, defaults to no.
    477 
    478 2012-07-24  Mark Wielaard  <mjw (a] redhat.com>
    479 
    480 	* TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
    481 
    482 2012-06-22  Mark Wielaard  <mjw (a] redhat.com>
    483 
    484 	* configure.ac: Set version to 0.154.
    485 
    486 2012-01-24  Mark Wielaard  <mjw (a] redhat.com>
    487 
    488 	* COPYING: Fix address. Updated version from gnulib.
    489 
    490 2012-01-23  Mark Wielaard  <mjw (a] redhat.com>
    491 
    492 	* configure.ac: Set version to 0.153, update copyright years.
    493 
    494 2012-01-20  Roland McGrath  <roland (a] hack.frob.com>
    495 
    496 	* configure.ac: Handle --enable-deterministic-archives.
    497 
    498 2011-10-08  Roland McGrath  <roland (a] 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 (a] gentoo.org>.
    503 
    504 2011-10-08  Mike Frysinger  <vapier (a] gentoo.org>
    505 
    506 	* configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly.
    507 
    508 2011-10-02  Ulrich Drepper  <drepper (a] gmail.com>
    509 
    510 	* configure.ac: Check for __cxa_demangle in libstdc++.
    511 
    512 2011-02-08  Roland McGrath  <roland (a] redhat.com>
    513 
    514 	* configure.ac (C99 check): Use AC_LANG_SOURCE.
    515 
    516 	* configure.ac (ALL_LINGUAS): Remove variable, now obsolete.
    517 
    518 2010-09-13  Ulrich Drepper  <drepper (a] redhat.com>
    519 
    520 	* configure.ac (ALL_LINGUAS): Add languages which have some
    521 	translations.
    522 
    523 2010-04-15  Roland McGrath  <roland (a] redhat.com>
    524 
    525 	* configure.ac (LOCALEDIR, DATADIRNAME): Removed.
    526 
    527 2009-09-21  Ulrich Drepper  <drepper (a] redhat.com>
    528 
    529 	* configure.ac: Update for more modern autoconf.
    530 
    531 2009-08-26  Roland McGrath  <roland (a] redhat.com>
    532 
    533 	* configure.ac (zip_LIBS): Check for liblzma too.
    534 
    535 2009-04-19  Roland McGrath  <roland (a] redhat.com>
    536 
    537 	* configure.ac (eu_version): Round down here, not in version.h macros.
    538 
    539 2009-04-17  Roland McGrath  <roland (a] 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 
    544 2009-01-23  Roland McGrath  <roland (a] redhat.com>
    545 
    546 	* configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3.
    547 
    548 	* configure.ac (__thread check): Use AC_LINK_IFELSE, in case of
    549 	building with compiler support but no working runtime support.
    550 
    551 2009-01-22  Ulrich Drepper  <drepper (a] redhat.com>
    552 
    553 	* Makefile.am (rpm): The tarball is now bzip2-compressed.
    554 
    555 2009-01-10  Ulrich Drepper  <drepper (a] 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 
    561 2009-01-08  Roland McGrath  <roland (a] redhat.com>
    562 
    563 	* configure.ac (eu_ZIPLIB): Moved to m4/zip.am.
    564 
    565 2009-01-05  Roland McGrath  <roland (a] 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 
    570 2008-12-30  Ulrich Drepper  <drepper (a] redhat.com>
    571 
    572 	* configure.ac: We need automake 1.8 now.
    573 
    574 2008-12-24  Roland McGrath  <roland (a] redhat.com>
    575 
    576 	* configure.ac: Use automake flags dist-bzip2 no-dist-gzip,
    577 	distribute only in .tar.bz2 form now.
    578 
    579 2008-12-16  Roland McGrath  <roland (a] 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 
    585 2008-08-25  Roland McGrath  <roland (a] redhat.com>
    586 
    587 	* configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too.
    588 
    589 2008-08-21  Roland McGrath  <roland (a] 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 
    594 2007-12-20  Ulrich Drepper  <drepper (a] redhat.com>
    595 
    596 	* configure.ac: Add support for --enable-debugpred.
    597 	Update likely/unlikely macros for it.
    598 
    599 2007-06-05  Ulrich Drepper  <drepper (a] 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 
    605 2007-05-16  Roland McGrath  <roland (a] redhat.com>
    606 
    607 	* configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability.
    608 
    609 2006-11-02  Roland McGrath  <roland (a] redhat.com>
    610 
    611 	* Makefile.am (EXTRA_DIST): Add EXCEPTION file.
    612 
    613 2006-08-29  Roland McGrath  <roland (a] redhat.com>
    614 
    615 	* configure.ac: Use AM_MAINTAINER_MODE.
    616 
    617 2006-07-12  Ulrich Drepper  <drepper (a] redhat.com>
    618 
    619 	* configure.ac (internal_function): Don't use internal visibility.
    620 
    621 2006-07-05  Ulrich Drepper  <drepper (a] redhat.com>
    622 
    623 	* configure.ac: Add dummy automake conditional to get dependencies
    624 	for non-generic linker right.  See src/Makefile.am.
    625 
    626 2005-11-18  Roland McGrath  <roland (a] redhat.com>
    627 
    628 	* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable.
    629 
    630 2005-11-16  Roland McGrath  <roland (a] redhat.com>
    631 
    632 	* configure.ac: Define HAVE_LIBASM and STANDALONE conditionals.
    633 	In config.h, define ELFUTILS_HEADER macro.
    634 
    635 2005-11-15  Roland McGrath  <roland (a] redhat.com>
    636 
    637 	* Makefile.am (all_SUBDIRS): Add backends.
    638 	* configure.ac: Write backends/Makefile.
    639 
    640 	* configure.ac: Add --enable-tests-rpath option.
    641 
    642 2005-09-16  Roland McGrath  <roland (a] 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 
    648 2005-08-29  Ulrich Drepper  <drepper (a] redhat.com>
    649 
    650 	* configure.ac: Fix GCOV make condition generation.
    651 
    652 2005-08-28  Ulrich Drepper  <drepper (a] redhat.com>
    653 
    654 	* configure.ac: Add --enable-gcov option.
    655 
    656 2005-08-06  Ulrich Drepper  <drepper (a] redhat.com>
    657 
    658 	* configure.ac: Add --enable-gprof option.
    659 
    660 2005-07-27  Roland McGrath  <roland (a] redhat.com>
    661 
    662 	* Makefile.am (all_SUBDIRS): Put libdwfl before libdw.
    663 
    664 2005-07-21  Roland McGrath  <roland (a] redhat.com>
    665 
    666 	* configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR.
    667 
    668 2005-06-01  Roland McGrath  <roland (a] redhat.com>
    669 
    670 	* Makefile.am (all_SUBDIRS): Add libdwfl.
    671 	* configure.ac: Write libdwfl/Makefile.
    672 
    673 2005-05-19  Roland McGrath  <roland (a] redhat.com>
    674 
    675 	* configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros.
    676 
    677 2005-05-10  Ulrich Drepper  <drepper (a] redhat.com>
    678 
    679 	* configure.ac: Define MODVERSION in config.h.
    680 
    681 2005-02-22  Ulrich Drepper  <drepper (a] 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 
    686 2005-02-15  Ulrich Drepper  <drepper (a] redhat.com>
    687 
    688 	* configure.ac: Remove AM_GNU_GETTEXT use.  Use only AM_PO_SUBDIRS.
    689 
    690 2005-02-06  Ulrich Drepper  <drepper (a] 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 
    697 2004-09-25  Ulrich Drepper  <drepper (a] redhat.com>
    698 
    699 	* configure.ac: Make compile with gcc 4.0.
    700 
    701 2004-03-06  Ulrich Drepper  <drepper (a] redhat.com>
    702 
    703 	* configure.ac: Use AS_HELP_STRING where applicable.
    704 
    705 2004-01-23  Ulrich Drepper  <drepper (a] 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 
    712 2004-01-21  Ulrich Drepper  <drepper (a] 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 
    717 2004-01-18  Ulrich Drepper  <drepper (a] 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 
    724 2004-01-17  Ulrich Drepper  <drepper (a] 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 
    732 2004-01-17  Ulrich Drepper  <drepper (a] 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 
    749 2004-01-11  Ulrich Drepper  <drepper (a] 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 
    755 2004-01-05  Ulrich Drepper  <drepper (a] 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 
    765 2003-08-13  Ulrich Drepper  <drepper (a] redhat.com>
    766 
    767 	* elfutils.spec.in: Remove references to libebl.so.
    768 
    769 2003-08-11  Ulrich Drepper  <drepper (a] redhat.com>
    770 
    771 	* Moved to CVS archive.
    772 
    773 2000-08-25  Ulrich Drepper  <drepper (a] redhat.com>
    774 
    775 	* The beginning.  See the NEWS file for the time being.
    776