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]
Other format: [Raw text]

Patch: FYI: another gcj faq fix


I'm checking this in.
Another fixlet to the gcj faq.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey at redhat dot com>
	* faq.html (1.7): Interpreter works on several platforms.

Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq.html,v
retrieving revision 1.58
diff -u -r1.58 faq.html
--- faq.html 19 Feb 2003 18:45:02 -0000 1.58
+++ faq.html 19 Feb 2003 18:46:16 -0000
@@ -160,7 +160,7 @@
           not found in the application binary or linked shared libraries, the class loader
           will search for a bytecode version in your classpath, much like a VM would. Be
           sure to build libgcj with the --enable-interpreter option to enable this
-          functionality. Currently this only works on x86 linux.</p>
+          functionality.</p>
         
           <p>The program "gij" provides a front end to the interpreter that behaves
           much like a traditional virtual machine. You can even use "gij" to run a shared library 


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