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]

[wwwdocs,Java]


The current libjit reference greats us with "This Account Has Been 
Suspended".  Not good.  This fixes it.

Gerald


2012-11-02  Gerald Pfeifer  <gerald@pfeifer.com>
 
	* index.html (href): Adjust reference to libjit.

Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/index.html,v
retrieving revision 1.175
diff -u -3 -p -r1.175 index.html
--- index.html	30 Oct 2012 23:11:55 -0000	1.175
+++ index.html	1 Nov 2012 23:46:20 -0000
@@ -112,7 +112,7 @@ garbage collection when running <a href=
 <dd>Tom Tromey has <a
 href="http://gcc.gnu.org/ml/java/2006-04/msg00046.html";>announced</a> the
 availability of two experimental Just-In-Time (JIT) interpreters for GCJ based
-on <a href="http://www.southern-storm.com.au/libjit.html";>libjit</a> and <a
+on <a href="http://freecode.com/projects/libjit";>libjit</a> and <a
 href="http://llvm.org/";>LLVM</a> respectively. The source code for these
 JITs is available via the &quot;gcj-jit&quot; module of the <a
 href="http://sourceware.org/rhug/";>rhug</a> repository.


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