projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
085daa5
)
Correct MASK_64BIT to TARGET_64BIT
author
Ian Lance Taylor
<ian@gcc.gnu.org>
Mon, 21 Oct 1996 22:02:15 +0000
(22:02 +0000)
committer
Ian 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
patch
|
blob
|
history
diff --git
a/gcc/config/mips/mips.c
b/gcc/config/mips/mips.c
index 4266f59cd5da13e244cc9b3d45e79bd19b71cc3f..3bfd940c79523935d3a6a2a626756ec43045783b 100644
(file)
--- a/
gcc/config/mips/mips.c
+++ b/
gcc/config/mips/mips.c
@@
-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. */