aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/a29k
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-02-15 08:10:59 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1997-02-15 08:10:59 -0500
commit3e6e075c892f3cb569311f0afdab783545275f45 (patch)
tree68760ac7b574ad5383d2424c02ed737936b57d0c /gcc/config/a29k
parent0047bb7df1c4b5c65ae0368a27dc12945595193e (diff)
downloadgcc-3e6e075c892f3cb569311f0afdab783545275f45.zip
gcc-3e6e075c892f3cb569311f0afdab783545275f45.tar.gz
gcc-3e6e075c892f3cb569311f0afdab783545275f45.tar.bz2
(STORE_FLAG_VALUE): Write so works on both 32 and 64-bit host.
From-SVN: r13635
Diffstat (limited to 'gcc/config/a29k')
-rw-r--r--gcc/config/a29k/a29k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/a29k/a29k.h b/gcc/config/a29k/a29k.h
index 7ea593b..2b607e7 100644
--- 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