diff options
-rw-r--r-- | gcc/java/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/java/gcj.texi | 6 |
2 files changed, 11 insertions, 1 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 12b2cd7..b943cb7 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,9 @@ +2001-04-05 Alexandre Petit-Bianco <apbianco@redhat.com> + + * gcj.texi: Use `which-gcj' instead of `which-g77.' + (version-gcc): Initialized. + (which-gcj): Likewise. + 2001-04-04 Alexandre Petit-Bianco <apbianco@redhat.com> * java-tree.h (struct lang_decl): New macro diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi index bb94dff..f78c525 100644 --- a/gcc/java/gcj.texi +++ b/gcc/java/gcj.texi @@ -10,6 +10,10 @@ @c When this manual is copyrighted. @set copyrights-gcj 2001 +@c Versions +@set version-gcc 3.1 +@set which-gcj GCC-@value{version-gcc} + @ifinfo @format @dircategory Programming @@ -64,7 +68,7 @@ Free Software Foundation instead of in the original English. @vskip 0pt plus 1filll Copyright @copyright{} @value{copyrights-gcj} Free Software Foundation, Inc. @sp 2 -For the @value{which-g77} Version* +For the @value{which-gcj} Version* @sp 1 Published by the Free Software Foundation @* 59 Temple Place - Suite 330@* |