diff options
Diffstat (limited to 'gas/config/tc-sh.h')
-rw-r--r-- | gas/config/tc-sh.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config/tc-sh.h b/gas/config/tc-sh.h index 54ba1b9..716be5a 100644 --- a/gas/config/tc-sh.h +++ b/gas/config/tc-sh.h @@ -160,7 +160,11 @@ extern int tc_coff_sizemachdep PARAMS ((fragS *)); /* Whether or not the target is big endian */ extern int target_big_endian; +#ifdef TE_LINUX +#define TARGET_FORMAT (shl ? "elf32-sh-linux" : "elf32-shbig-linux") +#else #define TARGET_FORMAT (shl ? "elf32-shl" : "elf32-sh") +#endif #define elf_tc_final_processing sh_elf_final_processing extern void sh_elf_final_processing PARAMS ((void)); |