From a245a9aa26183575436133cd4aee62b251c4d104 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Mon, 18 Feb 2002 23:57:10 +0000 Subject: 2002-02-18 Daniel Jacobowitz * config/obj-coff.h: Check !target_big_endian, not shl, for coff-sh. --- gas/config/obj-coff.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gas/config/obj-coff.h') diff --git a/gas/config/obj-coff.h b/gas/config/obj-coff.h index 1a50359..8d2ae73 100644 --- a/gas/config/obj-coff.h +++ b/gas/config/obj-coff.h @@ -127,15 +127,10 @@ #define TARGET_FORMAT "pe-shl" #else -#if 0 /* FIXME: The "shl" varaible does not appear to exist. What happened to it ? */ #define TARGET_FORMAT \ - (shl \ + (!target_big_endian \ ? (sh_small ? "coff-shl-small" : "coff-shl") \ : (sh_small ? "coff-sh-small" : "coff-sh")) -#else -#define TARGET_FORMAT \ - (sh_small ? "coff-shl-small" : "coff-shl") -#endif #endif #endif -- cgit v1.1