(RELOCATION_VALUE_1): Fixed integer value from 0 to 1.
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Wed, 13 Oct 1999 05:37:30 +0000 (05:37 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Wed, 13 Oct 1999 05:37:30 +0000 (22:37 -0700)
Tue Oct 12 22:28:10 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

        * (RELOCATION_VALUE_1): Fixed integer value from 0 to 1.

From-SVN: r29933

gcc/java/ChangeLog
gcc/java/jcf-write.c

index 1e4f750..7a0a03c 100644 (file)
@@ -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
index 18cba2c..79cf322 100644 (file)
@@ -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. */