diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-12 20:48:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-12 20:48:14 +0000 |
commit | 98bb57ad8ef6ccee13f05fbba4c70d944c5ad79d (patch) | |
tree | 2a851dd3ac6326f85b6b5987da4002461d9c6671 /bfd/elfcode.h | |
parent | 927d05b5a3e822c37f3b0eea3f3f5e18a7417d29 (diff) | |
download | gdb-98bb57ad8ef6ccee13f05fbba4c70d944c5ad79d.zip gdb-98bb57ad8ef6ccee13f05fbba4c70d944c5ad79d.tar.gz gdb-98bb57ad8ef6ccee13f05fbba4c70d944c5ad79d.tar.bz2 |
* elf-bfd.h (_bfd_elf_section_from_bfd_section): Declare.
* elfcode.h (_bfd_elf_section_from_bfd_section): Don't declare.
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r-- | bfd/elfcode.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h index 48e6d0b..378d0af 100644 --- a/bfd/elfcode.h +++ b/bfd/elfcode.h @@ -146,8 +146,6 @@ extern struct bfd_strtab_hash *_bfd_elf_stringtab_init PARAMS ((void)); extern boolean bfd_section_from_phdr PARAMS ((bfd *, Elf_Internal_Phdr *, int)); - int _bfd_elf_section_from_bfd_section PARAMS ((bfd *, struct sec *)); - static long elf_slurp_symbol_table PARAMS ((bfd *, asymbol **, boolean)); static boolean elf_slurp_reloc_table PARAMS ((bfd *, asection *, asymbol **)); |