* elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.

This commit is contained in:
Alexandre Oliva
2000-08-11 14:35:41 +00:00
parent 9122588356
commit 1630fd2bf1
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-08-11 Alexandre Oliva <aoliva@redhat.com>
* elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
2000-08-10 Jason Eckhardt <jle@cygnus.com>
* elf32-i860.c (elf32_i860_relocate_section): New function.

View File

@ -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;
{