12023-03-27 Di Chen <[email protected]> 2 3 * NEWS: Support readelf -Ds for using dynamic segment to 4 print symbol table. 5 62023-03-03 Mark Wielaard <[email protected]> 7 8 * NEWS: Add ELFCOMPRESS_ZSTD support for libelf and elfcompress. 9 102023-02-23 Mark Wielaard <[email protected]> 11 12 * NEWS: Add old version code names. 13 142023-02-21 Mark Wielaard <[email protected]> 15 16 * configure.ac: Check for -Wuse-after-free=3 17 182023-02-15 Mark Wielaard <[email protected]> 19 20 * configure.ac: Error out when demangler is enabled, but 21 __cxa_demangle cannot be found. 22 232023-01-11 Frank Ch. Eigler <[email protected]> 24 25 * configure.ac: Add some rlimit/affinity checks. 26 272022-11-02 Mark Wielaard <[email protected]> 28 29 * configure.ac (AC_INIT): Set version to 0.188. 30 * NEWS: Likewise. 31 322022-10-31 Aaron Merey <[email protected]> 33 34 * NEWS: Add debuginfod_find_section. 35 362022-10-20 Mark Wielaard <[email protected]> 37 38 * Makefile.am (rpm): Remove --sign. 39 402022-10-22 Mark Wielaard <[email protected]> 41 42 * configure.ac: Use AC_PROG_CC with autoconf 2.70, or AC_PROG_CC_C99 43 for earlier versions. Use AC_PROG_LEX([noyywrap]). 44 452022-09-13 Aleksei Vetrov <[email protected]> 46 47 * NEWS (libdwfl): Add dwfl_report_offline_memory. 48 492022-09-27 Taketo Kabe <[email protected]> 50 51 * debuginfod/debuginfod-client.c: Correctly get timestamp when 52 compiling with -D_TIME_BITS=64 on 32bit environment. 53 542022-04-28 Di Chen <[email protected]> 55 56 * NEWS: Add readefl -D, --use-dynamic. 57 582022-07-28 Di Chen <[email protected]> 59 60 * NEWS: Add dwfl_frame_reg. 61 622022-07-13 Mark Wielaard <[email protected]> 63 64 * NEWS: Add dwfl_get_debuginfod_client. 65 662022-06-02 Mark Wielaard <[email protected]> 67 68 * configure.ac (OLD_LIBMICROHTTPD): New AM_CONDITIONAL based on 69 libmicrohttpd < 0.9.51. 70 712022-05-02 Mark Wielaard <[email protected]> 72 73 * Makefile.am (AM_DISTCHECK_CONFIGURE_FLAGS): Remove 74 --enable-valgrind --enable-sanitize-undefined. 75 762022-04-25 Mark Wielaard <[email protected]> 77 78 * configure.ac (AC_INIT): Set version to 0.187. 79 * NEWS: Add some more 0.187 items. 80 812022-04-24 Frank Ch. Eigler <[email protected]> 82 83 * AUTHORS.sh, .mailmap: New files. 84 * AUTHORS: Regenerated to cover entire history of elfutils. 85 862022-04-24 Mark Wielaard <[email protected]> 87 88 * configure.ac (AC_CHECK_FUNCS): Add mremap. 89 902021-03-20 Mark Wielaard <[email protected]> 91 92 * configure.ac: Remove -m64 on 32bit target comments for 93 utrace_BIARCH check. 94 952021-03-14 Mark Wielaard <[email protected]> 96 97 * configure.ac: Use AS_HELP_STRING instead of AC_HELP_STRING. 98 992021-03-11 Mark Wielaard <[email protected]> 100 101 * NEWS: Document new --relative option for addr2line. 102 1032022-03-10 Mark Wielaard <[email protected]> 104 105 * configure.ac: Move AC_PROG_CXX earlier. Check for both 106 -D_FORTIFY_SOURCE=3 and -D_FORTIFY_SOURCE=2 support. Also 107 set CXXFLAGS. Output final CFLAGS and CXXFLAGS setting. 108 1092021-12-04 Mark Wielaard <[email protected]> 110 111 * configure.ac: Add --enable-sanitize-address. 112 1132021-11-10 Mark Wielaard <[email protected]> 114 115 * configure.ac (AC_INIT): Set version to 0.186. 116 * NEWS: Add translation item. 117 1182021-09-03 John Mellor-Crummey <[email protected]> 119 120 * NEWS: Read inlining info in NVIDIA extended line map 121 1222021-08-10 Adrian Ratiu <[email protected]> 123 124 * configure.ac (AC_CACHE_CHECK): Rework std=gnu99 check to allow clang. 125 1262021-08-20 Saleem Abdulrasool <[email protected]> 127 128 * Add AC_CHECK_HEADERS for error.h and err.h. 129 1302021-07-28 Mark Wielaard <[email protected]> 131 132 * configure.ac (AC_CHECK_DECLS): Add reallocarray check. 133 1342021-05-22 Mark Wielaard <[email protected]> 135 136 * configure.ac (AC_INIT): Set version to 0.185. 137 * NEWS: Add 0.185 entries. 138 1392021-05-10 Mark Wielaard <[email protected]> 140 141 * configure.ac (AC_INIT): Set version to 0.184. 142 * NEWS: Add libdw, translation and debuginfod-client entries. 143 1442021-03-30 Frank Ch. Eigler <[email protected]> 145 146 * configure.ac: Look for pthread_setname_np. 147 1482021-02-17 Timm Bäder <[email protected]> 149 150 * configure.ac: Add -Wno-packed-not-aligned check. 151 1522021-02-17 Timm Bäder <[email protected]> 153 154 * configure.ac: Add -Wtrampolines check. 155 1562021-02-05 Mark Wielaard <[email protected]> 157 158 * configure.ac (AC_INIT): Set version to 0.183. 159 (AC_COPYRIGHT): Update Copyright year. 160 * NEWS: Add 0.183 section. 161 1622021-02-01 Érico Nogueira <[email protected]> 163 164 * configure.ac: Check for GNU strerror_r. 165 1662021-01-12 Dmitry V. Levin <[email protected]> 167 168 * configure.ac [--enable-gcov]: Check for gcov, lcov, and genhtml. 169 * Makefile.am [GCOV] (coverage, coverage-clean): New targets. 170 * .gitignore: Update. 171 1722020-12-20 Dmitry V. Levin <[email protected]> 173 174 * .gitignore: Move subdirectory patterns to separate .gitignore files. 175 176 * .gitignore: Update. 177 1782020-12-15 Dmitry V. Levin <[email protected]> 179 180 * configure.ac (USE_NLS, AM_PO_SUBDIRS): Remove. 181 (AM_GNU_GETTEXT, AM_GNU_GETTEXT_VERSION, 182 AM_GNU_GETTEXT_REQUIRE_VERSION): Use these macros to setup the gettext 183 infrastructure. 184 * .gitignore: Update. 185 186 * Makefile.am (SUBDIRS): Remove m4. 187 * configure.ac (AC_CONFIG_FILES): Remove m4/Makefile. 188 189 * configure.ac (AC_CONFIG_MACRO_DIR): Remove. 190 1912020-12-12 Dmitry V. Levin <[email protected]> 192 193 * configure.ac: Fix spelling typos in comments. 194 * NEWS: Fix spelling typos. 195 * NOTES: Likewise. 196 * TODO: Likewise. 197 1982020-12-11 Dmitry V. Levin <[email protected]> 199 200 * configure.ac (AM_CONDITIONAL): Remove HAVE_LIBASM and STANDALONE. 201 202 * configure.ac: Rewrite argp check. 203 204 * configure.ac (AC_MSG_FAILURE): Fix typo. 205 2062020-11-30 Dmitry V. Levin <[email protected]> 207 208 * configure.ac (LIBDEBUGINFOD_SONAME): New AC_SUBST variable. 209 (AC_CONFIG_FILES): Add debuginfod/debuginfod.h. 210 2112020-11-01 Érico N. Rolim <[email protected]> 212 213 * configure.ac: Check for fts and obstack from outside libc. 214 2152020-10-28 Mark Wielaard <[email protected]> 216 217 * configure.ac: Set version to 0.182. 218 * NEWS: Add 0.182 section. 219 2202020-10-28 Tom Tromey <[email protected]> 221 222 * .gitignore: Add /tests/leb128. 223 2242020-10-01 Frank Ch. Eigler <[email protected]> 225 226 PR25461 227 * configure.ac: Add --enable-debuginfod-urls[=URLS] option. 228 2292020-09-18 Mark Wielaard <[email protected]> 230 231 * configure.ac: Check availability of libzstd and zstd. 232 2332020-09-08 Mark Wielaard <[email protected]> 234 235 * configure.ac: Set version to 0.181. 236 * NEWS: Add 0.181 section. 237 2382020-08-20 Dmitry V. Levin <[email protected]> 239 240 * configure.ac (--enable-libdebuginfod): AC_DEFINE ENABLE_LIBDEBUGINFOD. 241 2422020-07-17 Mark Wielaard <[email protected]> 243 244 * configure.ac: Set -DBAD_FTS=1 also for CXXFLAGS. 245 2462020-06-19 Mark Wielaard <[email protected]> 247 248 * Makefile.am (SUBDIRS): Always add debuginfod. 249 * configure.ac (debuginfod): Split off... 250 (libdebuginfod): ... this. Also add DUMME_DEBUGINFOD. 251 2522020-06-15 Sergei Trofimovich <[email protected]> 253 254 * configure.ac: Use READELF in build-id check. 255 2562020-06-11 Mark Wielaard <[email protected]> 257 258 * configure.ac: Set version to 0.180. 259 * NEWS: Add 0.180 section. 260 * .gitignore: Update with new generated file. 261 2622020-06-10 Mark Wielaard <[email protected]> 263 264 * configure.ac (MODVERSION): Remove. 265 2662020-03-30 Mark Wielaard <[email protected]> 267 268 * configure.ac: Set version to 0.179. 269 * NEWS: Add 0.179 section. 270 2712020-03-25 Mark Wielaard <[email protected]> 272 273 * README: Update mailinglist subscription info. 274 * CONTRIBUTING: Likewise. 275 2762020-02-03 Frank Ch. Eigler <[email protected]> 277 278 * configure.ac: Tolerate CXX= for debuginfod configuration. 279 2802019-12-11 Omar Sandoval <[email protected]> 281 282 * configure.ac: Apply -Werror after user-defined CFLAGS in 283 -D_FORTIFY_SOURCE=2 check. 284 2852019-12-06 Mark Wielaard <[email protected]> 286 287 * configure.ac: Add ac_cv_buildid check. 288 2892019-11-26 Mark Wielaard <[email protected]> 290 291 * configure.ac: Set version to 0.178. 292 NEWS: Add 0.178 section. 293 2942019-11-26 Mark Wielaard <[email protected]> 295 296 * configure.ac: Add CXXFLAGS for gcov. 297 2982019-10-28 Aaron Merey <[email protected]> 299 300 * debuginfod/: New directory for debuginfod code. 301 * Makefile.am (SUBDIRS): Recurse there. 302 * configure.ac (--enable-debuginfod): New flag & checks. 303 3042019-08-25 Jonathon Anderson <[email protected]> 305 306 * configure.ac: Add new --enable-valgrind-annotations 307 * configure.ac: Add new --with-valgrind (headers only) 308 3092019-07-05 Omar Sandoval <[email protected]> 310 311 * configure.ac: Get rid of --enable-libebl-subdir. 312 * Makefile.am (SUBDIRS): Reorder backends and libcpu before libebl to 313 satisfy build dependencies. 314 3152019-08-13 Mark Wielaard <[email protected]> 316 317 * configure.ac: Set version to 0.177. 318 * NEWS: Mention elfclassify, readelf DW_AT_data_member_location 319 and DW_AT_discr_list attribute changes, dwarf.h DW_AT_GNU additions, 320 dwelf_elf_e_machine_string function, dwelf_elf_begin change and 321 C-SKY backend support. 322 3232019-02-14 Mark Wielaard <[email protected]> 324 325 * configure.ac: Set version to 0.176. 326 * NEWS: Mention riscv backend updates, new --enable-install-elfh 327 configure flag and fixed CVEs. 328 * GPG-KEY: Update. 329 3302019-01-18 Mark Wielaard <[email protected]> 331 332 * configure.ac: Add new --enable-install-elfh. 333 3342018-07-04 Ross Burton <[email protected]> 335 336 * configure.ac: Check for gawk. 337 3382018-06-11 Mark Wielaard <[email protected]> 339 340 * configure.ac: Set version to 0.172. 341 * NEWS: Mention bug fixes. 342 3432018-06-01 Mark Wielaard <[email protected]> 344 345 * configure.ac: Set version to 0.171. 346 * NEWS: Mention DWARF5, split-dwarf and GNU DebugFission support. 347 3482018-03-17 Mark Wielaard <[email protected]> 349 350 * configure.ac (CHECK_FUNCS): Check for process_vm_readv. 351 3522018-02-09 Joshua Watt <[email protected]> 353 354 * configure.ac (HAVE_FALLTHROUGH): New define. 355 3562017-10-16 Mark Wielaard <[email protected]> 357 358 * .gitignore: Remove tests/md5-sha1-test. 359 3602017-08-18 Ulf Hermann <[email protected]> 361 362 * configure.ac: Check if the compiler supports 363 __attribute__((gcc_struct)). 364 3652017-09-19 Mark Wielaard <[email protected]> 366 367 * README: Add basic build instructions. 368 3692017-05-03 Ulf Hermann <[email protected]> 370 371 * configure.ac: Test if symbol versioning is supported. 372 3732017-04-27 Ulf Hermann <[email protected]> 374 375 * configure.ac: Check if the compiler supports 376 __attribute__((visibility(...))). 377 3782017-04-27 Ulf Hermann <[email protected]> 379 380 * configure.ac: Check if -fPIC, -fPIE, -Wl,-z,defs, 381 and -Wl,-z,relro are supported by the compiler. 382 3832017-08-02 Mark Wielaard <[email protected]> 384 385 * configure.ac: Set version to 0.170. 386 * NEWS: Mention new libdw dwarf_line_file function. 387 3882017-07-26 Mark Wielaard <[email protected]> 389 390 * NEWS: Mention dwarf_getmacros handling version 5 .debug_macro. 391 3922017-07-26 Mark Wielaard <[email protected]> 393 394 * NEWS: Mention dwarf_peel_type DWARF5 tags improvement. 395 3962017-07-26 Mark Wielaard <[email protected]> 397 398 * NEWS: Mention new DWARF5 calling conventions and defaulted member 399 function. 400 4012017-07-26 Mark Wielaard <[email protected]> 402 403 * NEWS: Mention new dwarf_default_lower_bound function. 404 4052017-07-25 Mark Wielaard <[email protected]> 406 407 * NEWS: Mention new DWARF5 attributes, tags, character encodings 408 and language codes in dwarf.h. 409 4102017-07-18 Mark Wielaard <[email protected]> 411 412 * configure.ac: Don't check for linux/bpf.h. 413 * NEWS: Mention always build bpf backend. 414 4152017-07-14 Mark Wielaard <[email protected]> 416 417 * NEWS: Add 0.170 section and new strip options. 418 4192017-05-05 Mark Wielaard <[email protected]> 420 421 * configure.ac: Set version to 0.169. Update copyright year. 422 * NEWS: Add 0.169 section. 423 4242017-04-21 Ulf Hermann <[email protected]> 425 426 * .gitignore: Add fillfile and peel_type tests. 427 4282017-02-15 Ulf Hermann <[email protected]> 429 430 * configure.ac: Add check for mempcpy. 431 4322017-02-09 Mark Wielaard <[email protected]> 433 434 * configure.ac: Add check for adding -D_FORTIFY_SOURCE=2 to CFLAGS. 435 4362017-01-12 Mark Wielaard <[email protected]> 437 438 * configure.ac: Define PACKAGE_URL for older autoconf. 439 4402016-12-27 Mark Wielaard <[email protected]> 441 442 * configure.ac: Set version to 0.168. 443 * NEWS: Add 0.168 updates. 444 4452016-12-24 Mark Wielaard <[email protected]> 446 447 * README: Move design notes to NOTES. Add URLs for home, releases, 448 bugs, git and mailinglist now on sourceware. 449 * NOTES: Add notes from README. 450 * CONTRIBUTING: Change fedorahosted.org references to new 451 sourceware.org locations. 452 * configure.ac (AC_INIT): Add package URL http://elfutils.org/ 453 change bug-report to https://sourceware.org/bugzilla/ 454 (AC_COPYRIGHT): Set to the elfutils developers. 455 4562016-11-23 Mark Wielaard <[email protected]> 457 458 * configure.ac: Add test for bad fts.h. Add -DBAD_FTS=1 to CFLAGS 459 if necessary. 460 4612016-11-02 Mark Wielaard <[email protected]> 462 463 * configure.ac: Add check for whether gcc accepts 464 -Wimplict-fallthrough. 465 4662016-10-11 Akihiko Odaki <[email protected]> 467 468 * configure.ac: Add memrchr, rawmemchr and powerof2 checks. 469 4702016-08-04 Mark Wielaard <[email protected]> 471 472 * configure.ac: Set version to 0.167. 473 * NEWS: Add 0.167 section. 474 4752016-07-06 Mark Wielaard <[email protected]> 476 477 * .gitignore: Remove src/ld. ldlex.c, ldscript.c and ldscript.h. 478 * configure.ac (enable generic): Removed. 479 4802016-06-28 Richard Henderson <[email protected]> 481 482 * configure.ac (HAVE_LINUX_BPF_H): New test and conditional. 483 4842016-06-10 Mark Wielaard <[email protected]> 485 486 * CONTRIBUTING: Extend patch, committer and maintainer guidelines. 487 4882016-05-02 Filipe Brandenburger <[email protected]> 489 490 * configure.ac (argp check): Pass pass &argv. 491 * configure.ac (-W<...> checks): Pass -Werror to the warning checks, 492 to ensure unsupported warning options are noticed during ./configure 493 time and not only later during build. 494 4952016-03-31 Mark Wielaard <[email protected]> 496 497 * configure.ac: Set version to 0.166. 498 4992016-03-02 Mark Wielaard <[email protected]> 500 501 * configure.ac: Set program_prefix to eu- by default. 502 * NEWS (0.166): New sections, document --program-prefix default. 503 5042016-02-13 Mark Wielaard <[email protected]> 505 506 * configure.ac: Add check for whether gcc accepts -Wnull-dereference. 507 5082016-02-08 Mark Wielaard <[email protected]> 509 510 * configure.ac: Add checks for sane -Wlogical-op and whether gcc 511 accepts -Wduplicated-cond. 512 5132016-01-08 Mark Wielaard <[email protected]> 514 515 * configure.ac: Set version to 0.165. 516 * NEWS: Add 0.164 section. 517 5182016-01-04 Mark Wielaard <[email protected]> 519 520 * configure.ac: Add BZ2_LIBS and LIBLZMA substitutions. 521 Add config/libelf.pc and config/libdw.pc config files. 522 5232015-12-31 Mark Wielaard <[email protected]> 524 525 * Makefile.am (AM_MAKEFLAGS): Set --no-print-directory. 526 5272015-10-16 Mark Wielaard <[email protected]> 528 529 * configure.ac: Make zlib mandatory. 530 5312015-10-15 Mark Wielaard <[email protected]> 532 533 * configure.ac: Set version to 0.164. 534 * NEWS: Add 0.164 additions. 535 5362015-10-07 Mark Wielaard <[email protected]> 537 538 * configure.ac: Add AM_SILENT_RULES([yes]). 539 5402015-09-24 Jose E. Marchesi <[email protected]> 541 542 * configure.ac: Use -fPIC instead of -fpic to avoid relocation 543 overflows in some platforms. 544 5452015-07-11 Pino Toscano <[email protected]> 546 547 * .gitignore: Add more generated files, and anchor some of the 548 existing ones. 549 5502015-06-19 Mark Wielaard <[email protected]> 551 552 * configure.ac: Set version to 0.163. 553 * NEWS: Mention 0.163 is bug fixes only. 554 5552015-06-10 Mark Wielaard <[email protected]> 556 557 * configure.ac: Set version to 0.162. 558 * NEWS: Add 0.162 additions. 559 5602015-06-08 Mark Wielaard <[email protected]> 561 562 * configure.ac (ADD_STACK_USAGE_WARNING): New conditional based on 563 gcc -Wstack-usage check. 564 5652015-05-31 Mark Wielaard <[email protected]> 566 567 * configure.ac (MODVERSION): Define using LIBEBL_SUBDIR, eu_version 568 and ac_cv_build. 569 5702015-05-31 Mark Wielaard <[email protected]> 571 572 * configure.ac (use_undefined): Use AC_LINK_IFELSE. AC_DEFINE 573 CHECK_UNDEFINED. 574 5752015-05-30 Mark Wielaard <[email protected]> 576 577 * configure.ac: Check for bunzip2. Check flex and bison are 578 installed in maintainer-mode. Otherwise check libdw/known-dwarf.h 579 is already generated. 580 5812015-05-21 Mark Wielaard <[email protected]> 582 583 * configure.ac: Add --enable-sanitize-undefined. 584 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Rename to... 585 (AM_DISTCHECK_CONFIGURE_FLAGS): this. Add --enable-sanitize-undefined. 586 5872015-05-04 Anthony G. Basile <[email protected]> 588 589 * configure.ac (argp_LDADD): Check if libc has argp and set 590 argp_LDADD accordingly. 591 5922015-05-03 Max Filippov <[email protected]> 593 594 * configure.ac (DEMANGLE): Fix enable_demangler setting. 595 5962015-05-01 Mark Wielaard <[email protected]> 597 598 * configure.ac (DEMANGLE): Explicitly set enable_demangler. 599 6002015-05-01 Mark Wielaard <[email protected]> 601 602 * configure.ac (debugpred): Use and set use_debugpred_val. 603 (textrelcheck): Explicitly set enable_textrelcheck to yes or no. 604 (symbol-versioning): Likewise for enable_symbol_versioning. 605 AC_MSG_NOTICE overview of enabled/disabled features. 606 6072015-04-23 Max Filippov <[email protected]> 608 609 * configure.ac: Add --disable-symbol-versioning. 610 6112015-04-14 Mark Wielaard <[email protected]> 612 613 * configure.ac (ac_cv_c99): Add explicit checks for all GNU99 614 extensions used. 615 6162015-03-13 Mark Wielaard <[email protected]> 617 618 * configure.ac (ac_cv_c99): Add explicit return. 619 (ac_cv_tls): Add stdlib.h include. 620 6212014-12-18 Mark Wielaard <[email protected]> 622 623 * configure.ac: Set version to 0.161. 624 * NEWS: Add dwarf.h additions. 625 6262014-12-15 Josh Stone <[email protected]> 627 628 * .gitignore: Add config/compile as installed by automake 1.14. 629 6302014-11-27 Mark Wielaard <[email protected]> 631 632 * configure.ac: Add --disable-textrelcheck. 633 6342014-10-06 Mark Wielaard <[email protected]> 635 636 * NEWS: New section 0.161. Add dwarf_peel_type. 637 6382014-08-25 Mark Wielaard <[email protected]> 639 640 * configure.ac: Set version to 0.160. 641 * NEWS: Add removal of DW_TAG_mutable_type, LZMA .ko.xz kernel 642 module support, ARM THUMB functions and ppc64le ELFv2 abi backends. 643 6442014-08-15 Mark Wielaard <[email protected]> 645 646 * NEWS: Add dwarf_cu_die. 647 6482014-08-15 Mark Wielaard <[email protected]> 649 650 * NEWS: Add dwarf_cu_getdwarf. 651 6522014-07-18 Mark Wielaard <[email protected]> 653 654 * configure.ac (AC_CHECK_TYPE): Test for struct user_regs_struct. 655 6562014-05-26 Mark Wielaard <[email protected]> 657 658 * NEWS: New section 0.160. Add unstrip --force. 659 6602014-05-17 Mark Wielaard <[email protected]> 661 662 * configure.ac: Set version to 0.159. 663 * NEWS: Add entries for version 0.159. 664 6652014-05-02 Mark Wielaard <[email protected]> 666 667 * NEWS: Add note about dwz support no longer being experimental and 668 new helper functions. 669 * configure.ac: Remove --enable-dwz. 670 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Remove --enable-dwz. 671 6722014-04-11 Mark Wielaard <[email protected]> 673 674 * Makefile.am (SUBDIRS): Add libdwelf. 675 * configure.ac (AC_CONFIG_FILES): Add libdwelf/Makefile. 676 * NEWS: Add note about libdwelf. 677 6782014-04-13 Mark Wielaard <[email protected]> 679 680 * configure.ac: Remove mudflap enable arg and MUDFLAP conditional. 681 6822014-01-21 Mark Wielaard <[email protected]> 683 684 * NEWS (Version 0.159): Add stack -i. 685 6862014-01-20 Mark Wielaard <[email protected]> 687 688 * NEWS (Version 0.159): New. Add stack -d. 689 6902014-01-03 Mark Wielaard <[email protected]> 691 692 * configure.ac: Set version to 0.158. 693 * NEWS: Add entries for version 0.158. 694 6952013-12-20 Mark Wielaard <[email protected]> 696 697 * NEWS (libdwfl): Add dwfl_getthread_frames. 698 (stack): New entry. 699 7002013-12-18 Mark Wielaard <[email protected]> 701 702 * NEWS (libdwfl): Add dwfl_module_getsym_info and 703 dwfl_module_addrinfo. 704 (addr2line): Add -x option. 705 7062013-12-17 Jan Kratochvil <[email protected]> 707 708 * NEWS (Version 0.158) (libdwfl): Added Dwfl_Thread_Callbacks, 709 Dwfl_Thread, Dwfl_Frame, dwfl_attach_state, dwfl_pid, dwfl_thread_dwfl, 710 dwfl_thread_tid, dwfl_frame_thread, dwfl_thread_state_registers, 711 dwfl_thread_state_register_pc, dwfl_getthreads, dwfl_thread_getframes 712 and dwfl_frame_pc. 713 7142013-12-16 Mark Wielaard <[email protected]> 715 716 * NEWS (libdwfl): Add dwfl_module_getsymtab_first_global. 717 7182013-12-09 Josh Stone <[email protected]> 719 720 * .gitignore: Add config/ar-lib, installed due to AM_PROG_AR. 721 7222013-12-02 Jan Kratochvil <[email protected]> 723 724 * configure.ac (CC_BIARCH): Remove AS_IF for it. 725 7262013-11-07 Jan Kratochvil <[email protected]> 727 728 * configure.ac: New AC_CHECK_SIZEOF for long. Call utrace_BIARCH, new 729 AC_SUBST for CC_BIARCH. 730 7312013-11-06 Mark Wielaard <[email protected]> 732 733 * configure.ac (--enable-dwz): Add AC_MSG_WARN when disabled but 734 local system does have /usr/lib/debug/.dwz. 735 7362013-11-06 Mark Wielaard <[email protected]> 737 738 * configure.ac (--enable-thread-safety): Add AC_MSG_WARN experimental 739 option. 740 7412013-11-01 Michael Forney <[email protected]> 742 743 * configure.ac: Call AM_PROG_AR and AC_CHECK_TOOL for readelf and nm. 744 7452013-10-30 Jan Kratochvil <[email protected]> 746 747 * NEWS (Version 0.158): New. 748 7492013-09-30 Mark Wielaard <[email protected]> 750 751 * NEWS: Update for readelf NT_SIGINFO and NT_FILE core notes. 752 7532013-09-27 Mark Wielaard <[email protected]> 754 755 * configure.ac: Set version to 0.157. 756 * NEWS: Add entries for version 0.157. 757 7582013-09-20 Mark Wielaard <[email protected]> 759 760 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-dwz. 761 7622013-07-25 Jan Kratochvil <[email protected]> 763 764 * configure.ac: Set version to 0.156. 765 7662013-07-19 Jan Kratochvil <[email protected]> 767 768 * NEWS: Remove bugfix only entries from Version 0.156. 769 7702013-07-18 Jan Kratochvil <[email protected]> 771 772 * NEWS: Add entries for Version 0.156. 773 7742013-04-28 Jan Kratochvil <[email protected]> 775 776 * NEWS (Version 0.156): New. 777 7782013-04-26 Mark Wielaard <[email protected]> 779 780 * configure.ac (AM_INIT_AUTOMAKE): Request parallel-tests. 781 7822013-04-25 Mark Wielaard <[email protected]> 783 784 * .gitignore: Add config/test-driver as installed by automake 1.13. 785 * configure.ac (AM_INIT_AUTOMAKE): Require at least automake 1.11. 786 7872012-10-01 Mark Wielaard <[email protected]> 788 789 * configure.ac: Add --enable-valgrind check. 790 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-valgrind. 791 7922012-08-27 Mark Wielaard <[email protected]> 793 794 * configure.ac: Set version to 0.155. 795 7962012-08-24 Mark Wielaard <[email protected]> 797 798 * configure.ac: Add --enable-dwz check, defaults to no. 799 8002012-07-24 Mark Wielaard <[email protected]> 801 802 * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD). 803 8042012-06-22 Mark Wielaard <[email protected]> 805 806 * configure.ac: Set version to 0.154. 807 8082012-01-24 Mark Wielaard <[email protected]> 809 810 * COPYING: Fix address. Updated version from gnulib. 811 8122012-01-23 Mark Wielaard <[email protected]> 813 814 * configure.ac: Set version to 0.153, update copyright years. 815 8162012-01-20 Roland McGrath <[email protected]> 817 818 * configure.ac: Handle --enable-deterministic-archives. 819 8202011-10-08 Roland McGrath <[email protected]> 821 822 * configure.ac (eu_version): Use sed instead of ${x/y/z} syntax. 823 Use POSIX.2 $((...)) syntax instead of $[...]. 824 Reported by Mike Frysinger <[email protected]>. 825 8262011-10-08 Mike Frysinger <[email protected]> 827 828 * configure.ac: Fix use of AC_ARG_ENABLE to handle $enableval correctly. 829 8302011-10-02 Ulrich Drepper <[email protected]> 831 832 * configure.ac: Check for __cxa_demangle in libstdc++. 833 8342011-02-08 Roland McGrath <[email protected]> 835 836 * configure.ac (C99 check): Use AC_LANG_SOURCE. 837 838 * configure.ac (ALL_LINGUAS): Remove variable, now obsolete. 839 8402010-09-13 Ulrich Drepper <[email protected]> 841 842 * configure.ac (ALL_LINGUAS): Add languages which have some 843 translations. 844 8452010-04-15 Roland McGrath <[email protected]> 846 847 * configure.ac (LOCALEDIR, DATADIRNAME): Removed. 848 8492009-09-21 Ulrich Drepper <[email protected]> 850 851 * configure.ac: Update for more modern autoconf. 852 8532009-08-26 Roland McGrath <[email protected]> 854 855 * configure.ac (zip_LIBS): Check for liblzma too. 856 8572009-04-19 Roland McGrath <[email protected]> 858 859 * configure.ac (eu_version): Round down here, not in version.h macros. 860 8612009-04-17 Roland McGrath <[email protected]> 862 863 * configure.ac (eu_version): Compute number 1000 times larger, 864 let $PACKAGE_VERSION be x.y.z as well as x.y (implied x.y.0). 865 8662009-01-23 Roland McGrath <[email protected]> 867 868 * configure.ac (zlib check): Check for gzdirect, need zlib >= 1.2.2.3. 869 870 * configure.ac (__thread check): Use AC_LINK_IFELSE, in case of 871 building with compiler support but no working runtime support. 872 8732009-01-22 Ulrich Drepper <[email protected]> 874 875 * Makefile.am (rpm): The tarball is now bzip2-compressed. 876 8772009-01-10 Ulrich Drepper <[email protected]> 878 879 * configure.ac: Require gcc with TLS support. 880 Rename USE_TLS to USE_LOCKS. The option is renamed to 881 --enable-thread-safety. 882 8832009-01-08 Roland McGrath <[email protected]> 884 885 * configure.ac (eu_ZIPLIB): Moved to m4/zip.am. 886 8872009-01-05 Roland McGrath <[email protected]> 888 889 * configure.ac (eu_ZIPLIB): New macro. 890 Use it to test for -lz, -lbz2, set .am ZLIB, BZLIB, zip_LIBS. 891 8922008-12-30 Ulrich Drepper <[email protected]> 893 894 * configure.ac: We need automake 1.8 now. 895 8962008-12-24 Roland McGrath <[email protected]> 897 898 * configure.ac: Use automake flags dist-bzip2 no-dist-gzip, 899 distribute only in .tar.bz2 form now. 900 9012008-12-16 Roland McGrath <[email protected]> 902 903 * Makefile.am (pkginclude_HEADERS): New variable, install version.h. 904 * configure.ac: Create it, substituting @eu_version@ with 905 PACKAGE_VERSION canonicalized to four digits of decimal. 906 9072008-08-25 Roland McGrath <[email protected]> 908 909 * configure.ac (--enable-tls): Set AM_CONDITIONAL USE_TLS too. 910 9112008-08-21 Roland McGrath <[email protected]> 912 913 * configure.ac (AH_BOTTOM): Emit #include <eu-config.h> and 914 move the contents to lib/eu-config.h instead of keeping them here. 915 9162007-12-20 Ulrich Drepper <[email protected]> 917 918 * configure.ac: Add support for --enable-debugpred. 919 Update likely/unlikely macros for it. 920 9212007-06-05 Ulrich Drepper <[email protected]> 922 923 * Makefile.am: Remove traces of mini builds. 924 * configure.ac: Don't use libelf-po/POTFILES.in as config file 925 anymore. 926 9272007-05-16 Roland McGrath <[email protected]> 928 929 * configure.ac (AM_INIT_AUTOMAKE): Use -Wno-portability. 930 9312006-11-02 Roland McGrath <[email protected]> 932 933 * Makefile.am (EXTRA_DIST): Add EXCEPTION file. 934 9352006-08-29 Roland McGrath <[email protected]> 936 937 * configure.ac: Use AM_MAINTAINER_MODE. 938 9392006-07-12 Ulrich Drepper <[email protected]> 940 941 * configure.ac (internal_function): Don't use internal visibility. 942 9432006-07-05 Ulrich Drepper <[email protected]> 944 945 * configure.ac: Add dummy automake conditional to get dependencies 946 for non-generic linker right. See src/Makefile.am. 947 9482005-11-18 Roland McGrath <[email protected]> 949 950 * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New variable. 951 9522005-11-16 Roland McGrath <[email protected]> 953 954 * configure.ac: Define HAVE_LIBASM and STANDALONE conditionals. 955 In config.h, define ELFUTILS_HEADER macro. 956 9572005-11-15 Roland McGrath <[email protected]> 958 959 * Makefile.am (all_SUBDIRS): Add backends. 960 * configure.ac: Write backends/Makefile. 961 962 * configure.ac: Add --enable-tests-rpath option. 963 9642005-09-16 Roland McGrath <[email protected]> 965 966 * configure.ac (ALLOW_UNALIGNED) [__ia64__ || __alpha__]: 967 Don't set it, since on IA64 you get error messages for unaligned 968 accesses, and on Alpha it's at least very slow. 969 9702005-08-29 Ulrich Drepper <[email protected]> 971 972 * configure.ac: Fix GCOV make condition generation. 973 9742005-08-28 Ulrich Drepper <[email protected]> 975 976 * configure.ac: Add --enable-gcov option. 977 9782005-08-06 Ulrich Drepper <[email protected]> 979 980 * configure.ac: Add --enable-gprof option. 981 9822005-07-27 Roland McGrath <[email protected]> 983 984 * Makefile.am (all_SUBDIRS): Put libdwfl before libdw. 985 9862005-07-21 Roland McGrath <[email protected]> 987 988 * configure.ac: Take --enable-libebl-subdir=DIR to set LIBEBL_SUBDIR. 989 9902005-06-01 Roland McGrath <[email protected]> 991 992 * Makefile.am (all_SUBDIRS): Add libdwfl. 993 * configure.ac: Write libdwfl/Makefile. 994 9952005-05-19 Roland McGrath <[email protected]> 996 997 * configure.ac [AH_BOTTOM] (INTDECL, _INTDECL): New macros. 998 9992005-05-10 Ulrich Drepper <[email protected]> 1000 1001 * configure.ac: Define MODVERSION in config.h. 1002 10032005-02-22 Ulrich Drepper <[email protected]> 1004 1005 * Makefile.am (all_SUBDIRS): Don't add doc subdir for now. 1006 * configure.ac: Don't use doc subdir for now. 1007 10082005-02-15 Ulrich Drepper <[email protected]> 1009 1010 * configure.ac: Remove AM_GNU_GETTEXT use. Use only AM_PO_SUBDIRS. 1011 10122005-02-06 Ulrich Drepper <[email protected]> 1013 1014 * configure.ac (AM_INIT_AUTOMAKE): Removed dist-bzip2. 1015 1016 * Makefile.am (EXTRA_DIST): Remove splint.rc. 1017 * splint.rc: Removed. 1018 10192004-09-25 Ulrich Drepper <[email protected]> 1020 1021 * configure.ac: Make compile with gcc 4.0. 1022 10232004-03-06 Ulrich Drepper <[email protected]> 1024 1025 * configure.ac: Use AS_HELP_STRING where applicable. 1026 10272004-01-23 Ulrich Drepper <[email protected]> 1028 1029 * configure.ac: Check for C99 compiler. 1030 1031 * configure.ac: Change locking macros in config.h to at least 1032 evaluate the parameter. Define base_cpu to none for generic linker. 1033 10342004-01-21 Ulrich Drepper <[email protected]> 1035 1036 * configure.ac: Print error message in case --disable-generic is 1037 used if no linker support for the architecture is available. 1038 10392004-01-18 Ulrich Drepper <[email protected]> 1040 1041 * configure.ac: Dont generate libebl-po/Makefile.in, 1042 libdw-po/Makefile.in, libasm-po/Makefile.in. 1043 1044 * Makefile.am (all_SUBDIRS): Remove libebl-po, libdw-po, libasm-po. 1045 10462004-01-17 Ulrich Drepper <[email protected]> 1047 1048 * configure.ac: Pretty printing of help message. 1049 1050 * configure.ac: Move AC_SYS_LARGEFILE test to the front. 1051 1052 * configure.ac: Add --enable-mudflap option. 1053 10542004-01-17 Ulrich Drepper <[email protected]> 1055 1056 * configure.ac: Major cleanups. Use aux dir. 1057 * config.guess: Moved to new config subdir. 1058 * config.rpath: Likewise. 1059 * config.sub: Likewise. 1060 * depcomp: Likewise. 1061 * install-sh: Likewise. 1062 * missing: Likewise. 1063 * mkinstalldirs: Likewise. 1064 * Makefile.am (mini_SUBDIRS): Add config. 1065 (EXTRA_DIST): Remove config.rpath. 1066 1067 * configure.ac: Add AC_REVISION. 1068 1069 * configure.ac: Add --enable-mudflap option. 1070 10712004-01-11 Ulrich Drepper <[email protected]> 1072 1073 * configure.ac: Drop libdwarf directory. Add libdw-po. 1074 * Makefile.am (all_SUBDIRS): Likewise. 1075 * elfutils.spec: Don't distribute anything from libdwarf. 1076 10772004-01-05 Ulrich Drepper <[email protected]> 1078 1079 * Makefile.am: Support separate libelf built. 1080 1081 * elfutils.spec.in: Create separata elfutils-libelf-devel package. 1082 Install libdw DSOs. 1083 1084 * configure.ac (AC_CONFIG_SRCDIR): Use libelf/libelf.h as the file 1085 name. 1086 10872003-08-13 Ulrich Drepper <[email protected]> 1088 1089 * elfutils.spec.in: Remove references to libebl.so. 1090 10912003-08-11 Ulrich Drepper <[email protected]> 1092 1093 * Moved to CVS archive. 1094 10952000-08-25 Ulrich Drepper <[email protected]> 1096 1097 * The beginning. See the NEWS file for the time being. 1098