projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0047bb7
)
(STORE_FLAG_VALUE): Write so works on both 32 and 64-bit host.
author
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 15 Feb 1997 13:10:59 +0000
(08:10 -0500)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Sat, 15 Feb 1997 13:10:59 +0000
(08:10 -0500)
From-SVN: r13635
gcc/config/a29k/a29k.h
patch
|
blob
|
history
diff --git
a/gcc/config/a29k/a29k.h
b/gcc/config/a29k/a29k.h
index 7ea593b3d42d4cdbbcb26e1b7dfb4eac9a9c3cfc..2b607e786e972face4a1cc6f36782cd9958187e4 100644
(file)
--- a/
gcc/config/a29k/a29k.h
+++ b/
gcc/config/a29k/a29k.h
@@
-1278,7
+1278,7
@@
extern char *a29k_function_name;
and some other value for true. This is the value stored for true, which
is just the sign bit. */
-#define STORE_FLAG_VALUE
-2147483648
+#define STORE_FLAG_VALUE
(-2147483647 - 1)
/* Specify the machine mode that pointers have.
After generation of rtl, the compiler makes no further distinction