gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.
authorJoseph Myers <jsm28@cam.ac.uk>
Thu, 8 Feb 2001 01:49:53 +0000 (01:49 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 8 Feb 2001 01:49:53 +0000 (01:49 +0000)
gcc/java/:
* gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.

libffi/:
* include/ffi.h.in: Change sourceware.cygnus.com references to
gcc.gnu.org.

libjava/:
* README, gij.cc, java/lang/natClass.cc, java/lang/natSystem.cc:
Change sources.redhat.com and sourceware.cygnus.com references to
gcc.gnu.org.

From-SVN: r39531

gcc/java/ChangeLog
gcc/java/gcj.texi
libffi/ChangeLog
libffi/include/ffi.h.in
libjava/ChangeLog
libjava/README
libjava/gij.cc
libjava/java/lang/natClass.cc
libjava/java/lang/natSystem.cc

index cc1b61b751c655334e3e5cef188fb8638de7bb09..fa240b0c833dc13f4c521d0d3e2cb41b3fe9d05f 100644 (file)
@@ -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
index bfcca33d870f9848771aed21662f8d9672027f04..baa6281d4a0884e5bc66a030ab74857b99d9788f 100644 (file)
@@ -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/}.
 
index bd2e83ce05bcda4a616c5164c7a036bf991c4b26..7622498740a965e0c4bb1b5fd519b4347d8f8706 100644 (file)
@@ -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.
index 0d8e70788c94c30052904b68fd77796c447d9380..830026a4a8539b2383038efbafd29cbd688f60c3 100644 (file)
@@ -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
 
    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 2378178eca26b5187cb7c5b1106998e2bfc0c5de..43ce2e0ee97945e68ca25bad470b3b3837993c42 100644 (file)
@@ -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:
index d89c4615032720e9dabd16fb09da535dbc00deca..62668bd606e5c393532e30477556513118328bbc 100644 (file)
@@ -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
 
index 7d53beb2abbd34655f9b221d75920590e0c07b42..47faed37597c6c2377cb7b8baf75b1a5f3d0eb55 100644 (file)
@@ -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);
 }
 
index 9a97411d0a89897c887fb022744da99d90ac0f8f..6678b7794cf6e00f056685eccb16889ab7c4f7ad 100644 (file)
@@ -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)
 {  
index 3e96559e8f029a5c821db4073c4ebe87b3a6eda4..330be72220f9eb27575cf2a349b6b85a8f8509f4 100644 (file)
@@ -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");