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