summaryrefslogtreecommitdiffstats
path: root/gcc/java
diff options
context:
space:
mode:
authorapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-13 05:37:30 +0000
committerapbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4>1999-10-13 05:37:30 +0000
commit47d2cf5ae4b62d953661e738b563a393ed269b19 (patch)
tree044aa100bb9ee1b877c43d8a39ee37f383240f85 /gcc/java
parent5dcc83d9b0c3588da96f817ae9c36c845c628366 (diff)
downloadppe42-gcc-47d2cf5ae4b62d953661e738b563a393ed269b19.tar.gz
ppe42-gcc-47d2cf5ae4b62d953661e738b563a393ed269b19.zip
Tue Oct 12 22:28:10 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* (RELOCATION_VALUE_1): Fixed integer value from 0 to 1. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29933 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/jcf-write.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index 1e4f75023cc..7a0a03c54f9 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,7 @@
+Tue Oct 12 22:28:10 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
+
+ * (RELOCATION_VALUE_1): Fixed integer value from 0 to 1.
+
1999-10-07 Anthony Green <green@cygnus.com>
* jcf-write.c (generate_classfile): Use UNSAFE_PUTx in cases
diff --git a/gcc/java/jcf-write.c b/gcc/java/jcf-write.c
index 18cba2c49c8..79cf322d859 100644
--- a/gcc/java/jcf-write.c
+++ b/gcc/java/jcf-write.c
@@ -187,7 +187,7 @@ struct jcf_relocation
};
#define RELOCATION_VALUE_0 ((HOST_WIDE_INT)0)
-#define RELOCATION_VALUE_1 ((HOST_WIDE_INT)0)
+#define RELOCATION_VALUE_1 ((HOST_WIDE_INT)1)
/* State for single catch clause. */
OpenPOWER on IntegriCloud