aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf-bfd.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-03-18 13:21:11 +0000
committerAlan Modra <amodra@gmail.com>2005-03-18 13:21:11 +0000
commit554220db5bd1b44f1ad9e1de6888f145c25ba829 (patch)
tree6fb1d47340e8ab81db2c39f4d3cf83408dcdb9df /bfd/elf-bfd.h
parentc4cc24053688ad345e2169aeeec968e4df0bb9a9 (diff)
downloadbinutils-554220db5bd1b44f1ad9e1de6888f145c25ba829.zip
binutils-554220db5bd1b44f1ad9e1de6888f145c25ba829.tar.gz
binutils-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.h2
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);