aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/java/ChangeLog4
-rw-r--r--gcc/java/gcj.texi3
-rw-r--r--libffi/ChangeLog5
-rw-r--r--libffi/include/ffi.h.in6
-rw-r--r--libjava/ChangeLog6
-rw-r--r--libjava/README4
-rw-r--r--libjava/gij.cc2
-rw-r--r--libjava/java/lang/natClass.cc2
-rw-r--r--libjava/java/lang/natSystem.cc2
9 files changed, 24 insertions, 10 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index cc1b61b..fa240b0 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.
+
2001-02-07 Alexandre Petit-Bianco <apbianco@cygnus.com>
* jcf-parse.c (HANDLE_SYNTHETIC_ATTRIBUTE): Don't handle field
diff --git a/gcc/java/gcj.texi b/gcc/java/gcj.texi
index bfcca33..baa6281 100644
--- a/gcc/java/gcj.texi
+++ b/gcc/java/gcj.texi
@@ -927,8 +927,7 @@ Machine Specification. In addition we've used the online documentation
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/}.
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index bd2e83c..7622498 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
+
+ * include/ffi.h.in: Change sourceware.cygnus.com references to
+ gcc.gnu.org.
+
2000-12-09 Richard Henderson <rth@redhat.com>
* src/alpha/ffi.c (ffi_call): Simplify struct return test.
diff --git a/libffi/include/ffi.h.in b/libffi/include/ffi.h.in
index 0d8e707..830026a 100644
--- a/libffi/include/ffi.h.in
+++ b/libffi/include/ffi.h.in
@@ -1,7 +1,7 @@
/* -----------------------------------------------------------------*-C-*-
libffi @VERSION@ - Copyright (c) 1996-1999 Cygnus Solutions
- $Id: ffi.h.in,v 1.5 2000/04/17 02:15:31 green Exp $
+ $Id: ffi.h.in,v 1.6 2000/12/08 19:41:15 green Exp $
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -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
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 2378178..43ce2e0 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
2001-02-07 Tom Tromey <tromey@redhat.com>
Fix for PR libgcj/1906:
diff --git a/libjava/README b/libjava/README
index d89c461..62668bd 100644
--- a/libjava/README
+++ b/libjava/README
@@ -10,7 +10,7 @@ DOCUMENTATION
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 @@ BUGS
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
diff --git a/libjava/gij.cc b/libjava/gij.cc
index 7d53beb..47faed3 100644
--- a/libjava/gij.cc
+++ b/libjava/gij.cc
@@ -33,7 +33,7 @@ help ()
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);
}
diff --git a/libjava/java/lang/natClass.cc b/libjava/java/lang/natClass.cc
index 9a97411..6678b77 100644
--- a/libjava/java/lang/natClass.cc
+++ b/libjava/java/lang/natClass.cc
@@ -1005,7 +1005,7 @@ static _Jv_IDispatchTable null_idt = { {SHRT_MAX, 0, NULL} };
// 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)
{
diff --git a/libjava/java/lang/natSystem.cc b/libjava/java/lang/natSystem.cc
index 3e96559..330be72 100644
--- a/libjava/java/lang/natSystem.cc
+++ b/libjava/java/lang/natSystem.cc
@@ -306,7 +306,7 @@ java::lang::System::init_properties (void)
// (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");