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/elf-bfd.h | |
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/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index d714974..b27aed0 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -1592,8 +1592,6 @@ extern bfd_boolean _bfd_elf_create_dynamic_sections (bfd *, struct bfd_link_info *); extern bfd_boolean _bfd_elf_create_got_section (bfd *, struct bfd_link_info *); -extern unsigned long _bfd_elf_link_renumber_dynsyms - (bfd *, struct bfd_link_info *); extern bfd_boolean _bfd_elfcore_make_pseudosection (bfd *, char *, size_t, ufile_ptr); |