From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31623 invoked by alias); 14 Apr 2013 21:22:26 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 31605 invoked by uid 89); 14 Apr 2013 21:22:26 -0000 X-Spam-SWARE-Status: No, score=-50.8 required=5.0 tests=AWL,BAYES_00,TW_GC autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 14 Apr 2013 21:22:24 +0000 Received: from [192.168.0.131] (vie-188-118-252-015.dsl.sil.at [188.118.252.15]) by ainaz.pair.com (Postfix) with ESMTPSA id E7FCC3F412; Sun, 14 Apr 2013 17:22:21 -0400 (EDT) Date: Sun, 14 Apr 2013 21:22:00 -0000 From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: [Java,docs] Some style and link changes to gcj.texi Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2013-q2/txt/msg00003.txt.bz2 This updates one link (sources.redhat.com now redirects to sourceware.org), remove one generic one that used to point to sun.com. And, while at it, I noticed that gcc should read GCC. Applied to mainline; I'll probably backport to the 4.8 branch later. Gerald 2013-04-15 Gerald Pfeifer * gcj.texi (Configure-time Options): Refer to GCC, not gcc. (Resources): Adjust reference to Mauve. Remove link to java.sun.com. Refer to GCC, not gcc. Index: gcj.texi =================================================================== --- gcj.texi (revision 197950) +++ gcj.texi (working copy) @@ -609,7 +609,7 @@ processor. @item -fuse-atomic-builtins -On some systems, gcc can generate code for built-in atomic operations. +On some systems, GCC can generate code for built-in atomic operations. Use this option to force gcj to use these builtins when compiling Java code. Where this capability is present it should be automatically detected, so you won't usually need to use this option. @@ -2712,18 +2712,17 @@ heavily on documentation from Sun Microsystems. In particular we have used The Java Language Specification (both first and second editions), the Java Class Libraries (volumes one and two), and the Java Virtual -Machine Specification. In addition we've used the online documentation -at @uref{http://java.sun.com/}. +Machine Specification. In addition we've used Sun's online documentation. The current @command{gcj} home page is @uref{http://gcc.gnu.org/java/}. -For more information on gcc, see @uref{http://gcc.gnu.org/}. +For more information on GCC, see @uref{http://gcc.gnu.org/}. Some @code{libgcj} testing is done using the Mauve test suite. This is a free software Java class library test suite which is being written because the JCK is not free. See -@uref{http://sources.redhat.com/mauve/} for more information. +@uref{http://www.sourceware.org/mauve/} for more information. @node Index