This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch: gcc.texi -vs- Java (Was: Patch: gcj documentation)


>>>>> "Joseph" == Joseph S Myers <jsm28@cam.ac.uk> writes:

Joseph> Could you also update gcc.texi where it says
Joseph> 	@cindex Objective C

Joseph> and maybe also add details of the Java specification where gcc.texi has
Joseph> @c FIXME: details of C++ standard.
Joseph> @c FIXME: definitions of Java and Objective C.
Joseph> or to the gcj manual and linked to from there?

I did both of these.
Patch appended.

Ok to commit?

2001-01-17  Tom Tromey  <tromey@redhat.com>

	* gcc.texi (G++ and GCC): Mention gcj manual.
	(Standards): Link to section of manual mentioning gcj/Java
	compatibility.

Tom

Index: gcc.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/gcc.texi,v
retrieving revision 1.72
diff -u -r1.72 gcc.texi
--- gcc.texi	2001/01/16 19:33:50	1.72
+++ gcc.texi	2001/01/17 23:54:46
@@ -273,8 +273,8 @@
 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
@@ -470,6 +470,9 @@
 
 @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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]