summaryrefslogtreecommitdiff
path: root/bfd/elf-bfd.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2004-12-10 14:04:58 +0000
committerAlan Modra <amodra@bigpond.net.au>2004-12-10 14:04:58 +0000
commit5759bc2fb1a69853feb7bd1e644281fa6a7f9ce2 (patch)
tree23fc6253186767a365c9776dec99a48b64819843 /bfd/elf-bfd.h
parent886e0d4a7331791c05905a31f5f39469fc63e854 (diff)
downloadgdb-5759bc2fb1a69853feb7bd1e644281fa6a7f9ce2.tar.gz
* elf.c (bfd_elf_sym_name): Add symtab_hdr param.
(group_signature): Update call. * elf-bfd.h (bfd_elf_sym_name): Update. * elf32-ppc.c (ppc_elf_relocate_section): Update. * elf64-ppc.c (ppc64_elf_edit_opd, ppc64_elf_edit_toc) (ppc64_elf_relocate_section): Update * elflink.c (elf_link_input_bfd): Update.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r--bfd/elf-bfd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h
index ae6de15fb7f..9302af231e1 100644
--- a/bfd/elf-bfd.h
+++ b/bfd/elf-bfd.h
@@ -1358,7 +1358,7 @@ extern Elf_Internal_Sym *bfd_elf_get_elf_syms
(bfd *, Elf_Internal_Shdr *, size_t, size_t, Elf_Internal_Sym *, void *,
Elf_External_Sym_Shndx *);
extern const char *bfd_elf_sym_name
- (bfd *, Elf_Internal_Sym *);
+ (bfd *, Elf_Internal_Shdr *, Elf_Internal_Sym *);
extern bfd_boolean _bfd_elf_copy_private_bfd_data
(bfd *, bfd *);