summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-06-08 12:27:33 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-06-08 12:27:33 +0000
commit59bf5bb6ce27f3cc706153b686467f9b7681a20d (patch)
tree3e085ce740c614db5d2ab7a3dd6302bbd298bcd2
parente2103e3f0f5fea4259e37452b4907c9277f2775e (diff)
downloadbinutils-redhat-59bf5bb6ce27f3cc706153b686467f9b7681a20d.tar.gz
* elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elf64-sh64.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4b3fefc204..45340b203c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
2002-06-08 Alan Modra <amodra@bigpond.net.au>
+ * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
+
+2002-06-08 Alan Modra <amodra@bigpond.net.au>
+
* Makefile.am: Run "make dep-am".
* Makefile.in: Regenerate.
diff --git a/bfd/elf64-sh64.c b/bfd/elf64-sh64.c
index 091849690e..ccb87e4a7f 100644
--- a/bfd/elf64-sh64.c
+++ b/bfd/elf64-sh64.c
@@ -139,7 +139,7 @@ static int sh64_elf64_get_symbol_type PARAMS ((Elf_Internal_Sym *, int));
static boolean sh64_elf64_add_symbol_hook
PARAMS ((bfd *, struct bfd_link_info *, const Elf_Internal_Sym *,
const char **, flagword *, asection **, bfd_vma *));
-extern boolean sh64_elf64_link_output_symbol_hook
+static boolean sh64_elf64_link_output_symbol_hook
PARAMS ((bfd *, struct bfd_link_info *, const char *, Elf_Internal_Sym *,
asection *));
static boolean sh64_elf64_fake_sections
@@ -3013,7 +3013,7 @@ sh64_elf64_add_symbol_hook (abfd, info, sym, namep, flagsp, secp, valp)
we don't need to look up and make sure to emit the main symbol for each
DataLabel symbol. */
-boolean
+static boolean
sh64_elf64_link_output_symbol_hook (abfd, info, cname, sym, input_sec)
bfd *abfd ATTRIBUTE_UNUSED;
struct bfd_link_info *info;