diff options
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-sh.c | 8 | ||||
-rw-r--r-- | gas/config/tc-sh.h | 2 |
2 files changed, 0 insertions, 10 deletions
diff --git a/gas/config/tc-sh.c b/gas/config/tc-sh.c index d5a18c0..2704457 100644 --- a/gas/config/tc-sh.c +++ b/gas/config/tc-sh.c @@ -3898,14 +3898,6 @@ sh_elf_final_processing (void) if (sh64_isa_mode != sh64_isa_unspecified) val = EF_SH5; else -#elif defined TARGET_SYMBIAN - if (1) - { - extern int sh_symbian_find_elf_flags (unsigned int); - - val = sh_symbian_find_elf_flags (valid_arch); - } - else #endif /* HAVE_SH64 */ val = sh_find_elf_flags (valid_arch); diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h index d0e7916..a2f1702 100644 --- a/gas/config/tc-sh.h +++ b/gas/config/tc-sh.h @@ -160,8 +160,6 @@ extern int target_big_endian; #define TARGET_FORMAT (!target_big_endian ? "elf32-sh-linux" : "elf32-shbig-linux") #elif defined(TE_NetBSD) #define TARGET_FORMAT (!target_big_endian ? "elf32-shl-nbsd" : "elf32-sh-nbsd") -#elif defined TARGET_SYMBIAN -#define TARGET_FORMAT (!target_big_endian ? "elf32-shl-symbian" : "elf32-sh-symbian") #elif defined (TE_VXWORKS) #define TARGET_FORMAT (!target_big_endian ? "elf32-shl-vxworks" : "elf32-sh-vxworks") #elif defined (TE_UCLINUX) |