Move java/gcj-announce.txt to news/gcj-announce.txt, and since this was a significant announcement with probably references out there, add a redirect as well. (And fix an incomplete sentence in news/javaannounce.html while we are already there.)
Applied. Gerald Index: news.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/news.html,v retrieving revision 1.153 diff -u -r1.153 news.html --- news.html 29 Dec 2016 20:57:31 -0000 1.153 +++ news.html 29 Dec 2016 22:34:21 -0000 @@ -1704,7 +1704,7 @@ <dt><b>September 6, 1998</b></dt> <dd> -Cygnus donates <a href="java/gcj-announce.txt"><b>Java front end</b></a>. +Cygnus donates <a href="news/gcj-announce.txt"><b>Java front end</b></a>. </dd> <dt><b>September 3, 1998</b></dt> Index: gcc-2.95/features.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/features.html,v retrieving revision 1.40 diff -u -r1.40 features.html --- gcc-2.95/features.html 28 Jun 2014 07:45:10 -0000 1.40 +++ gcc-2.95/features.html 29 Dec 2016 22:34:27 -0000 @@ -34,9 +34,9 @@ <li><a href="c++features.html">Many C++ improvements</a>.</li> <li><a href="https://gcc.gnu.org/onlinedocs/gcc-3.4.6/g77/News.html">Many Fortran improvements</a>.</li> - <li><a href="../java/gcj-announce.txt">Java</a> + <li><a href="../news/gcj-announce.txt">Java</a> front-end has been integrated. - <a href="../news/javaannounce.html">runtime library</a> + A <a href="../news/javaannounce.html">runtime library</a> is available separately.</li> <li><a href="../c99status.html">ISO C99 support</a></li> <li><a href="../news/chill.html">Chill</a> front-end and runtime has been Index: java/gcj-announce.txt =================================================================== RCS file: java/gcj-announce.txt diff -N java/gcj-announce.txt --- java/gcj-announce.txt 8 Feb 2001 17:34:35 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,27 +0,0 @@ -September 6, 1998 - -We're happy to announce public availability of a new GCC based native -code compiler for the Java(TM) language. - -The new GNU based compiler, GCJ, compiles both Java source files and -bytecode compiled Java class files to native code for a wide range of -target architectures. - -GCJ is a work in progress. We're also working on the set of runtime -libraries needed for executing GCJ compiled code, and extensions to -GDB, the GNU debugger, for debugging GCJ compiled code. - -Full details are available on the GCJ web pages: - - http://soruces.redhat.com/java/ - -Anthony Green -Cygnus Solutions - - -Java and all Java-based marks are trademarks or registered trademarks -of Sun Microsystems, Inc. in the United States and other -countries. The Free Software Foundation and Cygnus Solutions are -independent of Sun Microsystems, Inc. - -[URL of the web page updated - Jim Kingdon, July 2000] Index: news/gcj-announce.txt =================================================================== RCS file: news/gcj-announce.txt diff -N news/gcj-announce.txt --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ news/gcj-announce.txt 29 Dec 2016 22:34:27 -0000 @@ -0,0 +1,27 @@ +September 6, 1998 + +We're happy to announce public availability of a new GCC based native +code compiler for the Java(TM) language. + +The new GNU based compiler, GCJ, compiles both Java source files and +bytecode compiled Java class files to native code for a wide range of +target architectures. + +GCJ is a work in progress. We're also working on the set of runtime +libraries needed for executing GCJ compiled code, and extensions to +GDB, the GNU debugger, for debugging GCJ compiled code. + +Full details are available on the GCJ web pages: + + http://sources.redhat.com/java/ + +Anthony Green +Cygnus Solutions + + +Java and all Java-based marks are trademarks or registered trademarks +of Sun Microsystems, Inc. in the United States and other +countries. The Free Software Foundation and Cygnus Solutions are +independent of Sun Microsystems, Inc. + +[URL of the web page updated - Jim Kingdon, July 2000] Index: .htaccess =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/.htaccess,v retrieving revision 1.40 diff -u -r1.40 .htaccess --- .htaccess 29 Dec 2016 21:53:16 -0000 1.40 +++ .htaccess 29 Dec 2016 22:41:46 -0000 @@ -49,6 +49,7 @@ Redirect permanent /onlinedocs/g77/ https://gcc.gnu.org/onlinedocs/gcc-3.4.6/g77/ Redirect permanent /java/gcj.html https://gcc.gnu.org/ +Redirect permanent /java/gcj-announce.txt https://gcc.gnu.org/news/gcj-announce.txt Redirect permanent /java/libgcj.html https://gcc.gnu.org/ Redirect permanent /java/about.html https://gcc.gnu.org/about.html Redirect permanent /java/FAQ.html https://gcc.gnu.org/faq.html