diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-11-23 17:23:50 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-11-23 17:23:50 -0500 |
commit | 43d826d977b824c55159cadeb7580cc4431cade7 (patch) | |
tree | 1ad8aaecdefb907e1bec92bc0667f8e9e4b936ef /gcc | |
parent | c4338b47129049945dc7249a1c54e701d9444502 (diff) | |
download | gcc-43d826d977b824c55159cadeb7580cc4431cade7.zip gcc-43d826d977b824c55159cadeb7580cc4431cade7.tar.gz gcc-43d826d977b824c55159cadeb7580cc4431cade7.tar.bz2 |
(TARGET_DEFAULT): Forbid usage of bitfield instructions.
From-SVN: r8562
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/ns32k/pc532.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/config/ns32k/pc532.h b/gcc/config/ns32k/pc532.h index 98a1af7..e5eb2e5 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 |