diff options
author | Tom Tromey <tromey@redhat.com> | 2001-01-24 18:47:35 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2001-01-24 18:47:35 +0000 |
commit | 597dba19e8aeb720e8ffab09757a0e62115de0ec (patch) | |
tree | d672e67c8967ef7522916d54064c8e06d8288e6d /gcc | |
parent | 7855db7cb8238288a2f1e85864dc1ecac098ad38 (diff) | |
download | gcc-597dba19e8aeb720e8ffab09757a0e62115de0ec.zip gcc-597dba19e8aeb720e8ffab09757a0e62115de0ec.tar.gz gcc-597dba19e8aeb720e8ffab09757a0e62115de0ec.tar.bz2 |
gcc.texi (G++ and GCC): Mention gcj manual.
* gcc.texi (G++ and GCC): Mention gcj manual.
(Standards): Link to section of manual mentioning gcj/Java
compatibility.
From-SVN: r39241
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/gcc.texi | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e0b5617..60fcec5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2001-01-24 Tom Tromey <tromey@redhat.com> + + * gcc.texi (G++ and GCC): Mention gcj manual. + (Standards): Link to section of manual mentioning gcj/Java + compatibility. + 2001-01-24 Jakub Jelinek <jakub@redhat.com> * cppfiles.c (_cpp_read_file): Add to dependencies if requested. diff --git a/gcc/gcc.texi b/gcc/gcc.texi index bb3c502..177c2ee 100644 --- a/gcc/gcc.texi +++ b/gcc/gcc.texi @@ -273,8 +273,8 @@ bugs. It corresponds to GCC version 2.97. Several versions of the compiler (C, C++, Objective C, Fortran, Java and CHILL) are integrated; this is why we use the name ``GNU Compiler Collection''. GCC can compile programs written in any of these -languages. The Fortran and CHILL compilers are described in -separate manuals. The Java compiler currently has no manual documenting it. +languages. The Fortran, CHILL, and Java compilers are described in +separate manuals. @cindex GCC ``GCC'' is a common shorthand term for the GNU Compiler Collection. This is both @@ -471,6 +471,9 @@ information concerning the history of C that is available online, see @xref{Language,,The GNU Fortran Language, g77, Using and Porting GNU Fortran}, for details of the Fortran language supported by GCC. +@xref{Compatibility,,Compatibility with the Java Platform, gcj, GNU gcj}, +for details of compatibility between @code{gcj} and the Java Platform. + @xref{References,,Language Definition References, chill, GNU Chill}, for details of the CHILL standard. |