From d07ed2cd8e0fb5082311ce2ebf8edd090b717009 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 7 Sep 2000 04:26:37 +0000 Subject: * config/tc-sh.h (TARGET_FORMAT): Use sh-linux targets. * configure.in (sh-*-linux*): Added. * configure: Rebuilt. --- gas/config/tc-sh.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gas/config/tc-sh.h') 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)); -- cgit v1.1