diff options
Diffstat (limited to 'bfd/elf32-sh.c')
-rw-r--r-- | bfd/elf32-sh.c | 4 |
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; { |