diff options
author | Alexandre Petit-Bianco <apbianco@redhat.com> | 2001-04-05 16:22:25 -0700 |
---|---|---|
committer | Alexandre Petit-Bianco <apbianco@gcc.gnu.org> | 2001-04-05 16:22:25 -0700 |
commit | 8b66cd8f571473cc97edd0187428db5ce4b48d40 (patch) | |
tree | 38e03e9d37042e40d91e2e664a9ba8653bccce04 /gcc/java | |
parent | b8136a1632c1b37b685d9df81821952c1a1e353c (diff) | |
download | gcc-8b66cd8f571473cc97edd0187428db5ce4b48d40.zip gcc-8b66cd8f571473cc97edd0187428db5ce4b48d40.tar.gz gcc-8b66cd8f571473cc97edd0187428db5ce4b48d40.tar.bz2 |
gcj.texi: Use `which-gcj' instead of `which-g77.'
2001-04-05 Alexandre Petit-Bianco <apbianco@redhat.com>
* gcj.texi: Use `which-gcj' instead of `which-g77.'
(version-gcc): Initialized.
(which-gcj): Likewise.
(http://gcc.gnu.org/ml/gcc-patches/2001-04/msg00333.html)
From-SVN: r41133
Diffstat (limited to 'gcc/java')
-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@* |