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