Patch for residual sources.redhat/sourceware references in GCC
Joseph S. Myers
jsm28@cam.ac.uk
Wed Feb 7 17:40:00 GMT 2001
This patch fixes residual sources.redhat.com/sourceware.cygnus.com
references in the GCC source tree. OK to commit?
gcc/java/:
2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
* gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.
libffi/:
2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
* include/ffi.h.in: Change sourceware.cygnus.com references to
gcc.gnu.org.
libjava/:
2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
* README, gij.cc, java/lang/natClass.cc, java/lang/natSystem.cc:
Change sources.redhat.com and sourceware.cygnus.com references to
gcc.gnu.org.
Index: gcc/java/gcj.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/java/gcj.texi,v
retrieving revision 1.4
diff -u -r1.4 gcj.texi
--- gcj.texi 2001/01/23 20:09:17 1.4
+++ gcj.texi 2001/02/08 01:33:06
@@ -927,8 +927,7 @@
at @uref{ http://java.sun.com/} .
The current @code{gcj} home page is
-@uref{ http://sources.redhat.com/java/} . This is likely to change in the
-near future.
+@uref{ http://gcc.gnu.org/java/} .
For more information on gcc, see @uref{ http://gcc.gnu.org/} .
Index: libffi/include/ffi.h.in
===================================================================
RCS file: /cvs/gcc/gcc/libffi/include/ffi.h.in,v
retrieving revision 1.6
diff -u -r1.6 ffi.h.in
--- ffi.h.in 2000/12/08 19:41:15 1.6
+++ ffi.h.in 2001/02/08 01:33:06
@@ -43,11 +43,11 @@
More details on the raw and cloure API can be found in:
- http://sourceware.cygnus.com/ml/java-discuss/1999-q3/msg00138.html
+ http://gcc.gnu.org/ml/java/1999-q3/msg00138.html
and
- http://sourceware.cygnus.com/ml/java-discuss/1999-q3/msg00174.html
+ http://gcc.gnu.org/ml/java/1999-q3/msg00174.html
-------------------------------------------------------------------- */
#ifndef LIBFFI_H
Index: libjava/README
===================================================================
RCS file: /cvs/gcc/gcc/libjava/README,v
retrieving revision 1.3
diff -u -r1.3 README
--- README 2000/03/09 22:42:01 1.3
+++ README 2001/02/08 01:33:06
@@ -10,7 +10,7 @@
All documentation, including detailed installation and usage instructions,
can be found on the gcj web pages at this URL:
- http://sourceware.cygnus.com/java/
+ http://gcc.gnu.org/java/
REQUIREMENTS
@@ -51,5 +51,5 @@
Please submit bug reports via this URL:
- http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?database=java
+ http://gcc.gnu.org/cgi-bin/gnatsweb.pl?database=gcc
Index: libjava/gij.cc
===================================================================
RCS file: /cvs/gcc/gcc/libjava/gij.cc,v
retrieving revision 1.11
diff -u -r1.11 gij.cc
--- gij.cc 2000/08/21 06:05:19 1.11
+++ gij.cc 2001/02/08 01:33:06
@@ -33,7 +33,7 @@
printf (" --ms=NUMBER set initial heap size\n");
printf (" --mx=NUMBER set maximum heap size\n");
printf (" --version print version number, then exit\n");
- printf ("\nSee http://sources.redhat.com/java/ for information on reporting bugs\n");
+ printf ("\nSee http://gcc.gnu.org/java/ for information on reporting bugs\n");
exit (0);
}
Index: libjava/java/lang/natClass.cc
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/lang/natClass.cc,v
retrieving revision 1.35
diff -u -r1.35 natClass.cc
--- natClass.cc 2001/01/17 10:22:32 1.35
+++ natClass.cc 2001/02/08 01:33:06
@@ -1005,7 +1005,7 @@
// Generate tables for constant-time assignment testing and interface
// method lookup. This implements the technique described by Per Bothner
// <per@bothner.com> on the java-discuss mailing list on 1999-09-02:
-// http://sourceware.cygnus.com/ml/java-discuss/1999-q3/msg00377.html
+// http://gcc.gnu.org/ml/java/1999-q3/msg00377.html
void
_Jv_PrepareConstantTimeTables (jclass klass)
{
Index: libjava/java/lang/natSystem.cc
===================================================================
RCS file: /cvs/gcc/gcc/libjava/java/lang/natSystem.cc,v
retrieving revision 1.34
diff -u -r1.34 natSystem.cc
--- natSystem.cc 2001/01/26 21:57:08 1.34
+++ natSystem.cc 2001/02/08 01:33:07
@@ -306,7 +306,7 @@
// (introduced in 1.2), and earlier versioning properties.
SET ("java.version", VERSION);
SET ("java.vendor", "Free Software Foundation");
- SET ("java.vendor.url", " http://sources.redhat.com/java/ ");
+ SET ("java.vendor.url", " http://gcc.gnu.org/java/ ");
SET ("java.class.version", GCJVERSION);
SET ("java.vm.specification.version", "1.1");
SET ("java.vm.specification.name", "Java(tm) Virtual Machine Specification");
--
Joseph S. Myers
jsm28@cam.ac.uk
More information about the Java-patches
mailing list