summaryrefslogtreecommitdiff
path: root/bfd/elf64-sparc.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-08-17 09:44:19 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-08-17 09:44:19 +0000
commit50a31487c790315105334091ed6f4f1399587b3d (patch)
tree41e548213b89a195612cfb9baa9162f145e232ac /bfd/elf64-sparc.c
parent28ec5683af88a6dd58f6ac0424cde65d7653f778 (diff)
downloadgdb-50a31487c790315105334091ed6f4f1399587b3d.tar.gz
* elf64-sparc.c (sparc64_elf_output_arch_syms): Add missing
prototype. * nlm32-alpha.c (nlm_alpha_write_external): Fix warning.
Diffstat (limited to 'bfd/elf64-sparc.c')
-rw-r--r--bfd/elf64-sparc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elf64-sparc.c b/bfd/elf64-sparc.c
index 77e8861d043..c4248f713ee 100644
--- a/bfd/elf64-sparc.c
+++ b/bfd/elf64-sparc.c
@@ -63,6 +63,9 @@ static int sparc64_elf_get_symbol_type
static boolean sparc64_elf_add_symbol_hook
PARAMS ((bfd *, struct bfd_link_info *, const Elf_Internal_Sym *,
const char **, flagword *, asection **, bfd_vma *));
+static boolean sparc64_elf_output_arch_syms
+ PARAMS ((bfd *, struct bfd_link_info *, PTR,
+ boolean (*) (PTR, const char *, Elf_Internal_Sym *, asection *)));
static void sparc64_elf_symbol_processing
PARAMS ((bfd *, asymbol *));