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