aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-sh.c
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-08-11 14:35:41 +0000
committerAlexandre Oliva <aoliva@redhat.com>2000-08-11 14:35:41 +0000
commit1630fd2bf1076fd755dab29ce821b5b980d5f51e (patch)
tree6ba0ba53c3fecc0977db55f4e8c0b68c16d28ab4 /bfd/elf32-sh.c
parent9122588356d7557602e9eac617b1a4f61c862ed1 (diff)
downloadfsf-binutils-gdb-1630fd2bf1076fd755dab29ce821b5b980d5f51e.zip
fsf-binutils-gdb-1630fd2bf1076fd755dab29ce821b5b980d5f51e.tar.gz
fsf-binutils-gdb-1630fd2bf1076fd755dab29ce821b5b980d5f51e.tar.bz2
* elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
Diffstat (limited to 'bfd/elf32-sh.c')
-rw-r--r--bfd/elf32-sh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elf32-sh.c b/bfd/elf32-sh.c
index eb333e2..f1e0027 100644
--- a/bfd/elf32-sh.c
+++ b/bfd/elf32-sh.c
@@ -39,7 +39,7 @@ static boolean sh_elf_copy_private_data
PARAMS ((bfd *, bfd *));
static boolean sh_elf_merge_private_data
PARAMS ((bfd *, bfd *));
-boolean sh_elf_set_mach_from_flags
+static boolean sh_elf_set_mach_from_flags
PARAMS ((bfd *));
static boolean sh_elf_relax_section
PARAMS ((bfd *, asection *, struct bfd_link_info *, boolean *));
@@ -2261,7 +2261,7 @@ sh_elf_check_relocs (abfd, info, sec, relocs)
return true;
}
-boolean
+static boolean
sh_elf_set_mach_from_flags (abfd)
bfd * abfd;
{