diff options
author | apbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-05 23:22:25 +0000 |
---|---|---|
committer | apbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-05 23:22:25 +0000 |
commit | ae5400eb1033df1f00804cadc6d0659bdaeddf32 (patch) | |
tree | 38e03e9d37042e40d91e2e664a9ba8653bccce04 /gcc | |
parent | 872f8c268e7579b57a59c1a8449832a22fb708fc (diff) | |
download | ppe42-gcc-ae5400eb1033df1f00804cadc6d0659bdaeddf32.tar.gz ppe42-gcc-ae5400eb1033df1f00804cadc6d0659bdaeddf32.zip |
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)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41133 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-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 12b2cd7373f..b943cb754c8 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 bb94dff3c8a..f78c525ec94 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@* |