From: Richard Kenner Date: Wed, 23 Nov 1994 22:23:50 +0000 (-0500) Subject: (TARGET_DEFAULT): Forbid usage of bitfield instructions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43d826d977b824c55159cadeb7580cc4431cade7;p=gcc.git (TARGET_DEFAULT): Forbid usage of bitfield instructions. From-SVN: r8562 --- diff --git a/gcc/config/ns32k/pc532.h b/gcc/config/ns32k/pc532.h index 98a1af78b70..e5eb2e5863d 100644 --- a/gcc/config/ns32k/pc532.h +++ b/gcc/config/ns32k/pc532.h @@ -23,9 +23,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "ns32k/ns32k.h" /* Compile for the floating point unit & 32532 by default; - also presume SB is zero */ + also presume SB is zero and no bitfield instructions */ -#define TARGET_DEFAULT 25 +#define TARGET_DEFAULT (1 + 24 + 64) /* Write DBX debugging info for gdb to read */ @@ -70,7 +70,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* movd insns may have floating point constant operands. */ #define MOVD_FLOAT_OK - -/* Every address needs to use a base reg. */ - -#define BASE_REG_NEEDED