mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* elf32-sh.c (sh_elf_set_mach_from_flags): Make it static.
This commit is contained in:
@ -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>
|
2000-08-10 Jason Eckhardt <jle@cygnus.com>
|
||||||
|
|
||||||
* elf32-i860.c (elf32_i860_relocate_section): New function.
|
* elf32-i860.c (elf32_i860_relocate_section): New function.
|
||||||
|
@ -39,7 +39,7 @@ static boolean sh_elf_copy_private_data
|
|||||||
PARAMS ((bfd *, bfd *));
|
PARAMS ((bfd *, bfd *));
|
||||||
static boolean sh_elf_merge_private_data
|
static boolean sh_elf_merge_private_data
|
||||||
PARAMS ((bfd *, bfd *));
|
PARAMS ((bfd *, bfd *));
|
||||||
boolean sh_elf_set_mach_from_flags
|
static boolean sh_elf_set_mach_from_flags
|
||||||
PARAMS ((bfd *));
|
PARAMS ((bfd *));
|
||||||
static boolean sh_elf_relax_section
|
static boolean sh_elf_relax_section
|
||||||
PARAMS ((bfd *, asection *, struct bfd_link_info *, boolean *));
|
PARAMS ((bfd *, asection *, struct bfd_link_info *, boolean *));
|
||||||
@ -2261,7 +2261,7 @@ sh_elf_check_relocs (abfd, info, sec, relocs)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean
|
static boolean
|
||||||
sh_elf_set_mach_from_flags (abfd)
|
sh_elf_set_mach_from_flags (abfd)
|
||||||
bfd * abfd;
|
bfd * abfd;
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user