From 43d826d977b824c55159cadeb7580cc4431cade7 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 23 Nov 1994 17:23:50 -0500 Subject: [PATCH] (TARGET_DEFAULT): Forbid usage of bitfield instructions. From-SVN: r8562 --- gcc/config/ns32k/pc532.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 -- 2.30.2