diff options
author | Alan Modra <amodra@gmail.com> | 2005-03-18 13:21:11 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-03-18 13:21:11 +0000 |
commit | 554220db5bd1b44f1ad9e1de6888f145c25ba829 (patch) | |
tree | 6fb1d47340e8ab81db2c39f4d3cf83408dcdb9df /bfd/ChangeLog | |
parent | c4cc24053688ad345e2169aeeec968e4df0bb9a9 (diff) | |
download | gdb-554220db5bd1b44f1ad9e1de6888f145c25ba829.zip gdb-554220db5bd1b44f1ad9e1de6888f145c25ba829.tar.gz gdb-554220db5bd1b44f1ad9e1de6888f145c25ba829.tar.bz2 |
* elf-bfd.h (_bfd_elf_link_renumber_dynsyms): Delete.
* elflink.c (_bfd_elf_link_renumber_dynsyms): Make static, add
section_sym_count param, and return number of section symbols.
(bfd_elf_size_dynamic_sections): Clear section symbol area of
.dynsym contents. Don't bother calling swap_symbol_out on the
first all-zero dynsym.
(elf_mark_used_section): Formatting. Avoid twiddling flags in
special sections like bfd_abs_section.
(bfd_elf_gc_sections): Spelling fix.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9e049e7..dd8612d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +2005-03-18 Alan Modra <amodra@bigpond.net.au> + + * elf-bfd.h (_bfd_elf_link_renumber_dynsyms): Delete. + * elflink.c (_bfd_elf_link_renumber_dynsyms): Make static, add + section_sym_count param, and return number of section symbols. + (bfd_elf_size_dynamic_sections): Clear section symbol area of + .dynsym contents. Don't bother calling swap_symbol_out on the + first all-zero dynsym. + (elf_mark_used_section): Formatting. Avoid twiddling flags in + special sections like bfd_abs_section. + (bfd_elf_gc_sections): Spelling fix. + 2005-03-16 Fred Fish <fnf@specifixinc.com> PR binutils/790 |