gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.

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
This commit is contained in:
Joseph Myers 2001-02-08 01:49:53 +00:00 committed by Joseph Myers
parent 037313ae8d
commit 7e5fd99fd3
9 changed files with 24 additions and 10 deletions

View 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

View 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/}.

View 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.

View 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
@ -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

View 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:

View 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

View 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);
}

View 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)
{

View 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");