summaryrefslogtreecommitdiff
path: root/bfd/elf32-sh.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-07-09 12:32:35 +0000
committerNick Clifton <nickc@redhat.com>2004-07-09 12:32:35 +0000
commit563b80c21ea74134fc91010d4f754bb2e615bdc8 (patch)
treea65d3c2e337eb318c95f135c869cc50e1e5e6a46 /bfd/elf32-sh.c
parent56f4cc1062da287528ace71d3373aaa2222c1edb (diff)
downloadbinutils-redhat-563b80c21ea74134fc91010d4f754bb2e615bdc8.tar.gz
Rename sh-symbian-elf toolchain to sh-*-symbianelf
Diffstat (limited to 'bfd/elf32-sh.c')
-rw-r--r--bfd/elf32-sh.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/elf32-sh.c b/bfd/elf32-sh.c
index b5a3caf39e..e989bd5a85 100644
--- a/bfd/elf32-sh.c
+++ b/bfd/elf32-sh.c
@@ -6833,7 +6833,6 @@ sh_elf_set_mach_from_flags (bfd *abfd)
return the equivalent ELF flags from the table.
Return -1 if no match is found. */
-#ifndef SH_TARGET_ALREADY_DEFINED
int
sh_elf_get_flags_from_mach (unsigned long mach)
{
@@ -6848,7 +6847,6 @@ sh_elf_get_flags_from_mach (unsigned long mach)
return -1;
}
-#endif
#endif /* not sh_elf_set_mach_from_flags */
#ifndef sh_elf_set_private_flags
@@ -6885,7 +6883,6 @@ sh_elf_copy_private_data (bfd * ibfd, bfd * obfd)
/* This function returns the ELF architecture number that
corresponds to the given arch_sh* flags. */
-#ifndef SH_TARGET_ALREADY_DEFINED
int
sh_find_elf_flags (unsigned int arch_set)
{
@@ -6894,7 +6891,6 @@ sh_find_elf_flags (unsigned int arch_set)
return sh_elf_get_flags_from_mach (bfd_mach);
}
-#endif
/* This routine initialises the elf flags when required and
calls sh_merge_bfd_arch() to check dsp/fpu compatibility. */