projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58690ba
)
mips.h (Pmode): Revert Oct 14th change which added a cast.
author
Kaveh Ghazi
<ghazi@gcc.gnu.org>
Mon, 3 May 1999 13:18:01 +0000
(13:18 +0000)
committer
Kaveh Ghazi
<ghazi@gcc.gnu.org>
Mon, 3 May 1999 13:18:01 +0000
(13:18 +0000)
0
* mips.h (Pmode): Revert Oct 14th change which added a cast.
From-SVN: r26750
gcc/config/mips/mips.h
patch
|
blob
|
history
diff --git
a/gcc/config/mips/mips.h
b/gcc/config/mips/mips.h
index d28e26a7830a2e2f36bdcda7f4dfafd8143e98cc..75ee865cdee651aed7508af605c50b168d432728 100644
(file)
--- a/
gcc/config/mips/mips.h
+++ b/
gcc/config/mips/mips.h
@@
-3306,7
+3306,7
@@
while (0)
For MIPS we make pointers are the smaller of longs and gp-registers. */
#ifndef Pmode
-#define Pmode ((
enum machine_mode)((TARGET_LONG64 && TARGET_64BIT) ? DImode : SImode)
)
+#define Pmode ((
TARGET_LONG64 && TARGET_64BIT) ? DImode : SImode
)
#endif
/* A function address in a call instruction