From 1630fd2bf1076fd755dab29ce821b5b980d5f51e Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Fri, 11 Aug 2000 14:35:41 +0000 Subject: * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static. --- bfd/ChangeLog | 4 ++++ bfd/elf32-sh.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'bfd') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 293652839e..5f3534cc2e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2000-08-11 Alexandre Oliva + + * elf32-sh.c (sh_elf_set_mach_from_flags): Make it static. + 2000-08-10 Jason Eckhardt * elf32-i860.c (elf32_i860_relocate_section): New function. diff --git a/bfd/elf32-sh.c b/bfd/elf32-sh.c index eb333e2f62..f1e0027761 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; { -- cgit v1.2.1