OSDN Git Service

gcc/java/:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Feb 2001 01:49:53 +0000 (01:49 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 8 Feb 2001 01:49:53 +0000 (01:49 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@39531 138bc75d-0d04-0410-961f-82ee72b054a4

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 cc1b61b..fa240b0 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 bfcca33..baa6281 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 bd2e83c..7622498 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 0d8e707..830026a 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 2378178..43ce2e0 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 d89c461..62668bd 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 7d53beb..47faed3 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 9a97411..6678b77 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 3e96559..330be72 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");