]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Correct MASK_64BIT to TARGET_64BIT
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 21 Oct 1996 22:02:15 +0000 (22:02 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 21 Oct 1996 22:02:15 +0000 (22:02 +0000)
From-SVN: r12986

gcc/config/mips/mips.c

index 4266f59cd5da13e244cc9b3d45e79bd19b71cc3f..3bfd940c79523935d3a6a2a626756ec43045783b 100644 (file)
@@ -3470,7 +3470,7 @@ override_options ()
     target_flags &= ~ (MASK_FLOAT64|MASK_64BIT);
 
   /* In the EABI in 64 bit mode, longs and pointers are 64 bits.  */
-  if (mips_abi == ABI_EABI && MASK_64BIT)
+  if (mips_abi == ABI_EABI && TARGET_64BIT)
     target_flags |= MASK_LONG64;
 
   /* ??? This doesn't work yet, so don't let people try to use it.  */