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