Roland McGrath | 47c5c35 | 2008-02-29 10:17:16 +0000 | [diff] [blame] | 1 | Version 0.133: |
| 2 | |
| 3 | readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A) |
| 4 | |
| 5 | readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV |
| 6 | |
| 7 | libdwfl: bug fixes and optimization in relocation handling |
| 8 | |
| 9 | elfcmp: bug fix for non-allocated section handling |
| 10 | |
Ulrich Drepper | 1c5928d | 2008-03-01 18:34:56 +0000 | [diff] [blame^] | 11 | ld: implement newer features of binutils linker. |
| 12 | |
Ulrich Drepper | 28a0c61 | 2008-01-21 18:57:48 +0000 | [diff] [blame] | 13 | Version 0.132: |
| 14 | |
| 15 | libcpu: Implement x86 and x86-64 disassembler. |
| 16 | libasm: Add interface for disassembler. |
| 17 | |
| 18 | all programs: add debugging of branch prediction. |
| 19 | |
| 20 | libelf: new function elf_scnshndx. |
| 21 | |
Roland McGrath | 478a960 | 2007-11-08 00:59:30 +0000 | [diff] [blame] | 22 | Version 0.131: |
| 23 | |
| 24 | libdw: DW_FORM_ref_addr support; dwarf_formref entry point now deprecated; |
| 25 | bug fixes for oddly-formatted DWARF |
| 26 | |
| 27 | libdwfl: bug fixes in offline archive support, symbol table handling; |
| 28 | apply partial relocations for dwfl_module_address_section on ET_REL |
| 29 | |
| 30 | libebl: powerpc backend support for Altivec registers |
| 31 | |
Roland McGrath | c76f0b0 | 2007-09-27 07:31:33 +0000 | [diff] [blame] | 32 | Version 0.130: |
| 33 | |
| 34 | readelf: -p option can take an argument like -x for one section, |
Roland McGrath | 59ea7f3 | 2007-10-04 08:50:09 +0000 | [diff] [blame] | 35 | or no argument (as before) for all SHF_STRINGS sections; |
Ulrich Drepper | b597dfa | 2007-10-16 05:21:27 +0000 | [diff] [blame] | 36 | new option --archive-index (or -c); |
| 37 | improved -n output for core files, on many machines |
Roland McGrath | 59ea7f3 | 2007-10-04 08:50:09 +0000 | [diff] [blame] | 38 | |
| 39 | libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk; |
| 40 | new functions gelf_getnote, gelf_getauxv, gelf_update_auxv |
| 41 | |
| 42 | readelf, elflint: handle SHT_NOTE sections without requiring phdrs |
| 43 | |
Ulrich Drepper | b597dfa | 2007-10-16 05:21:27 +0000 | [diff] [blame] | 44 | elflint: stricter checks on debug sections |
| 45 | |
Roland McGrath | 59ea7f3 | 2007-10-04 08:50:09 +0000 | [diff] [blame] | 46 | libdwfl: new functions dwfl_build_id_find_elf, dwfl_build_id_find_debuginfo, |
| 47 | dwfl_module_build_id, dwfl_module_report_build_id; |
| 48 | support dynamic symbol tables found via phdrs; |
| 49 | dwfl_standard_find_debuginfo now uses build IDs when available |
| 50 | |
| 51 | unstrip: new option --list (or -n) |
Roland McGrath | c76f0b0 | 2007-09-27 07:31:33 +0000 | [diff] [blame] | 52 | |
Ulrich Drepper | b597dfa | 2007-10-16 05:21:27 +0000 | [diff] [blame] | 53 | libebl: backend improvements for sparc, alpha, powerpc |
| 54 | |
Roland McGrath | 60fc84c | 2007-08-03 21:59:15 +0000 | [diff] [blame] | 55 | Version 0.129: |
| 56 | |
| 57 | readelf: new options --hex-dump (or -x), --strings (or -p) |
| 58 | |
| 59 | addr2line: new option --symbols (or -S) |
| 60 | |
Roland McGrath | 4be1524 | 2007-04-25 03:09:33 +0000 | [diff] [blame] | 61 | Version 0.128: |
| 62 | |
| 63 | new program: unstrip |
| 64 | |
| 65 | elfcmp: new option --hash-inexact |
| 66 | |
Ulrich Drepper | a1090f8 | 2007-03-30 19:16:14 +0000 | [diff] [blame] | 67 | Version 0.127: |
Ulrich Drepper | 6258e74 | 2007-03-13 06:22:40 +0000 | [diff] [blame] | 68 | |
Roland McGrath | 43da989 | 2007-04-16 23:13:37 +0000 | [diff] [blame] | 69 | libdw: new function dwarf_getsrcdirs |
| 70 | |
Ulrich Drepper | f527aa8 | 2007-04-19 04:15:00 +0000 | [diff] [blame] | 71 | libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add, |
| 72 | dwfl_module_address_section |
Ulrich Drepper | 6258e74 | 2007-03-13 06:22:40 +0000 | [diff] [blame] | 73 | |
Ulrich Drepper | ce0bdb6 | 2007-02-05 07:13:52 +0000 | [diff] [blame] | 74 | Version 0.126: |
| 75 | |
| 76 | new program: ar |
| 77 | |
Ulrich Drepper | 56bc0b8 | 2006-12-18 22:38:08 +0000 | [diff] [blame] | 78 | Version 0.125: |
| 79 | |
| 80 | elflint: Compare DT_GNU_HASH tests. |
| 81 | |
| 82 | move archives into -static RPMs |
| 83 | |
| 84 | libelf, elflint: better support for core file handling |
| 85 | |
Roland McGrath | c373d85 | 2006-10-10 00:25:21 +0000 | [diff] [blame] | 86 | Version 0.124: |
| 87 | |
| 88 | libebl: sparc backend support for return value location |
| 89 | |
| 90 | libebl, libdwfl: backend register name support extended with more info |
| 91 | |
| 92 | libelf, libdw: bug fixes for unaligned accesses on machines that care |
| 93 | |
| 94 | readelf, elflint: trivial bugs fixed |
| 95 | |
Roland McGrath | 1dee360 | 2006-08-15 01:57:03 +0000 | [diff] [blame] | 96 | Version 0.123: |
| 97 | |
| 98 | libebl: Backend build fixes, thanks to Stepan Kasal. |
| 99 | |
| 100 | libebl: ia64 backend support for register names, return value location |
| 101 | |
| 102 | libdwfl: Handle truncated linux kernel module section names. |
| 103 | |
| 104 | libdwfl: Look for linux kernel "vmlinux" files with ".debug" suffix. |
| 105 | |
| 106 | elflint: Fix checks to permit --hash-style=gnu format. |
| 107 | |
Ulrich Drepper | 28ed895 | 2006-07-07 03:43:47 +0000 | [diff] [blame] | 108 | Version 0.122: |
| 109 | |
Ulrich Drepper | cc41562 | 2006-07-12 19:42:23 +0000 | [diff] [blame] | 110 | libebl: add function to test for relative relocation |
Ulrich Drepper | 28ed895 | 2006-07-07 03:43:47 +0000 | [diff] [blame] | 111 | |
| 112 | elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks |
| 113 | |
| 114 | elflint, readelf: add support for DT_GNU_HASH |
| 115 | libelf: add elf_gnu_hash |
| 116 | |
| 117 | elflint, readelf: add support for 64-bit SysV-style hash tables |
| 118 | |
Ulrich Drepper | cc41562 | 2006-07-12 19:42:23 +0000 | [diff] [blame] | 119 | libdwfl: new functions dwfl_module_getsymtab, dwfl_module_getsym. |
| 120 | |
Ulrich Drepper | d9a8712 | 2006-05-28 08:00:33 +0000 | [diff] [blame] | 121 | Version 0.121: |
| 122 | |
| 123 | libelf: bug fixes for rewriting existing files when using mmap. |
| 124 | |
| 125 | make all installed headers usable in C++ code. |
| 126 | |
| 127 | readelf: better output format. |
| 128 | |
Ulrich Drepper | 6ca4600 | 2006-06-12 22:40:23 +0000 | [diff] [blame] | 129 | elflint: fix tests of dynamic section content. |
| 130 | |
| 131 | ld: Implement --as-needed, --execstack, PT_GNU_STACK. Many small patches. |
| 132 | |
Ulrich Drepper | d9a8712 | 2006-05-28 08:00:33 +0000 | [diff] [blame] | 133 | libdw, libdwfl: handle files without aranges info. |
| 134 | |
Ulrich Drepper | 361df7d | 2006-04-04 21:38:57 +0000 | [diff] [blame] | 135 | Version 0.120: |
| 136 | |
| 137 | Bug fixes. |
| 138 | |
| 139 | dwarf.h updated for DWARF 3.0 final specification. |
| 140 | |
| 141 | libdwfl: New function dwfl_version. |
| 142 | |
Ulrich Drepper | 82c345d | 2006-04-04 22:07:54 +0000 | [diff] [blame] | 143 | The license is now GPL for most files. The libelf, libebl, libdw, |
| 144 | and libdwfl libraries have additional exceptions. Add reference to |
| 145 | OIN. |
| 146 | |
tailor | 808b412 | 2006-01-13 18:50:48 +0000 | [diff] [blame] | 147 | Version 0.119: |
| 148 | |
| 149 | bug fixes |
| 150 | |
Ulrich Drepper | 607e054 | 2005-12-04 15:51:06 +0000 | [diff] [blame] | 151 | Version 0.118: |
| 152 | |
| 153 | elflint: more tests. |
| 154 | |
Roland McGrath | 994b489 | 2005-12-05 22:46:21 +0000 | [diff] [blame] | 155 | libdwfl: New function dwfl_module_register_names. |
| 156 | |
| 157 | libebl: New backend hook for register names. |
| 158 | |
Roland McGrath | 37ecca7 | 2005-11-18 01:42:03 +0000 | [diff] [blame] | 159 | Version 0.117: |
| 160 | |
| 161 | libdwfl: New function dwfl_module_return_value_location. |
| 162 | |
| 163 | libebl: Backend improvements for several CPUs. |
| 164 | |
Roland McGrath | 07d4f2f | 2005-10-28 06:56:24 +0000 | [diff] [blame] | 165 | Version 0.116: |
| 166 | |
| 167 | libdw: New functions dwarf_ranges, dwarf_entrypc, dwarf_diecu, |
Roland McGrath | 6724c90 | 2005-10-28 07:07:19 +0000 | [diff] [blame] | 168 | dwarf_entry_breakpoints. Removed Dwarf_Func type and functions |
| 169 | dwarf_func_name, dwarf_func_lowpc, dwarf_func_highpc, |
| 170 | dwarf_func_entrypc, dwarf_func_die; dwarf_getfuncs callback now uses |
| 171 | Dwarf_Die, and dwarf_func_file, dwarf_func_line, dwarf_func_col |
| 172 | replaced by dwarf_decl_file, dwarf_decl_line, dwarf_decl_column; |
| 173 | dwarf_func_inline, dwarf_func_inline_instances now take Dwarf_Die. |
| 174 | Type Dwarf_Loc renamed to Dwarf_Op; dwarf_getloclist, |
| 175 | dwarf_addrloclists renamed dwarf_getlocation, dwarf_getlocation_addr. |
Roland McGrath | 07d4f2f | 2005-10-28 06:56:24 +0000 | [diff] [blame] | 176 | |
Roland McGrath | c94e47d | 2005-08-27 10:37:20 +0000 | [diff] [blame] | 177 | Version 0.115: |
| 178 | |
Ulrich Drepper | fbe998a | 2005-08-29 16:27:10 +0000 | [diff] [blame] | 179 | libelf: speed-ups of non-mmap reading. |
| 180 | |
| 181 | strings: New program. |
| 182 | |
| 183 | Implement --enable-gcov option for configure. |
| 184 | |
Roland McGrath | c94e47d | 2005-08-27 10:37:20 +0000 | [diff] [blame] | 185 | libdw: New function dwarf_getscopes_die. |
| 186 | |
Ulrich Drepper | 5d83229 | 2005-08-15 21:36:27 +0000 | [diff] [blame] | 187 | Version 0.114: |
| 188 | |
| 189 | libelf: new function elf_getaroff |
| 190 | |
Roland McGrath | a5c2643 | 2005-08-18 23:41:56 +0000 | [diff] [blame] | 191 | libdw: Added dwarf_func_die, dwarf_func_inline, dwarf_func_inline_instances. |
| 192 | |
Roland McGrath | 7c77729 | 2005-08-24 18:53:53 +0000 | [diff] [blame] | 193 | libdwfl: New functions dwfl_report_offline, dwfl_offline_section_address, |
| 194 | dwfl_linux_kernel_report_offline. |
| 195 | |
Ulrich Drepper | 5d83229 | 2005-08-15 21:36:27 +0000 | [diff] [blame] | 196 | ranlib: new program |
| 197 | |
Ulrich Drepper | 637963b | 2005-08-07 05:33:07 +0000 | [diff] [blame] | 198 | Version 0.113: |
| 199 | |
| 200 | elflint: relax a bit. Allow version definitions for defined symbols against |
| 201 | DSO versions also for symbols in nobits sections. Allow .rodata section |
| 202 | to have STRINGS and MERGE flag set. |
| 203 | |
Roland McGrath | 1c83bf1 | 2005-08-11 07:03:55 +0000 | [diff] [blame] | 204 | strip: add some more compatibility with binutils. |
| 205 | |
Ulrich Drepper | c911c9e | 2005-08-02 16:07:42 +0000 | [diff] [blame] | 206 | Version 0.112: |
| 207 | |
| 208 | elfcmp: some more relaxation. |
| 209 | |
Ulrich Drepper | dbace23 | 2005-08-06 01:37:23 +0000 | [diff] [blame] | 210 | elflint: many more tests, especially regarding to symbol versioning. |
Ulrich Drepper | 41de488 | 2005-08-03 00:02:56 +0000 | [diff] [blame] | 211 | |
| 212 | libelf: Add elfXX_offscn and gelf_offscn. |
| 213 | |
Ulrich Drepper | a38998e | 2005-08-03 02:05:39 +0000 | [diff] [blame] | 214 | libasm: asm_begin interface changes. |
| 215 | |
| 216 | libebl: Add three new interfaces to directly access machine, class, and |
| 217 | data encoding information. |
| 218 | |
Ulrich Drepper | 8a68774 | 2005-08-03 02:24:12 +0000 | [diff] [blame] | 219 | objdump: New program. Just the beginning. |
| 220 | |
Ulrich Drepper | 7018915 | 2005-07-28 21:31:36 +0000 | [diff] [blame] | 221 | Version 0.111: |
| 222 | |
| 223 | libdw: now contains all of libdwfl. The latter is not installed anymore. |
| 224 | |
| 225 | elfcmp: little usability tweak, name and index of differing section is printed. |
| 226 | |
Ulrich Drepper | b08d5a8 | 2005-07-26 05:00:05 +0000 | [diff] [blame] | 227 | Version 0.110: |
| 228 | |
Roland McGrath | 1c83bf1 | 2005-08-11 07:03:55 +0000 | [diff] [blame] | 229 | libelf: fix a number of problems with elf_update |
Ulrich Drepper | b08d5a8 | 2005-07-26 05:00:05 +0000 | [diff] [blame] | 230 | |
| 231 | elfcmp: fix a few bugs. Compare gaps. |
| 232 | |
| 233 | Fix a few PLT problems and mudflap build issues. |
| 234 | |
| 235 | libebl: Don't expose Ebl structure definition in libebl.h. It's now private. |
| 236 | |
| 237 | Version 0.109: |
| 238 | |
| 239 | libebl: Check for matching modules. |
| 240 | |
| 241 | elflint: Check that copy relocations only happen for OBJECT or NOTYPE symbols. |
| 242 | |
| 243 | elfcmp: New program. |
| 244 | |
| 245 | libdwfl: New library. |
| 246 | |
| 247 | Version 0.108: |
| 248 | |
| 249 | strip: fix bug introduced in last change |
| 250 | |
| 251 | libdw: records returned by dwarf_getsrclines are now sorted by address |
| 252 | |
| 253 | Version 0.107: |
| 254 | |
| 255 | readelf: improve DWARF output format |
| 256 | |
| 257 | strip: support Linux kernel modules |
| 258 | |
| 259 | Version 0.106: |
| 260 | |
| 261 | libdw: Updated dwarf.h from DWARF3 spec |
| 262 | libdw: add new funtions dwarf_func_entrypc, dwarf_func_file, dwarf_func_line, |
| 263 | dwarf_func_col, dwarf_getsrc_file |
| 264 | |
| 265 | Version 0.105: |
| 266 | |
| 267 | addr2line: New program |
| 268 | |
| 269 | libdw: add new functions: dwarf_addrdie, dwarf_macro_*, dwarf_getfuncs, |
| 270 | dwarf_func_*. |
| 271 | |
| 272 | findtextrel: use dwarf_addrdie |
| 273 | |
| 274 | Version 0.104: |
| 275 | |
| 276 | findtextrel: New program. |
| 277 | |
| 278 | Version 0.103: |
| 279 | |
| 280 | libdw: Fix using libdw.h with gcc < 4 and C++ code. Compiler bug. |
| 281 | |
| 282 | Version 0.102: |
| 283 | |
| 284 | More Makefile and spec file cleanups. |
| 285 | |
| 286 | Version 0.101: |
| 287 | |
| 288 | Remove most gettext autoconf handling. |
| 289 | |
| 290 | Add more warnings |
| 291 | |
| 292 | Fix resulting problems. One actual bug found and fixed this way |
| 293 | |
| 294 | Version 0.100: |
| 295 | |
| 296 | libebl: Fix x86-64 relocations. |
| 297 | |
| 298 | Add -Wunused -Wextra warnings. |
| 299 | |
| 300 | Some cleanups resulting from those additional warnings. |
| 301 | |
| 302 | Lots of Makefile cleanup. |
| 303 | |
| 304 | Version 0.99: |
| 305 | |
| 306 | libelf: add gelf_checksum prototype to <libelf.h> |
| 307 | |
| 308 | libelf: fix elf*_checksum handling of NOBITS sections |
| 309 | |
| 310 | Finish mudflap support. |
| 311 | |
| 312 | Fix three bugs found by mudflap. |
| 313 | |
| 314 | ld: add as_needed support |
| 315 | |
| 316 | Version 0.98: |
| 317 | |
| 318 | readelf: in section to segment mapping, indicate read-only sections. |
| 319 | |
| 320 | elflint: more relaxation for GNU ld |
| 321 | |
| 322 | Version 0.97: |
| 323 | |
| 324 | Fix compiling with gcc 4.0. |
| 325 | Some tests called elflint without appropriate LD_LIBRARY_PATH. |
| 326 | |
| 327 | Version 0.96: |
| 328 | |
| 329 | Fix support for platforms with lib64. |
| 330 | |
| 331 | Version 0.95: |
| 332 | |
| 333 | libebl: add ppc and ppc64 support |
| 334 | |
| 335 | readelf: fix minimal memory leak. |
| 336 | |
| 337 | Add support to compile with mudflap. |
| 338 | |
| 339 | Modernize configure.ac. Move scripts in config subdir. |
| 340 | |
| 341 | Modernize *-po directory infrastructure. |
| 342 | |
| 343 | libelf: Add gelf_getlib and gelf_update_lib |
| 344 | |
| 345 | readelf: print liblist sections |
| 346 | |
| 347 | Version 0.94: |
| 348 | |
| 349 | Fix some minimal build problems. |
| 350 | |
| 351 | Version 0.93: |
| 352 | |
| 353 | ibdw: tons of new functionality and bug fixes. Several interface changes. |
| 354 | |
| 355 | readelf: use libdw now. |
| 356 | |
| 357 | libdwarf: removed completely. |
| 358 | |
| 359 | Version 0.92: |
| 360 | |
| 361 | configuration changes. |
| 362 | |
| 363 | Version 0.91: |
| 364 | |
| 365 | libdw: fix memory handling. Implement source line handling. |
| 366 | nm: use libdw instead of libdwarf. |
| 367 | libelf: change to GPL from OSL1 for now. |
| 368 | |
| 369 | Version 0.90: |
| 370 | |
| 371 | libebl: Recognize a few more section types and dynamic tags and return |
| 372 | approriate strings. |
| 373 | |
| 374 | Version 0.89: |
| 375 | |
| 376 | strip: fix overwriting of symbol table in input file. |
| 377 | |
| 378 | Version 0.88: |
| 379 | |
| 380 | libebl: Add some ia64 bits. |
| 381 | |
| 382 | Version 0.87: |
| 383 | |
| 384 | Bug fixes for big endian and some 64-bit machines. |
| 385 | |
| 386 | Version 0.86: |
| 387 | |
| 388 | strip: fix handling of Alpha and s390x which use incorrect hash bucket sizes. |
| 389 | |
| 390 | ld: tons of changes, moving towards usability. |
| 391 | |
| 392 | Version 0.85: |
| 393 | |
| 394 | strip: update section group symbol index if the associated symbol table changed |
| 395 | |
| 396 | libelf: fix two problems with generating output not via mmap |
| 397 | |
| 398 | elflint: add probably 10-15 more tests |
| 399 | libebl: add support for some of the new tests |
| 400 | |
| 401 | ld: gazillion changes |
| 402 | |
| 403 | Version 0.84: |
| 404 | |
| 405 | elflint: deal with .rel.dyn section. Fix a problem with rela platforms. |
| 406 | Handle PT_GNU_STACK. Change to write messages to stdout. |
| 407 | |
| 408 | readelf: fix a problem with version information in the symbol table output. |
| 409 | |
| 410 | strip: update all version symbol table entries |
| 411 | |
| 412 | Version 0.83: |
| 413 | |
| 414 | size: fix a warning |
| 415 | |
| 416 | strip: last changed caused problems when the symbol table is before the |
| 417 | relocation section. Fixed. This fix also improved the asymptotic |
| 418 | behavior if many symbol table sections are present. |
| 419 | |
| 420 | Version 0.82: |
| 421 | |
| 422 | Run strip tests with the correct libelf and libebl. |
| 423 | |
| 424 | libelf: fix bug in verneed byte order changing code. |
| 425 | |
| 426 | Version 0.81: |
| 427 | |
| 428 | strip: Remove unused symbol table entries. This might require updating |
| 429 | various other sections. |
| 430 | |
| 431 | Version 0.80: |
| 432 | |
| 433 | Fix some libelf problems with ET_REL files. |
| 434 | |
| 435 | Version 0.79: |
| 436 | |
| 437 | More warning changes, mainly by jbj. |
| 438 | |
| 439 | libdw: yet more new code. dwarf_child and dwarf_sibling should now actually |
| 440 | work. |
| 441 | |
| 442 | Version 0.78: |
| 443 | |
| 444 | libdw: 10+ new functions. get-pubnames2 works now fully. Almost all the |
| 445 | code needed for nm is in place. |
| 446 | |
| 447 | Version 0.77: |
| 448 | |
| 449 | cleanups to compile cleanly with gcc 3.3 and -Werror. |
| 450 | |
| 451 | libdw: some new code. |
| 452 | |
| 453 | Version 0.76: |
| 454 | |
| 455 | libebl: Fix last patch to recognize relocation sections. We must not |
| 456 | use the name. |
| 457 | |
| 458 | Version 0.75: |
| 459 | |
| 460 | libebl: .debug_ranges is a DWARF 3 debug section |
| 461 | libebl: recognize relocation sections for debug section |
| 462 | Patches by Jakub Jelinek. |
| 463 | |
| 464 | Version 0.74: |
| 465 | |
| 466 | Cleanups and more SPARC support by Tom Callaway <tcallaway@redhat.com>. |
| 467 | |
| 468 | Version 0.73: |
| 469 | |
| 470 | 64-bit cleanups for the programs. |
| 471 | |
| 472 | Version 0.72: |
| 473 | |
| 474 | libelf: and yet more fun with endian tranformation at output time. |
| 475 | |
| 476 | Version 0.71: |
| 477 | |
| 478 | libelf: more fun with endian tranformation at output time. Add test for it. |
| 479 | |
| 480 | Version 0.70: |
| 481 | |
| 482 | libelf: Two little bugs left from previous patch to handle section output |
| 483 | order. |
| 484 | |
| 485 | libelf: add unlikely in some more places. |
| 486 | |
| 487 | Version 0.69: |
| 488 | |
| 489 | libelf: fix output routines to handle case where section indeces and |
| 490 | ordre in the output file don't match correctly. Patch by Jakub. |
| 491 | |
| 492 | elflint: fix test of note section content for 64-bit platforms and files |
| 493 | with different byte order. |
| 494 | |
| 495 | Version 0.68: |
| 496 | |
| 497 | libebl: Fix SH_ENTSIZE_HASH definition (patch by Jakub) |
| 498 | |
| 499 | Version 0.67: |
| 500 | |
| 501 | libelf: correct mistake in error string handling. |
| 502 | |
| 503 | libelf: Implement ELF_F_PERMISSIVE. |
| 504 | strip: Implement --permissive option. |
| 505 | |
| 506 | Version 0.66: |
| 507 | |
| 508 | strip: Implement -g option. |
| 509 | |
| 510 | libelf: Handle broken hash table entry sizes. |
| 511 | |
| 512 | libebl: New function ebl_debugscn_p. Use it where appropriate. |
| 513 | |
| 514 | Version 0.65: |
| 515 | |
| 516 | libelf: Use correct file size for NOBITS section with ELF_F_LAYOUT set |
| 517 | |
| 518 | Version 0.64: |
| 519 | |
| 520 | libelf: Make error handling more robust. |
| 521 | libelf: Use TLS in error handler if configured with --enable-tls |
| 522 | |
| 523 | tests: input files are now distributed, not uuencoded in the shell scripts |
| 524 | |
| 525 | libdw: implement error handling, dwarf_get_pubnames |
| 526 | |
| 527 | Version 0.63: |
| 528 | |
| 529 | Build (incomplete) libdw. |
| 530 | |
| 531 | Version 0.62: |
| 532 | |
| 533 | Get rid of libtool. |
| 534 | |
| 535 | Version 0.61: |
| 536 | |
| 537 | Fix URL of OSL. |
| 538 | |
| 539 | Version 0.60: |
| 540 | |
| 541 | libebl: Handle .gnu.warning.* sections correctly. |
| 542 | |
| 543 | size: Implement -t option. |
| 544 | |
| 545 | libebl: Add IA-64 support. |
| 546 | libebl: Update SH relocations. |
| 547 | libebl: Add Alpha support. |
| 548 | libebl: Add Arm support. |
| 549 | libebl: Add support for all currently known architecture to the loader. |
| 550 | |
| 551 | Version 0.59: |
| 552 | |
| 553 | nm: Implement -S option. Correct portable output format. Implement -s option. |
| 554 | |
| 555 | libelf: Take offset of archive into account in elf_rand. |
| 556 | |
| 557 | Version 0.58: |
| 558 | |
| 559 | strip: fix handling of ET_REL files. |
| 560 | Add tests for strip. |
| 561 | |
| 562 | Version 0.57: |
| 563 | |
| 564 | strip: respect layout of input file |
| 565 | |
| 566 | Version 0.56: |
| 567 | |
| 568 | strip: handle files with large number of sections. |
| 569 | |
| 570 | Version 0.55: |
| 571 | |
| 572 | libelf: quite a few bug fixes by Alex Larsson. |
| 573 | |
| 574 | strip: implement -f option to place stripped sections into a separate |
| 575 | file. By Alex Larsson. |
| 576 | |
| 577 | Version 0.54: |
| 578 | |
| 579 | strip: don't let STT_SECTION symbols keeps sections from being removed |
| 580 | |
| 581 | elflint: local symbols are allowed in .dynsym |
| 582 | elflint: special case .rel.dyn a bit |
| 583 | |
| 584 | Version 0.53: |
| 585 | |
| 586 | elflint: check types and flags of special sections defined in gABI |
| 587 | |
| 588 | libebl: add x86-64 support |
| 589 | |
| 590 | Version 0.52: |
| 591 | |
| 592 | Start improvement of debug info handling in nm. |
| 593 | |
| 594 | libasm: implement asm_adduleb128 and asm_addsleb128 and a test for them |
| 595 | |
| 596 | Version 0.51: |
| 597 | |
| 598 | Fix build on 64-bit platforms. |
| 599 | |
| 600 | Version 0.50: |
| 601 | |
| 602 | nm: print file/line number also for local symbols |
| 603 | |
| 604 | use versions scripts not libtool's useless -export-symbols option |
| 605 | |
| 606 | Version 0.49: |
| 607 | |
| 608 | Update to autoconf 2.54 and automake 1.7. |
| 609 | |
| 610 | elflint: check note sections |
| 611 | |
| 612 | libdwarf: a number of bug fixes |
| 613 | |
| 614 | readelf: print .debug_info section content |
| 615 | |
| 616 | dwarf.h: Update from draft 7 |
| 617 | |
| 618 | Version 0.48: |
| 619 | |
| 620 | libcpu: beginning |
| 621 | |
| 622 | libelf: new function to read parts of the ELF file |
| 623 | |
| 624 | libebl: support for note section handling |
| 625 | |
| 626 | readelf: dump note sections |
| 627 | |
| 628 | Version 0.47: |
| 629 | |
| 630 | libelf: fix little new section-handling related bugs in elf_getshstrndx |
| 631 | and elf_nextscn |
| 632 | |
| 633 | elflint: tests for mandatory content of dynamic section |
| 634 | |
| 635 | libasm: better handling of absolute symbols |
| 636 | |
| 637 | Version 0.46: |
| 638 | |
| 639 | libasm: rewrite to store Elf_Scn* instead of indices |
| 640 | |
| 641 | nm: finish many-section support |
| 642 | |
| 643 | nm: use debug in to print file/line info in sysv format |
| 644 | |
| 645 | libdwarf: fix a few bugs in DIE handling |
| 646 | |
| 647 | Version 0.45: |
| 648 | |
| 649 | libelf: major rewrite to keep Elf_Scn references valid until elf_end |
| 650 | |
| 651 | Version 0.44: |
| 652 | |
| 653 | libasm: Add support for bss, ABS, and COM sections. |
| 654 | |
| 655 | libebl: ebl_section_name takes now two index arguments to distinguish |
| 656 | between special sections and extended sections |
| 657 | |
| 658 | Version 0.43: |
| 659 | |
| 660 | General: fix a few problem gcc 3.1 had with the code. |
| 661 | |
| 662 | libelf: implement {gelf,elf32,elf64}_checksum |
| 663 | |
| 664 | libelf: optimze DSO: fewer relocations, fewer PLTs |
| 665 | |
| 666 | add msg_tst test |
| 667 | |
| 668 | ld: use correct section header string table index; write correct index |
| 669 | |
| 670 | add dependencies for *.sym files |
| 671 | |
| 672 | Version 0.42: |
| 673 | |
| 674 | libelf: add elf_getshnum and elf_getshstrndx |
| 675 | |
| 676 | libebl: update section type name function |
| 677 | |
| 678 | elflint: tons of fixes wrt large number of sections. New tests in this area. |
| 679 | Same amount of other bug fixes. |
| 680 | |
| 681 | size, strip, nm: better support for large number of sections. Including |
| 682 | using correct section header string table |
| 683 | |
| 684 | libasm: correctly create data structures for large number of sections |
| 685 | |
| 686 | new tests asm-tst4 and asm-tst5 to check large number of sections |
| 687 | |
| 688 | libasm: implement section group generation |
| 689 | |
| 690 | elflint: more tests on section groups. Improve performance on existing |
| 691 | section group tests |
| 692 | |
| 693 | Version 0.41: |
| 694 | |
| 695 | ld: add undefined symbols to dynamic symbol table if --export-dynamic is |
| 696 | not given |
| 697 | |
| 698 | ld: fix value of e_entry |
| 699 | |
| 700 | Version 0.40: |
| 701 | |
| 702 | elflint: print section names in error messages |
| 703 | |
| 704 | elflint: mustn't warn about multiple DT_NULL |
| 705 | |
| 706 | ld: don't emit all symbols if --export-dynamic is not given |
| 707 | |
| 708 | ld: correct compute symbol address in output file (section index was off by 1) |
| 709 | |
| 710 | ld: generate correct version info in dynsym without --export-dynamic and |
| 711 | in symtab |
| 712 | |
| 713 | Version 0.39: |
| 714 | |
| 715 | Fix check of various e_*size entries in elflint. |
| 716 | |
| 717 | Handle text output in asm_newsym. |
| 718 | |
| 719 | Finish checks in asm-tst3. |
| 720 | |
| 721 | Version 0.38: |
| 722 | |
| 723 | Update to autoconf 2.53, automake 1.6, gettext 0.11+. |
| 724 | |
| 725 | Introduce *.sym files to restrict export from DSOs. |
| 726 | |
| 727 | Use attribute_hidden and internal_function to optimize DSO code. |
| 728 | |
| 729 | Add TLS definitions in elf.h and handle them in readelf. |
| 730 | |
| 731 | Fix bug in verdef section generation in ld. |
| 732 | |
| 733 | Add initial libasm code. |
| 734 | |
| 735 | Version 0.37: |
| 736 | |
| 737 | Implement better hash size optimization heuristic in ld. It uses a formula |
| 738 | taking number of tests into account. |
| 739 | |
| 740 | Lots of small bug fixes. |
| 741 | |
| 742 | Improve readelf output format. Respect various sh_link/sh_info values. |
| 743 | Correctly print versioning information for symbol tables. |
| 744 | |
| 745 | Version 0.36: |
| 746 | |
| 747 | Implement preprocessing of linker script. Recognize -z combreloc. |
| 748 | |
| 749 | Version 0.35: |
| 750 | |
| 751 | Implement -z ignore|record for ld. |
| 752 | |
| 753 | Implement creating of .gnu.version_r and .gnu.version sections. The |
| 754 | .gnu.version does not yet contain correct info for defined and versioned |
| 755 | symbols (means .gnu.version_d is not yet implemented). |
| 756 | |
| 757 | Implement gelf_update_* functions to create versioning data. |
| 758 | |
| 759 | Version 0.34: |
| 760 | |
| 761 | Add DT_RUNPATH/DT_RPATH entries to dynamic section. Create .plt and |
| 762 | .rel.plt sections (completely). Add support for all four PLT related |
| 763 | dynamic section entries. Add callback function for PLT creation. |
| 764 | |
| 765 | More tests in elflint. Add support for very strict checking which for |
| 766 | now flags level 2 (deprecated features) usage. |
| 767 | |
| 768 | Version 0.33: |
| 769 | |
| 770 | Create dynamic symbol table, dynamic string table, and hash table to ld. |
| 771 | |
| 772 | Add hash table histogram support to readelf. |
| 773 | |
| 774 | Version 0.32: |
| 775 | |
| 776 | more work on elflint |
| 777 | |
| 778 | ld now creates the dynamic section and references it. Start adding entries |
| 779 | to dynamic section. |
| 780 | |
| 781 | Version 0.31: |
| 782 | |
| 783 | Start implementing elflint. |
| 784 | |
| 785 | Version 0.30: |
| 786 | |
| 787 | Fix handling of NOBITS sections in elf_getdata. |
| 788 | |
| 789 | Start implementing generation of executables and DSOs in ld. |
| 790 | Generation of program header mostly done. Address computation done. |
| 791 | Extension of linker script syntax. |
| 792 | |
| 793 | Various cleanups. |
| 794 | |
| 795 | Implement section group handling in readelf. |
| 796 | |
| 797 | Version 0.29: |
| 798 | |
| 799 | Implement section groups. This involved a lot of code moving. The |
| 800 | new code is entirely untested since gas/gcc are currently not able to |
| 801 | create section groups. ld works fine on files without section groups. |
| 802 | |
| 803 | Version 0.28: |
| 804 | |
| 805 | Fix problem with adding more section in elf_newscn. The section pointers |
| 806 | for the data buffers wasn't adjusted. |
| 807 | |
| 808 | Fix elf_getdata with nonzero second parameter. Correctly handle creation |
| 809 | of internal data buffer for machines without unaligned access. |
| 810 | |
| 811 | Version 0.27: |
| 812 | |
| 813 | Start adding support to selectively add sections. Includes support for |
| 814 | section groups. |
| 815 | Add --gc-sections/--no-gc-sections options. |
| 816 | Add general section merging support. |
| 817 | |
| 818 | Fix a bug in section group support in strip. |
| 819 | |
| 820 | Fix some potential problems with hash value in dynamic hash implementation. |
| 821 | |
| 822 | Version 0.26: |
| 823 | |
| 824 | section merging works in ld. |
| 825 | |
| 826 | Version 0.25: |
| 827 | |
| 828 | Actually create data structures from version map file and use it to hide |
| 829 | symbols in ld. |
| 830 | |
| 831 | Implement -s -s for ld. |
| 832 | |
| 833 | Version 0.24: |
| 834 | |
| 835 | Improve relocation table output in readelf. Avoid some crashes. |
| 836 | Finish many section handling in readelf. |
| 837 | |
| 838 | Finish: finish implementation of ld -r. At least some simple tests pass. |
| 839 | |
| 840 | Version 0.23: |
| 841 | |
| 842 | Fix a number of errors in ELF_C_WRITE handling. |
| 843 | |
| 844 | Almost finished implementation of ld -r. The data sections are all copied. |
| 845 | Handling of symbol tables is missing. |
| 846 | |
| 847 | Version 0.22: |
| 848 | |
| 849 | Handle DSO and archive input files correctly if -r option is given. |
| 850 | |
| 851 | Gracefully deal with no phdr in new file in libelf. |
| 852 | Fix various small error handling problems. |
| 853 | Don't mmap file for output unless the command says so. |
| 854 | |
| 855 | Add code to create ELF section header table to ld finalize routines. |
| 856 | |
| 857 | Version 0.21: |
| 858 | |
| 859 | Fix some problems with recursive handling of archives in libelf. |
| 860 | |
| 861 | Improve messages printed by nm. |
| 862 | |
| 863 | Add symbol binding name handling to libebl. Fix section name handling in |
| 864 | libebl. |
| 865 | |
| 866 | readelf and nm use more libebl functions. |
| 867 | |
| 868 | Handle XINDEX correctly in nm and string. |
| 869 | |
| 870 | Add first machine ld backend library (i386). |
| 871 | Use it. Recognize -r and --shared. Avoid using -lxxx parameters for -r. |
| 872 | Create ELF header in output file. Change mode of output file according to |
| 873 | output file type. Reorganize callback initialization in ld. |
| 874 | |
| 875 | Version 0.20: |
| 876 | |
| 877 | Fix some memory leaks in libelf. |
| 878 | |
| 879 | Version 0.19: |
| 880 | |
| 881 | Implement reading version script. Both inside linker scripts and via the |
| 882 | --version-script command line parameter. Uses the same code. |
| 883 | What remains to be done is to implement a data structure which allows |
| 884 | efficient matching against the version names to decide which pattern |
| 885 | matches. |
| 886 | |
| 887 | Beginning of output generation and output writing functions. |
| 888 | |
| 889 | Version 0.18: |
| 890 | |
| 891 | Finish implementation for DSO input file handling. Implement rpath, runpath, |
| 892 | and LD_LIBRARY_PATH handling. |
| 893 | |
| 894 | Version 0.17: |
| 895 | |
| 896 | make handling of e_shnum overflow in libelf standard conforming |
| 897 | |
| 898 | ld now actually can handle DSOs in linker scripts. Handling of DT_RUNPATH, |
| 899 | DT_RPATH, -rpath, -rpath-link still remains to be implemented. |
| 900 | |
| 901 | fix handling of -L parameters. Make actual use of the default_paths element. |
| 902 | |
| 903 | make re-definition of symbols in and from DSO compatible with existing linker |
| 904 | |
| 905 | Version 0.16: |
| 906 | |
| 907 | more work on assigning input sections to output sections. |
| 908 | |
| 909 | Add gelf_xlatetof and gelf_xlatetom which were accidently left out. |
| 910 | |
| 911 | Fix memory handling of section headers. |
| 912 | |
| 913 | Version 0.15: |
| 914 | |
| 915 | Add many-section support to ld. Add various new command line parameters. |
| 916 | Allow pagesize to be specified in linker script or on the command line. |
| 917 | Collect input sections in list for the output section according to the rules |
| 918 | specified in the linker script. |
| 919 | |
| 920 | Version 0.14: |
| 921 | |
| 922 | Fix some problems in the internal list handling which had the result |
| 923 | that we didn't look for some of the unresolved symbols. |
| 924 | |
| 925 | Free some memory if we know we don't need it anymore. |
| 926 | |
| 927 | Optimize the list of unresolved symbols. Throw out symbols which are |
| 928 | meanwhile resolved. |
| 929 | |
| 930 | Version 0.13: |
| 931 | |
| 932 | Got file reading correct now. The files are all read while parsing |
| 933 | the parameters. No creating of data structures to describe the linker |
| 934 | command line. The symbol table is built up while reading the files. |
| 935 | DSOs are handled now. -( -) handling is optimized. |
| 936 | |
| 937 | Version 0.12: |
| 938 | |
| 939 | Linker read linker scripts everywhere. Handles --whole-archive. Recognizes |
| 940 | --dynamic and --static. Collects defined and undefined symbols. Recognizes |
| 941 | conflicts. |
| 942 | |
| 943 | libebl now defines functions to call the callbacks. Add generic name handling |
| 944 | in these new functions. Remove the code from readelf and call the new |
| 945 | functions. |
| 946 | |
| 947 | Version 0.11: |
| 948 | |
| 949 | Start of linker. Basic argument parsing, finding of input files, |
| 950 | linker script reading. |
| 951 | |
| 952 | Version 0.10: |
| 953 | |
| 954 | Implement dwarf_get_fde_n(), dwarf_get_abbrev(), dwarf_get_abbrev_tag(), |
| 955 | dwarf_get_abbrev_code(), dwarf_get_abbrev_children_flag(), |
| 956 | dwarf_get_abbrev_entry(), dwarf_get_fde_at_pc(), and tests for it. |
| 957 | |
| 958 | Version 0.9: |
| 959 | |
| 960 | Implement dwarf_get_fde_list_eh(), dwarf_get_cie_of_fde(), |
| 961 | dwarf_get_fde_range(), dwarf_get_cie_info(), dwarf_get_fde_instr_bytes(), |
| 962 | and tests for them. |
| 963 | |
| 964 | Version 0.8: |
| 965 | |
| 966 | Make handling of binaries in other byte order work and add tests for it. |
| 967 | |
| 968 | Version 0.7: |
| 969 | |
| 970 | Implement dwarf_get_aranges(), dwarf_get_arange(), dwarf_get_cu_die_offset(), |
| 971 | dwarf_get_arange_info(), and tests for them. |
| 972 | |
| 973 | Version 0.6: |
| 974 | |
| 975 | Implement dwarf_get_global(), dwarf_globname(), dwarf_global_die_offset(), |
| 976 | dwarf_global_cu_offset(), dwarf_global_name_offsets(), and tests for them |
| 977 | |
| 978 | Version 0.5: |
| 979 | |
| 980 | Implemented dwarf_srclines(), dwarf_srcfiles(), dwarf_linebeginstatement(), |
| 981 | dwarf_lineendsequence(), dwarf_lineno(), dwarf_lineaddr(), dwarf_lineoff(), |
| 982 | dwarf_linesrc(), dwarf_lineblock(), dwarf_lineprologueend(), |
| 983 | dwarf_lineepiloguebegin(), and tests for them. |
| 984 | |
| 985 | Version 0.4: |
| 986 | |
| 987 | Implemented dwarf_loclist(). |
| 988 | |
| 989 | Version 0.3: |
| 990 | |
| 991 | Implemented dwarf_dieoffset(), dwarf_die_CU_offset(), dwarf_diename() and |
| 992 | tests. |
| 993 | |
| 994 | Implemented dwarf_attrlist(), dwarf_hasattr(), dwarf_attr(), dwarf_lowpc(), |
| 995 | dwarf_highpc(), dwarf_bytesize(), dwarf_bitsize(), dwarf_bitoffset(), |
| 996 | dwarf_srclang(), dwarf_arrayorder(), dwarf_hasform(), dwarf_whatform(), |
| 997 | dwarf_whatattr(), dwarf_formref(), dwarf_global_formref(), dwarf_formaddr(), |
| 998 | dwarf_formflag(), dwarf_formudata(), dwarf_formsdata(), dwarf_formblock, |
| 999 | dwarf_formstring() and tests for them. |
| 1000 | |
| 1001 | Version 0.2: |
| 1002 | |
| 1003 | Implemented dwarf_offdie()), dwarf_tag(), dwarf_dieoffset(), |
| 1004 | dwarf_die_CU_offset(), dwarf_diename() and tests for them. |
| 1005 | |
| 1006 | Version 0.1: |
| 1007 | |
| 1008 | First libdwarf functions work. |
| 1009 | |
| 1010 | Version 0.0: |
| 1011 | |
| 1012 | libelf and parts of libebl are done. |