From: Alexandre Petit-Bianco Date: Wed, 13 Oct 1999 15:16:12 +0000 (-0700) Subject: (Fixing malformed ChangeLog entries...) X-Git-Tag: prereleases/libstdc++-2.92~10094 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ce74b7d6e8d6a34aaa8ac19dec9951c61d1454b9;p=thirdparty%2Fgcc.git (Fixing malformed ChangeLog entries...) From-SVN: r29944 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 7a0a03c54f9d..1daf2ce4dc87 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,6 +1,6 @@ Tue Oct 12 22:28:10 1999 Alexandre Petit-Bianco - * (RELOCATION_VALUE_1): Fixed integer value from 0 to 1. + * jcf-write.c (RELOCATION_VALUE_1): Fixed integer value from 0 to 1. 1999-10-07 Anthony Green @@ -41,7 +41,7 @@ Fri Sep 24 10:48:10 1999 Bernd Schmidt Tue Sep 14 16:24:19 1999 Alexandre Petit-Bianco - * jcf-write.c: (RELOCATION_VALUE_0): New macro. + * jcf-write.c (RELOCATION_VALUE_0): New macro. (RELOCATION_VALUE_1): Likewise. (emit_iinc, emit_reloc, push_constant1, push_constant2, push_in_const, push_long_const): Prototyped.