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/elf-bfd.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/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index ee4d46c..0cd42b5 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -566,8 +566,10 @@ struct elf_obj_tdata #define elf_bad_symtab(bfd) (elf_tdata(bfd) -> bad_symtab) #define elf_flags_init(bfd) (elf_tdata(bfd) -> flags_init) -extern char * bfd_elf_string_from_elf_section PARAMS ((bfd *, unsigned, unsigned)); -extern char * bfd_elf_get_str_section PARAMS ((bfd *, unsigned)); +extern int _bfd_elf_section_from_bfd_section PARAMS ((bfd *, asection *)); +extern char *bfd_elf_string_from_elf_section + PARAMS ((bfd *, unsigned, unsigned)); +extern char *bfd_elf_get_str_section PARAMS ((bfd *, unsigned)); extern boolean _bfd_elf_print_private_bfd_data PARAMS ((bfd *, PTR)); extern void bfd_elf_print_symbol PARAMS ((bfd *, PTR, asymbol *, |