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