Add elfclassify to .gitignore
[platform/upstream/elfutils.git] / NEWS
1 Version 0.177
2
3 elfclassify: New tool to analyze ELF objects.
4
5 readelf: Print DW_AT_data_member_location as decimal offset.
6          Decode DW_AT_discr_list block attributes.
7
8 libdw: Add DW_AT_GNU_numerator, DW_AT_GNU_denominator and DW_AT_GNU_bias.
9
10 libdwelf: Add dwelf_elf_e_machine_string.
11           dwelf_elf_begin now only returns NULL when there is an error
12           reading or decompressing a file. If the file is not an ELF file
13           an ELF handle of type ELF_K_NONE is returned.
14
15 backends: Add support for C-SKY.
16
17 Version 0.176
18
19 build: Add new --enable-install-elfh option.
20        Do NOT use this for system installs (it overrides glibc elf.h).
21
22 backends: riscv improved core file and return value location support.
23
24 Fixes CVE-2019-7146, CVE-2019-7148, CVE-2019-7149, CVE-2019-7150,
25       CVE-2019-7664, CVE-2019-7665
26
27 Version 0.175
28
29 readelf: Handle mutliple .debug_macro sections.
30          Recognize and parse GNU Property notes, NT_VERSION notes
31          and GNU Build Attribute ELF Notes.
32
33 strip: Handle SHT_GROUP correctly.
34        Add strip --reloc-debug-sections-only option.
35        Handle relocations against GNU compressed sections.
36
37 libdwelf: New function dwelf_elf_begin.
38
39 libcpu: Recognize bpf jump variants BPF_JLT, BPF_JLE, BPF_JSLT and BPF_JSLE.
40
41 backends: RISCV handles ADD/SUB relocations. Handle SHT_X86_64_UNWIND.
42
43 Fixes CVE-2018-18310, CVE-2018-18520 and CVE-2018-18521.
44
45 Version 0.174
46
47 libelf, libdw and all tools now handle extended shnum and shstrndx correctly.
48
49 elfcompress: Don't rewrite input file if no section data needs updating.
50              Try harder to keep same file mode bits (suid) on rewrite.
51
52 strip: Handle mixed (out of order) allocated/non-allocated sections.
53
54 unstrip: Handle SHT_GROUP sections.
55
56 backends: RISCV and M68K now have backend implementations to generate CFI based
57           backtraces.
58
59 Fixes CVE-2018-16062, CVE-2018-16402 and CVE-2018-16403.
60
61 Version 0.173
62
63 More fixes for crashes and hangs found by afl-fuzz. In particular various
64 functions now detect and break infinite loops caused by bad DIE tree cycles.
65
66 readelf: Will now lookup the size and signedness of constant value types
67          to display them correctly (and not just how they were encoded).
68
69 libdw: New function dwarf_next_lines to read CU-less .debug_line data.
70        dwarf_begin_elf now accepts ELF files containing just .debug_line
71        or .debug_frame sections (which can be read without needing a DIE
72        tree from the .debug_info section).
73        Removed dwarf_getscn_info, which was never implemented.
74
75 backends: Handle BPF simple relocations.
76           The RISCV backends now handles ABI specific CFI and knows about
77           RISCV register types and names.
78
79 Version 0.172
80
81 No functional changes compared to 0.171.
82
83 Various bug fixes in libdw and eu-readelf dealing with bad DWARF5 data.
84 Thanks to running the afl fuzzer on eu-readelf and various testcases.
85
86 eu-readelf -N is ~15% faster.
87
88 Version 0.171
89
90 DWARF5 and split dwarf, including GNU DebugFission, are supported now.
91 Data can be read from the new DWARF sections .debug_addr, .debug_line_str,
92 .debug_loclists, .debug_str_offsets and .debug_rnglists.  Plus the new
93 DWARF5 and GNU DebugFission encodings of the existing .debug sections.
94 Also in split DWARF .dwo (DWARF object) files.  This support is mostly
95 handled by existing functions (dwarf_getlocation*, dwarf_getsrclines,
96 dwarf_ranges, dwarf_form*, etc.) now returning the data from the new
97 sections and data formats.  But some new functions have been added
98 to more easily get information about skeleton and split compile units
99 (dwarf_get_units and dwarf_cu_info), handle new attribute data
100 (dwarf_getabbrevattr_data) and to keep references to Dwarf_Dies
101 that might come from different sections or files (dwarf_die_addr_die).
102
103 Not yet supported are .dwp (Dwarf Package) and .sup (Dwarf Supplementary)
104 files, the .debug_names index, the .debug_cu_index and .debug_tu_index
105 sections. Only a single .debug_info (and .debug_types) section are
106 currently handled.
107
108 readelf: Handle all new DWARF5 sections.
109          --debug-dump=info+ will show split unit DIEs when found.
110          --dwarf-skeleton can be used when inspecting a .dwo file.
111          Recognizes GNU locviews with --debug-dump=loc.
112
113 libdw: New functions dwarf_die_addr_die, dwarf_get_units,
114        dwarf_getabbrevattr_data and dwarf_cu_info.
115        libdw will now try to resolve the alt file on first use of
116        an alt attribute FORM when not set yet with dwarf_set_alt.
117        dwarf_aggregate_size() now works with multi-dimensional arrays.
118
119 libdwfl: Use process_vm_readv when available instead of ptrace.
120
121 backends: Add a RISC-V backend.
122
123 There were various improvements to build on Windows.
124 The sha1 and md5 implementations have been removed, they weren't used.
125
126 Version 0.170
127
128 libdw: Added new DWARF5 attribute, tag, character encoding, language code,
129        calling convention, defaulted member function and macro constants
130        to dwarf.h.
131        New functions dwarf_default_lower_bound and dwarf_line_file.
132        dwarf_peel_type now handles DWARF5 immutable, packed and shared tags.
133        dwarf_getmacros now handles DWARF5 .debug_macro sections.
134
135 strip: Add -R, --remove-section=SECTION and --keep-section=SECTION.
136
137 backends: The bpf disassembler is now always build on all platforms.
138
139 Version 0.169
140
141 backends: Add support for EM_PPC64 GNU_ATTRIBUTES.
142           Frame pointer unwinding fallback support for i386, x86_64, aarch64.
143
144 translations: Update Polish translation.
145
146 Version 0.168
147
148 http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/
149
150 libelf: gelf_newehdr and gelf_newehdr now return void *.
151
152 libdw: dwarf.h corrected the DW_LANG_PLI constant name (was DW_LANG_PL1).
153
154 readelf: Add optional --symbols[=SECTION] argument to select section name.
155
156 Version 0.167
157
158 libasm: Add eBPF disassembler for EM_BPF files.
159
160 backends: Add m68k and BPF backends.
161
162 ld: Removed.
163
164 dwelf: Add ELF/DWARF string table creation functions. dwelf_strtab_init,
165        dwelf_strtab_add, dwelf_strtab_add_len, dwelf_strtab_finalize,
166        dwelf_strent_off, dwelf_strent_str and dwelf_strtab_free.
167
168 Version 0.166
169
170 config: The default program prefix for the installed tools is now eu-.
171         Use configure --program-prefix="" to not use a program prefix.
172
173 Version 0.165
174
175 elfcompress: New utility to compress or decompress ELF sections.
176
177 readelf: Add -z,--decompress option.
178
179 libelf: Add elf_compress, elf_compress_gnu, elf32_getchdr, elf64_getchdr
180         and gelf_getchdr.
181
182 libdwelf: New function dwelf_scn_gnu_compressed_size.
183
184 config: Add libelf and libdw pkg-config files.
185
186 backends: sparc support for core and live backtraces.
187
188 translations: Updated Polish translation.
189
190 Version 0.164
191
192 strip, unstrip: Handle ELF files with merged strtab/shstrtab tables.
193                 Handle missing SHF_INFO_LINK section flags.
194
195 libelf: Use int64_t for offsets in libelf.h instead of loff_t.
196
197 libdw: dwarf.h Add preliminary DWARF5 DW_LANG_Haskell.
198
199 libdwfl: dwfl_standard_find_debuginfo now searches any subdir of the binary
200          path under the debuginfo root when the separate debug file couldn't
201          be found by build-id.
202          dwfl_linux_proc_attach can now be called before any Dwfl_Modules
203          have been reported.
204
205 backends: Better sparc and sparc64 support.
206
207 translations: Updated Ukrainian translation.
208
209 Provide default-yama-scope subpackage.
210
211 Version 0.163
212
213 Bug fixes only, no new features.
214
215 Version 0.162
216
217 libdw: Install new header elfutils/known-dwarf.h.
218        dwarf.h Add preliminary DWARF5 constants DW_TAG_atomic_type,
219        DW_LANG_Fortran03, DW_LANG_Fortran08. dwarf_peel_type now also
220        handles DW_TAG_atomic_type.
221
222 addr2line: Input addresses are now always interpreted as hexadecimal
223            numbers, never as octal or decimal numbers.
224            New option -a, --addresses to print address before each entry.
225            New option -C, --demangle to show demangled symbols.
226            New option --pretty-print to print all information on one line.
227
228 ar: CVE-2014-9447 Directory traversal vulnerability in ar extraction.
229
230 backends: x32 support.
231
232 Version 0.161
233
234 libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses
235        dwarf_peel_type to also provide the sizes of qualified types.
236        dwarf_getmacros will now serve either of .debug_macro and
237        .debug_macinfo transparently.  New interfaces
238        dwarf_getmacros_off, dwarf_macro_getsrcfiles,
239        dwarf_macro_getparamcnt, and dwarf_macro_param are available
240        for more generalized inspection of macros and their parameters.
241        dwarf.h: Add DW_AT_GNU_deleted, DW_AT_noreturn, DW_LANG_C11,
242        DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14.
243
244 Version 0.160
245
246 libdw: New functions dwarf_cu_getdwarf, dwarf_cu_die.
247        dwarf.h remove non-existing DW_TAG_mutable_type.
248
249 libdwfl: Handle LZMA .ko.xz compressed kernel modules.
250
251 unstrip: New option -F, --force to combining files even if some ELF headers
252          don't seem to match.
253
254 backends: Handle ARM THUMB functions. Add support for ppc64le ELFv2 abi.
255
256 Version 0.159
257
258 stack: New option -d, --debugname to lookup DWARF debuginfo name for frame.
259        New option -i, --inlines to show inlined frames using DWARF debuginfo.
260
261 libdwelf: New libdwelf.h header for libdw.so DWARF ELF Low-level Functions.
262           New function dwelf_elf_gnu_debuglink, dwelf_dwarf_gnu_debugaltlink,
263           and dwelf_elf_gnu_build_id.
264
265 libdw: Support for DWZ multifile forms DW_FORM_GNU_ref_alt and
266        DW_FORM_GNU_strp_alt is now enabled by default and no longer
267        experimental. Added new functions dwarf_getalt and dwarf_setalt
268        to get or set the alternative debug file used for the alt FORMs.
269        The dwfl_linux_proc_find_elf callback will now find ELF from
270        process memory for (deleted) files if the Dwfl has process state
271        attached.
272
273 libdwfl: The dwfl_build_id_find_debuginfo and dwfl_standard_find_debuginfo
274          functions will now try to resolve and set the alternative debug file.
275
276 backends: Add CFI unwinding for arm. Relies on .debug_frame.
277           Add arm process initial register state compatible mode to AARCH64.
278           Add aarch64 native and core unwind support.
279
280 other: All separate elfutils-robustify patches have been merged.
281        CVE-2014-0172 Check overflow before calling malloc to uncompress data.
282
283 Version 0.158
284
285 libdwfl: dwfl_core_file_report has new parameter executable.
286          New functions dwfl_module_getsymtab_first_global,
287          dwfl_module_getsym_info and dwfl_module_addrinfo.
288          Added unwinder with type Dwfl_Thread_Callbacks, opaque types
289          Dwfl_Thread and Dwfl_Frame and functions dwfl_attach_state,
290          dwfl_pid, dwfl_thread_dwfl, dwfl_thread_tid, dwfl_frame_thread,
291          dwfl_thread_state_registers, dwfl_thread_state_register_pc,
292          dwfl_getthread_frames, dwfl_getthreads, dwfl_thread_getframes
293          and dwfl_frame_pc.
294
295 addr2line: New option -x to show the section an address was found in.
296
297 stack: New utility that uses the new unwinder for processes and cores.
298
299 backends: Unwinder support for i386, x86_64, s390, s390x, ppc and ppc64.
300           aarch64 support.
301
302 Version 0.157
303
304 libdw: Add new functions dwarf_getlocations, dwarf_getlocation_attr
305        and dwarf_getlocation_die.
306
307 readelf: Show contents of NT_SIGINFO and NT_FILE core notes.
308
309 addr2line: Support -i, --inlines output option.
310
311 backends: abi_cfi hook for arm, ppc and s390.
312
313 Version 0.156
314
315 lib: New macro COMPAT_VERSION_NEWPROTO.
316
317 libdw: Handle GNU extension opcodes in dwarf_getlocation.
318
319 libdwfl: Fix STB_GLOBAL over STB_WEAK preference in dwfl_module_addrsym.
320          Add minisymtab support.
321          Add parameter add_p_vaddr to dwfl_report_elf.
322          Use DT_DEBUG library search first.
323
324 libebl: Handle new core note types in EBL.
325
326 backends: Interpret NT_ARM_VFP.
327           Implement core file registers parsing for s390/s390x.
328
329 readelf: Add --elf-section input option to inspect an embedded ELF file.
330          Add -U, --unresolved-address-offsets output control.
331          Add --debug-dump=decodedline support.
332          Accept version 8 .gdb_index section format.
333          Adjust output formatting width.
334          When highpc is in constant form print it also as address.
335          Display raw .debug_aranges. Use libdw only for decodedaranges.
336
337 elflint: Add __bss_start__ to the list of allowed symbols.
338
339 tests: Add configure --enable-valgrind option to run all tests under valgrind.
340        Enable automake parallel-tests for make check.
341
342 translations: Updated Polish translation.
343
344 Updates for Automake 1.13.
345
346 Version 0.155
347
348 libelf: elf*_xlatetomd now works for cross-endian ELF note data.
349         elf_getshdr now works consistently on non-mmaped ELF files after
350         calling elf_cntl(ELF_C_FDREAD).
351         Implement support for ar archives with 64-bit symbol table.
352
353 libdw: dwarf.h corrected the DW_LANG_ObjC constant name (was DW_LANG_Objc).
354        Any existing sources using the old name will have to be updated.
355        Add DW_MACRO_GNU .debug_macro type encodings constants, DW_ATE_UTF
356        and DW_OP_GNU_parameter_ref to dwarf.h.
357        Experimental support for DWZ multifile forms DW_FORM_GNU_ref_alt
358        and DW_FORM_GNU_strp_alt.  Disabled by default.  Use configure
359        --enable-dwz to test it.
360
361 readelf: Add .debug_macro parsing support.
362          Add .gdb_index version 7 parsing support.
363          Recognize DW_OP_GNU_parameter_ref.
364
365 backends: Add support for Tilera TILE-Gx processor.
366
367 translations: Updated Ukrainian translation.
368
369 Version 0.154
370
371 libelf: [g]elf[32|64]_offscn() do not match SHT_NOBITS sections at OFFSET.
372
373 libdw: dwarf_highpc function now handles DWARF 4 DW_AT_high_pc constant form.
374        Fix bug using dwarf_next_unit to iterate over .debug_types.
375
376 elflint: Now accepts gold linker produced executables.
377
378 The license is now GPLv2/LGPLv3+ for the libraries and GPLv3+ for stand-alone
379 programs. There is now also a formal CONTRIBUTING document describing how to
380 submit patches.
381
382 Version 0.153
383
384 libdw: Support reading .zdebug_* DWARF sections compressed via zlib.
385
386 libdwfl: Speed up dwfl_module_addrsym.
387
388 nm: Support C++ demangling.
389
390 ar: Support D modifier for "deterministic output" with no uid/gid/mtime info.
391     The U modifier is the inverse.
392     elfutils can be configured with the --enable-deterministic-archives
393     option to make the D behavior the default when U is not specified.
394
395 ranlib: Support -D and -U flags with same meaning.
396
397 readelf: Improve output of -wline. Add support for printing SDT elf notes.
398          Add printing of .gdb_index section.
399          Support for typed DWARF stack, call_site and entry_value.
400
401 strip: Add --reloc-debug-sections option.
402        Improved SHT_GROUP sections handling.
403
404 Version 0.152
405
406 Various build and warning nits fixed for newest GCC and Autoconf.
407
408 libdwfl: Yet another prelink-related fix for another regression.
409          Look for Linux kernel images in files named with compression suffixes.
410
411 elfcmp: New flag --ignore-build-id to ignore differing build ID bits.
412         New flag -l/--verbose to print all differences.
413
414 Version 0.151
415
416 libdwfl: Fix for more prelink cases with separate debug file.
417
418 strip: New flag --strip-sections to remove section headers entirely.
419
420 Version 0.150
421
422 libdw: Fix for handling huge .debug_aranges section.
423
424 libdwfl: Fix for handling prelinked DSO with separate debug file.
425
426 findtextrel: Fix diagnostics to work with usual section ordering.
427
428 libebl: i386 backend fix for multi-register integer return value location.
429
430 Version 0.149:
431
432 libdw: Decode new DW_OP_GNU_implicit_pointer operation;
433        new function dwarf_getlocation_implicit_pointer.
434
435 libdwfl: New function dwfl_dwarf_line.
436
437 addr2line: New flag -F/--flags to print more DWARF line information details.
438
439 strip: -g recognizes .gdb_index as a debugging section.
440
441 Version 0.148:
442
443 libdw: Accept DWARF 4 format: new functions dwarf_next_unit, dwarf_offdie_types.
444        New functions dwarf_lineisa, dwarf_linediscriminator, dwarf_lineop_index.
445
446 libdwfl: Fixes in core-file handling, support cores from PIEs.
447          When working from build IDs, don't open a named file that mismatches.
448
449 readelf: Handle DWARF 4 formats.
450
451 Version 0.147:
452
453 libdw: Fixes in CFI handling, best possible handling of bogus CFA ops.
454
455 libdwfl: Ignore R_*_NONE relocs, works around old (binutils) ld -r bugs.
456
457 Version 0.146:
458
459 libdwfl: New function dwfl_core_file_report.
460
461 Version 0.145:
462
463 Fix build with --disable-dependency-tracking.
464
465 Fix build with most recent glibc headers.
466
467 libelf: More robust to bogus section headers.
468
469 libdw: Fix CFI decoding.
470
471 libdwfl: Fix address bias returned by CFI accessors.
472          Fix core file module layout identification.
473
474 readelf: Fix CFI decoding.
475
476 Version 0.144:
477
478 libelf: New function elf_getphdrnum.
479         Now support using more than 65536 program headers in a file.
480
481 libdw: New function dwarf_aggregate_size for computing (constant) type
482        sizes, including array_type cases with nontrivial calculation.
483
484 readelf: Don't give errors for missing info under -a.
485          Handle Linux "VMCOREINFO" notes under -n.
486
487 Version 0.143:
488
489 libdw: Various convenience functions for individual attributes now use
490        dwarf_attr_integrate to look up indirect inherited attributes.
491        Location expression handling now supports DW_OP_implicit_value.
492
493 libdwfl: Support automatic decompression of files in XZ format,
494          and of Linux kernel images made with bzip2 or LZMA (as well as gzip).
495
496 Version 0.142:
497
498 libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx alias
499         for elf_getshstrndx and deprecate original names.  Sun screwed up
500         their implementation and asked for a solution.
501
502 libebl: Add support for STB_GNU_UNIQUE.
503
504 elflint: Add support for STB_GNU_UNIQUE.
505
506 readelf: Add -N option, speeds up DWARF printing without address->name lookups.
507
508 libdw: Add support for decoding DWARF CFI into location description form.
509        Handle some new DWARF 3 expression operations previously omitted.
510        Basic handling of some new encodings slated for DWARF 4.
511
512 Version 0.141:
513
514 libebl: sparc backend fixes;
515         some more arm backend support
516
517 libdwfl: fix dwfl_module_build_id for prelinked DSO case;
518          fixes in core file support;
519          dwfl_module_getsym interface improved for non-address symbols
520
521 strip: fix infinite loop on strange inputs with -f
522
523 addr2line: take -j/--section=NAME option for binutils compatibility
524            (same effect as '(NAME)0x123' syntax already supported)
525
526 Version 0.140:
527
528 libelf: Fix regression in creation of section header
529
530 libdwfl: Less strict behavior if DWARF reader ist just used to display data
531
532 Version 0.139:
533
534 libcpu: Add Intel SSE4 disassembler support
535
536 readelf: Implement call frame information and exception handling dumping.
537          Add -e option.  Enable it implicitly for -a.
538
539 elflint: Check PT_GNU_EH_FRAME program header entry.
540
541 libdwfl: Support automatic gzip/bzip2 decompression of ELF files.
542
543 Version 0.138:
544
545 Install <elfutils/version.h> header file for applications to use in source
546 version compatibility checks.
547
548 libebl: backend fixes for i386 TLS relocs; backend support for NT_386_IOPERM
549
550 libcpu: disassembler fixes
551
552 libdwfl: bug fixes
553
554 libelf: bug fixes
555
556 nm: bug fixes for handling corrupt input files
557
558 Version 0.137:
559
560 Minor fixes for unreleased 0.136 release.
561
562 Version 0.136:
563
564 libdwfl: bug fixes; new "segment" interfaces;
565          all the libdwfl-based tools now support --core=COREFILE option
566
567 Version 0.135:
568
569 libdwfl: bug fixes
570
571 strip: changed handling of ET_REL files wrt symbol tables and relocs
572
573 Version 0.134:
574
575 elflint: backend improvements for sparc, alpha
576
577 libdwfl, libelf: bug fixes
578
579 Version 0.133:
580
581 readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
582
583 readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
584
585 libdwfl: bug fixes and optimization in relocation handling
586
587 elfcmp: bug fix for non-allocated section handling
588
589 ld: implement newer features of binutils linker.
590
591 Version 0.132:
592
593 libcpu: Implement x86 and x86-64 disassembler.
594 libasm: Add interface for disassembler.
595
596 all programs: add debugging of branch prediction.
597
598 libelf: new function elf_scnshndx.
599
600 Version 0.131:
601
602 libdw: DW_FORM_ref_addr support; dwarf_formref entry point now deprecated;
603        bug fixes for oddly-formatted DWARF
604
605 libdwfl: bug fixes in offline archive support, symbol table handling;
606          apply partial relocations for dwfl_module_address_section on ET_REL
607
608 libebl: powerpc backend support for Altivec registers
609
610 Version 0.130:
611
612 readelf: -p option can take an argument like -x for one section,
613          or no argument (as before) for all SHF_STRINGS sections;
614          new option --archive-index (or -c);
615          improved -n output for core files, on many machines
616
617 libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
618         new functions gelf_getnote, gelf_getauxv, gelf_update_auxv
619
620 readelf, elflint: handle SHT_NOTE sections without requiring phdrs
621
622 elflint: stricter checks on debug sections
623
624 libdwfl: new functions dwfl_build_id_find_elf, dwfl_build_id_find_debuginfo,
625          dwfl_module_build_id, dwfl_module_report_build_id;
626          support dynamic symbol tables found via phdrs;
627          dwfl_standard_find_debuginfo now uses build IDs when available
628
629 unstrip: new option --list (or -n)
630
631 libebl: backend improvements for sparc, alpha, powerpc
632
633 Version 0.129:
634
635 readelf: new options --hex-dump (or -x), --strings (or -p)
636
637 addr2line: new option --symbols (or -S)
638
639 Version 0.128:
640
641 new program: unstrip
642
643 elfcmp: new option --hash-inexact
644
645 Version 0.127:
646
647 libdw: new function dwarf_getsrcdirs
648
649 libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add,
650          dwfl_module_address_section
651
652 Version 0.126:
653
654 new program: ar
655
656 Version 0.125:
657
658 elflint: Compare DT_GNU_HASH tests.
659
660 move archives into -static RPMs
661
662 libelf, elflint: better support for core file handling
663
664 Version 0.124:
665
666 libebl: sparc backend support for return value location
667
668 libebl, libdwfl: backend register name support extended with more info
669
670 libelf, libdw: bug fixes for unaligned accesses on machines that care
671
672 readelf, elflint: trivial bugs fixed
673
674 Version 0.123:
675
676 libebl: Backend build fixes, thanks to Stepan Kasal.
677
678 libebl: ia64 backend support for register names, return value location
679
680 libdwfl: Handle truncated linux kernel module section names.
681
682 libdwfl: Look for linux kernel "vmlinux" files with ".debug" suffix.
683
684 elflint: Fix checks to permit --hash-style=gnu format.
685
686 Version 0.122:
687
688 libebl: add function to test for relative relocation
689
690 elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
691
692 elflint, readelf: add support for DT_GNU_HASH
693 libelf: add elf_gnu_hash
694
695 elflint, readelf: add support for 64-bit SysV-style hash tables
696
697 libdwfl: new functions dwfl_module_getsymtab, dwfl_module_getsym.
698
699 Version 0.121:
700
701 libelf: bug fixes for rewriting existing files when using mmap.
702
703 make all installed headers usable in C++ code.
704
705 readelf: better output format.
706
707 elflint: fix tests of dynamic section content.
708
709 ld: Implement --as-needed, --execstack, PT_GNU_STACK.  Many small patches.
710
711 libdw, libdwfl: handle files without aranges info.
712
713 Version 0.120:
714
715 Bug fixes.
716
717 dwarf.h updated for DWARF 3.0 final specification.
718
719 libdwfl: New function dwfl_version.
720
721 The license is now GPL for most files.  The libelf, libebl, libdw,
722 and libdwfl libraries have additional exceptions.  Add reference to
723 OIN.
724
725 Version 0.119:
726
727 bug fixes
728
729 Version 0.118:
730
731 elflint: more tests.
732
733 libdwfl: New function dwfl_module_register_names.
734
735 libebl: New backend hook for register names.
736
737 Version 0.117:
738
739 libdwfl: New function dwfl_module_return_value_location.
740
741 libebl: Backend improvements for several CPUs.
742
743 Version 0.116:
744
745 libdw: New functions dwarf_ranges, dwarf_entrypc, dwarf_diecu,
746        dwarf_entry_breakpoints.  Removed Dwarf_Func type and functions
747        dwarf_func_name, dwarf_func_lowpc, dwarf_func_highpc,
748        dwarf_func_entrypc, dwarf_func_die; dwarf_getfuncs callback now uses
749        Dwarf_Die, and dwarf_func_file, dwarf_func_line, dwarf_func_col
750        replaced by dwarf_decl_file, dwarf_decl_line, dwarf_decl_column;
751        dwarf_func_inline, dwarf_func_inline_instances now take Dwarf_Die.
752        Type Dwarf_Loc renamed to Dwarf_Op; dwarf_getloclist,
753        dwarf_addrloclists renamed dwarf_getlocation, dwarf_getlocation_addr.
754
755 Version 0.115:
756
757 libelf: speed-ups of non-mmap reading.
758
759 strings: New program.
760
761 Implement --enable-gcov option for configure.
762
763 libdw: New function dwarf_getscopes_die.
764
765 Version 0.114:
766
767 libelf: new function elf_getaroff
768
769 libdw: Added dwarf_func_die, dwarf_func_inline, dwarf_func_inline_instances.
770
771 libdwfl: New functions dwfl_report_offline, dwfl_offline_section_address,
772          dwfl_linux_kernel_report_offline.
773
774 ranlib: new program
775
776 Version 0.113:
777
778 elflint: relax a bit. Allow version definitions for defined symbols against
779 DSO versions also for symbols in nobits sections.  Allow .rodata section
780 to have STRINGS and MERGE flag set.
781
782 strip: add some more compatibility with binutils.
783
784 Version 0.112:
785
786 elfcmp: some more relaxation.
787
788 elflint: many more tests, especially regarding to symbol versioning.
789
790 libelf: Add elfXX_offscn and gelf_offscn.
791
792 libasm: asm_begin interface changes.
793
794 libebl: Add three new interfaces to directly access machine, class, and
795 data encoding information.
796
797 objdump: New program.  Just the beginning.
798
799 Version 0.111:
800
801 libdw: now contains all of libdwfl.  The latter is not installed anymore.
802
803 elfcmp: little usability tweak, name and index of differing section is printed.
804
805 Version 0.110:
806
807 libelf: fix a number of problems with elf_update
808
809 elfcmp: fix a few bugs.  Compare gaps.
810
811 Fix a few PLT problems and mudflap build issues.
812
813 libebl: Don't expose Ebl structure definition in libebl.h.  It's now private.
814
815 Version 0.109:
816
817 libebl: Check for matching modules.
818
819 elflint: Check that copy relocations only happen for OBJECT or NOTYPE symbols.
820
821 elfcmp: New program.
822
823 libdwfl: New library.
824
825 Version 0.108:
826
827 strip: fix bug introduced in last change
828
829 libdw: records returned by dwarf_getsrclines are now sorted by address
830
831 Version 0.107:
832
833 readelf: improve DWARF output format
834
835 strip: support Linux kernel modules
836
837 Version 0.106:
838
839 libdw: Updated dwarf.h from DWARF3 spec
840 libdw: add new funtions dwarf_func_entrypc, dwarf_func_file, dwarf_func_line,
841 dwarf_func_col, dwarf_getsrc_file
842
843 Version 0.105:
844
845 addr2line: New program
846
847 libdw: add new functions: dwarf_addrdie, dwarf_macro_*, dwarf_getfuncs,
848 dwarf_func_*.
849
850 findtextrel: use dwarf_addrdie
851
852 Version 0.104:
853
854 findtextrel: New program.
855
856 Version 0.103:
857
858 libdw: Fix using libdw.h with gcc < 4 and C++ code.  Compiler bug.
859
860 Version 0.102:
861
862 More Makefile and spec file cleanups.
863
864 Version 0.101:
865
866 Remove most gettext autoconf handling.
867
868 Add more warnings
869
870 Fix resulting problems.  One actual bug found and fixed this way
871
872 Version 0.100:
873
874 libebl: Fix x86-64 relocations.
875
876 Add -Wunused -Wextra warnings.
877
878 Some cleanups resulting from those additional warnings.
879
880 Lots of Makefile cleanup.
881
882 Version 0.99:
883
884 libelf: add gelf_checksum prototype to <libelf.h>
885
886 libelf: fix elf*_checksum handling of NOBITS sections
887
888 Finish mudflap support.
889
890 Fix three bugs found by mudflap.
891
892 ld: add as_needed support
893
894 Version 0.98:
895
896 readelf: in section to segment mapping, indicate read-only sections.
897
898 elflint: more relaxation for GNU ld
899
900 Version 0.97:
901
902 Fix compiling with gcc 4.0.
903 Some tests called elflint without appropriate LD_LIBRARY_PATH.
904
905 Version 0.96:
906
907 Fix support for platforms with lib64.
908
909 Version 0.95:
910
911 libebl: add ppc and ppc64 support
912
913 readelf: fix minimal memory leak.
914
915 Add support to compile with mudflap.
916
917 Modernize configure.ac.  Move scripts in config subdir.
918
919 Modernize *-po directory infrastructure.
920
921 libelf: Add gelf_getlib and gelf_update_lib
922
923 readelf: print liblist sections
924
925 Version 0.94:
926
927 Fix some minimal build problems.
928
929 Version 0.93:
930
931 ibdw: tons of new functionality and bug fixes.  Several interface changes.
932
933 readelf: use libdw now.
934
935 libdwarf: removed completely.
936
937 Version 0.92:
938
939 configuration changes.
940
941 Version 0.91:
942
943 libdw: fix memory handling.  Implement source line handling.
944 nm: use libdw instead of libdwarf.
945 libelf: change to GPL from OSL1 for now.
946
947 Version 0.90:
948
949 libebl: Recognize a few more section types and dynamic tags and return
950 approriate strings.
951
952 Version 0.89:
953
954 strip: fix overwriting of symbol table in input file.
955
956 Version 0.88:
957
958 libebl: Add some ia64 bits.
959
960 Version 0.87:
961
962 Bug fixes for big endian and some 64-bit machines.
963
964 Version 0.86:
965
966 strip: fix handling of Alpha and s390x which use incorrect hash bucket sizes.
967
968 ld: tons of changes, moving towards usability.
969
970 Version 0.85:
971
972 strip: update section group symbol index if the associated symbol table changed
973
974 libelf: fix two problems with generating output not via mmap
975
976 elflint: add probably 10-15 more tests
977 libebl: add support for some of the new tests
978
979 ld: gazillion changes
980
981 Version 0.84:
982
983 elflint: deal with .rel.dyn section.  Fix a problem with rela platforms.
984 Handle PT_GNU_STACK.  Change to write messages to stdout.
985
986 readelf: fix a problem with version information in the symbol table output.
987
988 strip: update all version symbol table entries
989
990 Version 0.83:
991
992 size: fix a warning
993
994 strip: last changed caused problems when the symbol table is before the
995 relocation section.  Fixed.  This fix also improved the asymptotic
996 behavior if many symbol table sections are present.
997
998 Version 0.82:
999
1000 Run strip tests with the correct libelf and libebl.
1001
1002 libelf: fix bug in verneed byte order changing code.
1003
1004 Version 0.81:
1005
1006 strip: Remove unused symbol table entries.  This might require updating
1007 various other sections.
1008
1009 Version 0.80:
1010
1011 Fix some libelf problems with ET_REL files.
1012
1013 Version 0.79:
1014
1015 More warning changes, mainly by jbj.
1016
1017 libdw: yet more new code.  dwarf_child and dwarf_sibling should now actually
1018 work.
1019
1020 Version 0.78:
1021
1022 libdw: 10+ new functions.  get-pubnames2 works now fully.  Almost all the
1023 code needed for nm is in place.
1024
1025 Version 0.77:
1026
1027 cleanups to compile cleanly with gcc 3.3 and -Werror.
1028
1029 libdw: some new code.
1030
1031 Version 0.76:
1032
1033 libebl: Fix last patch to recognize relocation sections.   We must not
1034 use the name.
1035
1036 Version 0.75:
1037
1038 libebl: .debug_ranges is a DWARF 3 debug section
1039 libebl: recognize relocation sections for debug section
1040 Patches by Jakub Jelinek.
1041
1042 Version 0.74:
1043
1044 Cleanups and more SPARC support by Tom Callaway <tcallaway@redhat.com>.
1045
1046 Version 0.73:
1047
1048 64-bit cleanups for the programs.
1049
1050 Version 0.72:
1051
1052 libelf: and yet more fun with endian tranformation at output time.
1053
1054 Version 0.71:
1055
1056 libelf: more fun with endian tranformation at output time.  Add test for it.
1057
1058 Version 0.70:
1059
1060 libelf: Two little bugs left from previous patch to handle section output
1061 order.
1062
1063 libelf: add unlikely in some more places.
1064
1065 Version 0.69:
1066
1067 libelf: fix output routines to handle case where section indeces and
1068 ordre in the output file don't match correctly.  Patch by Jakub.
1069
1070 elflint: fix test of note section content for 64-bit platforms and files
1071 with different byte order.
1072
1073 Version 0.68:
1074
1075 libebl: Fix SH_ENTSIZE_HASH definition (patch by Jakub)
1076
1077 Version 0.67:
1078
1079 libelf: correct mistake in error string handling.
1080
1081 libelf: Implement ELF_F_PERMISSIVE.
1082 strip: Implement --permissive option.
1083
1084 Version 0.66:
1085
1086 strip: Implement -g option.
1087
1088 libelf: Handle broken hash table entry sizes.
1089
1090 libebl: New function ebl_debugscn_p.  Use it where appropriate.
1091
1092 Version 0.65:
1093
1094 libelf: Use correct file size for NOBITS section with ELF_F_LAYOUT set
1095
1096 Version 0.64:
1097
1098 libelf: Make error handling more robust.
1099 libelf: Use TLS in error handler if configured with --enable-tls
1100
1101 tests: input files are now distributed, not uuencoded in the shell scripts
1102
1103 libdw: implement error handling, dwarf_get_pubnames
1104
1105 Version 0.63:
1106
1107 Build (incomplete) libdw.
1108
1109 Version 0.62:
1110
1111 Get rid of libtool.
1112
1113 Version 0.61:
1114
1115 Fix URL of OSL.
1116
1117 Version 0.60:
1118
1119 libebl: Handle .gnu.warning.* sections correctly.
1120
1121 size: Implement -t option.
1122
1123 libebl: Add IA-64 support.
1124 libebl: Update SH relocations.
1125 libebl: Add Alpha support.
1126 libebl: Add Arm support.
1127 libebl: Add support for all currently known architecture to the loader.
1128
1129 Version 0.59:
1130
1131 nm: Implement -S option.  Correct portable output format.  Implement -s option.
1132
1133 libelf: Take offset of archive into account in elf_rand.
1134
1135 Version 0.58:
1136
1137 strip: fix handling of ET_REL files.
1138 Add tests for strip.
1139
1140 Version 0.57:
1141
1142 strip: respect layout of input file
1143
1144 Version 0.56:
1145
1146 strip: handle files with large number of sections.
1147
1148 Version 0.55:
1149
1150 libelf: quite a few bug fixes by Alex Larsson.
1151
1152 strip: implement -f option to place stripped sections into a separate
1153 file.  By Alex Larsson.
1154
1155 Version 0.54:
1156
1157 strip: don't let STT_SECTION symbols keeps sections from being removed
1158
1159 elflint: local symbols are allowed in .dynsym
1160 elflint: special case .rel.dyn a bit
1161
1162 Version 0.53:
1163
1164 elflint: check types and flags of special sections defined in gABI
1165
1166 libebl: add x86-64 support
1167
1168 Version 0.52:
1169
1170 Start improvement of debug info handling in nm.
1171
1172 libasm: implement asm_adduleb128 and asm_addsleb128 and a test for them
1173
1174 Version 0.51:
1175
1176 Fix build on 64-bit platforms.
1177
1178 Version 0.50:
1179
1180 nm: print file/line number also for local symbols
1181
1182 use versions scripts not libtool's useless -export-symbols option
1183
1184 Version 0.49:
1185
1186 Update to autoconf 2.54 and automake 1.7.
1187
1188 elflint: check note sections
1189
1190 libdwarf: a number of bug fixes
1191
1192 readelf: print .debug_info section content
1193
1194 dwarf.h: Update from draft 7
1195
1196 Version 0.48:
1197
1198 libcpu: beginning
1199
1200 libelf: new function to read parts of the ELF file
1201
1202 libebl: support for note section handling
1203
1204 readelf: dump note sections
1205
1206 Version 0.47:
1207
1208 libelf: fix little new section-handling related bugs in elf_getshstrndx
1209 and elf_nextscn
1210
1211 elflint: tests for mandatory content of dynamic section
1212
1213 libasm: better handling of absolute symbols
1214
1215 Version 0.46:
1216
1217 libasm: rewrite to store Elf_Scn* instead of indices
1218
1219 nm: finish many-section support
1220
1221 nm: use debug in to print file/line info in sysv format
1222
1223 libdwarf: fix a few bugs in DIE handling
1224
1225 Version 0.45:
1226
1227 libelf: major rewrite to keep Elf_Scn references valid until elf_end
1228
1229 Version 0.44:
1230
1231 libasm: Add support for bss, ABS, and COM sections.
1232
1233 libebl: ebl_section_name takes now two index arguments to distinguish
1234 between special sections and extended sections
1235
1236 Version 0.43:
1237
1238 General: fix a few problem gcc 3.1 had with the code.
1239
1240 libelf: implement {gelf,elf32,elf64}_checksum
1241
1242 libelf: optimze DSO: fewer relocations, fewer PLTs
1243
1244 add msg_tst test
1245
1246 ld: use correct section header string table index; write correct index
1247
1248 add dependencies for *.sym files
1249
1250 Version 0.42:
1251
1252 libelf: add elf_getshnum and elf_getshstrndx
1253
1254 libebl: update section type name function
1255
1256 elflint: tons of fixes wrt large number of sections.  New tests in this area.
1257 Same amount of other bug fixes.
1258
1259 size, strip, nm: better support for large number of sections.  Including
1260 using correct section header string table
1261
1262 libasm: correctly create data structures for large number of sections
1263
1264 new tests asm-tst4 and asm-tst5 to check large number of sections
1265
1266 libasm: implement section group generation
1267
1268 elflint: more tests on section groups.  Improve performance on existing
1269 section group tests
1270
1271 Version 0.41:
1272
1273 ld: add undefined symbols to dynamic symbol table if --export-dynamic is
1274 not given
1275
1276 ld: fix value of e_entry
1277
1278 Version 0.40:
1279
1280 elflint: print section names in error messages
1281
1282 elflint: mustn't warn about multiple DT_NULL
1283
1284 ld: don't emit all symbols if --export-dynamic is not given
1285
1286 ld: correct compute symbol address in output file (section index was off by 1)
1287
1288 ld: generate correct version info in dynsym without --export-dynamic and
1289 in symtab
1290
1291 Version 0.39:
1292
1293 Fix check of various e_*size entries in elflint.
1294
1295 Handle text output in asm_newsym.
1296
1297 Finish checks in asm-tst3.
1298
1299 Version 0.38:
1300
1301 Update to autoconf 2.53, automake 1.6, gettext 0.11+.
1302
1303 Introduce *.sym files to restrict export from DSOs.
1304
1305 Use attribute_hidden and internal_function to optimize DSO code.
1306
1307 Add TLS definitions in elf.h and handle them in readelf.
1308
1309 Fix bug in verdef section generation in ld.
1310
1311 Add initial libasm code.
1312
1313 Version 0.37:
1314
1315 Implement better hash size optimization heuristic in ld.  It uses a formula
1316 taking number of tests into account.
1317
1318 Lots of small bug fixes.
1319
1320 Improve readelf output format.  Respect various sh_link/sh_info values.
1321 Correctly print versioning information for symbol tables.
1322
1323 Version 0.36:
1324
1325 Implement preprocessing of linker script.  Recognize -z combreloc.
1326
1327 Version 0.35:
1328
1329 Implement -z ignore|record for ld.
1330
1331 Implement creating of .gnu.version_r and .gnu.version sections.  The
1332 .gnu.version does not yet contain correct info for defined and versioned
1333 symbols (means .gnu.version_d is not yet implemented).
1334
1335 Implement gelf_update_* functions to create versioning data.
1336
1337 Version 0.34:
1338
1339 Add DT_RUNPATH/DT_RPATH entries to dynamic section.  Create .plt and
1340 .rel.plt sections (completely).  Add support for all four PLT related
1341 dynamic section entries.  Add callback function for PLT creation.
1342
1343 More tests in elflint.  Add support for very strict checking which for
1344 now flags level 2 (deprecated features) usage.
1345
1346 Version 0.33:
1347
1348 Create dynamic symbol table, dynamic string table, and hash table to ld.
1349
1350 Add hash table histogram support to readelf.
1351
1352 Version 0.32:
1353
1354 more work on elflint
1355
1356 ld now creates the dynamic section and references it.  Start adding entries
1357 to dynamic section.
1358
1359 Version 0.31:
1360
1361 Start implementing elflint.
1362
1363 Version 0.30:
1364
1365 Fix handling of NOBITS sections in elf_getdata.
1366
1367 Start implementing generation of executables and DSOs in ld.
1368 Generation of program header mostly done.  Address computation done.
1369 Extension of linker script syntax.
1370
1371 Various cleanups.
1372
1373 Implement section group handling in readelf.
1374
1375 Version 0.29:
1376
1377 Implement section groups.  This involved a lot of code moving.  The
1378 new code is entirely untested since gas/gcc are currently not able to
1379 create section groups.  ld works fine on files without section groups.
1380
1381 Version 0.28:
1382
1383 Fix problem with adding more section in elf_newscn.  The section pointers
1384 for the data buffers wasn't adjusted.
1385
1386 Fix elf_getdata with nonzero second parameter.  Correctly handle creation
1387 of internal data buffer for machines without unaligned access.
1388
1389 Version 0.27:
1390
1391 Start adding support to selectively add sections.  Includes support for
1392 section groups.
1393 Add --gc-sections/--no-gc-sections options.
1394 Add general section merging support.
1395
1396 Fix a bug in section group support in strip.
1397
1398 Fix some potential problems with hash value in dynamic hash implementation.
1399
1400 Version 0.26:
1401
1402 section merging works in ld.
1403
1404 Version 0.25:
1405
1406 Actually create data structures from version map file and use it to hide
1407 symbols in ld.
1408
1409 Implement -s -s for ld.
1410
1411 Version 0.24:
1412
1413 Improve relocation table output in readelf.  Avoid some crashes.
1414 Finish many section handling in readelf.
1415
1416 Finish: finish implementation of ld -r.  At least some simple tests pass.
1417
1418 Version 0.23:
1419
1420 Fix a number of errors in ELF_C_WRITE handling.
1421
1422 Almost finished implementation of ld -r.  The data sections are all copied.
1423 Handling of symbol tables is missing.
1424
1425 Version 0.22:
1426
1427 Handle DSO and archive input files correctly if -r option is given.
1428
1429 Gracefully deal with no phdr in new file in libelf.
1430 Fix various small error handling problems.
1431 Don't mmap file for output unless the command says so.
1432
1433 Add code to create ELF section header table to ld finalize routines.
1434
1435 Version 0.21:
1436
1437 Fix some problems with recursive handling of archives in libelf.
1438
1439 Improve messages printed by nm.
1440
1441 Add symbol binding name handling to libebl.  Fix section name handling in
1442 libebl.
1443
1444 readelf and nm use more libebl functions.
1445
1446 Handle XINDEX correctly in nm and string.
1447
1448 Add first machine ld backend library (i386).
1449 Use it.  Recognize -r and --shared.  Avoid using -lxxx parameters for -r.
1450 Create ELF header in output file.  Change mode of output file according to
1451 output file type.  Reorganize callback initialization in ld.
1452
1453 Version 0.20:
1454
1455 Fix some memory leaks in libelf.
1456
1457 Version 0.19:
1458
1459 Implement reading version script.  Both inside linker scripts and via the
1460 --version-script command line parameter.  Uses the same code.
1461 What remains to be done is to implement a data structure which allows
1462 efficient matching against the version names to decide which pattern
1463 matches.
1464
1465 Beginning of output generation and output writing functions.
1466
1467 Version 0.18:
1468
1469 Finish implementation for DSO input file handling.  Implement rpath, runpath,
1470 and LD_LIBRARY_PATH handling.
1471
1472 Version 0.17:
1473
1474 make handling of e_shnum overflow in libelf standard conforming
1475
1476 ld now actually can handle DSOs in linker scripts.  Handling of DT_RUNPATH,
1477 DT_RPATH, -rpath, -rpath-link still remains to be implemented.
1478
1479 fix handling of -L parameters.  Make actual use of the default_paths element.
1480
1481 make re-definition of symbols in and from DSO compatible with existing linker
1482
1483 Version 0.16:
1484
1485 more work on assigning input sections to output sections.
1486
1487 Add gelf_xlatetof and gelf_xlatetom which were accidently left out.
1488
1489 Fix memory handling of section headers.
1490
1491 Version 0.15:
1492
1493 Add many-section support to ld.  Add various new command line parameters.
1494 Allow pagesize to be specified in linker script or on the command line.
1495 Collect input sections in list for the output section according to the rules
1496 specified in the linker script.
1497
1498 Version 0.14:
1499
1500 Fix some problems in the internal list handling which had the result
1501 that we didn't look for some of the unresolved symbols.
1502
1503 Free some memory if we know we don't need it anymore.
1504
1505 Optimize the list of unresolved symbols.  Throw out symbols which are
1506 meanwhile resolved.
1507
1508 Version 0.13:
1509
1510 Got file reading correct now.  The files are all read while parsing
1511 the parameters.  No creating of data structures to describe the linker
1512 command line.  The symbol table is built up while reading the files.
1513 DSOs are handled now.  -( -) handling is optimized.
1514
1515 Version 0.12:
1516
1517 Linker read linker scripts everywhere.  Handles --whole-archive.  Recognizes
1518 --dynamic and --static.  Collects defined and undefined symbols.  Recognizes
1519 conflicts.
1520
1521 libebl now defines functions to call the callbacks.  Add generic name handling
1522 in these new functions.  Remove the code from readelf and call the new
1523 functions.
1524
1525 Version 0.11:
1526
1527 Start of linker.  Basic argument parsing, finding of input files,
1528 linker script reading.
1529
1530 Version 0.10:
1531
1532 Implement dwarf_get_fde_n(), dwarf_get_abbrev(), dwarf_get_abbrev_tag(),
1533 dwarf_get_abbrev_code(), dwarf_get_abbrev_children_flag(),
1534 dwarf_get_abbrev_entry(), dwarf_get_fde_at_pc(), and tests for it.
1535
1536 Version 0.9:
1537
1538 Implement dwarf_get_fde_list_eh(), dwarf_get_cie_of_fde(),
1539 dwarf_get_fde_range(), dwarf_get_cie_info(), dwarf_get_fde_instr_bytes(),
1540 and tests for them.
1541
1542 Version 0.8:
1543
1544 Make handling of binaries in other byte order work and add tests for it.
1545
1546 Version 0.7:
1547
1548 Implement dwarf_get_aranges(), dwarf_get_arange(), dwarf_get_cu_die_offset(),
1549 dwarf_get_arange_info(), and tests for them.
1550
1551 Version 0.6:
1552
1553 Implement dwarf_get_global(), dwarf_globname(), dwarf_global_die_offset(),
1554 dwarf_global_cu_offset(), dwarf_global_name_offsets(), and tests for them
1555
1556 Version 0.5:
1557
1558 Implemented dwarf_srclines(), dwarf_srcfiles(), dwarf_linebeginstatement(),
1559 dwarf_lineendsequence(), dwarf_lineno(), dwarf_lineaddr(), dwarf_lineoff(),
1560 dwarf_linesrc(), dwarf_lineblock(), dwarf_lineprologueend(),
1561 dwarf_lineepiloguebegin(), and tests for them.
1562
1563 Version 0.4:
1564
1565 Implemented dwarf_loclist().
1566
1567 Version 0.3:
1568
1569 Implemented dwarf_dieoffset(), dwarf_die_CU_offset(), dwarf_diename() and
1570 tests.
1571
1572 Implemented dwarf_attrlist(), dwarf_hasattr(), dwarf_attr(), dwarf_lowpc(),
1573 dwarf_highpc(), dwarf_bytesize(), dwarf_bitsize(), dwarf_bitoffset(),
1574 dwarf_srclang(), dwarf_arrayorder(), dwarf_hasform(), dwarf_whatform(),
1575 dwarf_whatattr(), dwarf_formref(), dwarf_global_formref(), dwarf_formaddr(),
1576 dwarf_formflag(), dwarf_formudata(), dwarf_formsdata(), dwarf_formblock,
1577 dwarf_formstring() and tests for them.
1578
1579 Version 0.2:
1580
1581 Implemented dwarf_offdie()), dwarf_tag(), dwarf_dieoffset(),
1582 dwarf_die_CU_offset(), dwarf_diename() and tests for them.
1583
1584 Version 0.1:
1585
1586 First libdwarf functions work.
1587
1588 Version 0.0:
1589
1590 libelf and parts of libebl are done.