From patchwork Wed Nov 9 11:13:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 60262 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 603D939730DC for ; Wed, 9 Nov 2022 11:13:59 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id B78CF396E41A for ; Wed, 9 Nov 2022 11:13:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B78CF396E41A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id E216222454; Wed, 9 Nov 2022 11:13:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1667992417; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YDKTg1FpQiSrtbmNV2G/5t7dqVvfR6bfnbHK+au9HRc=; b=zpllhs97+wSDahAmOxtVDb34G5apkTs4vqHgoMrHYpEK09fg5Z9hROoSXkwLNA5cbIZBbZ XzJ+Zj8ncRFNlgpwcvWKgvqlJBHO6WBc8tZbCvE3Jmdoj56mpm6liapv3LAwa9ahxt0hFR qDoJ/znT2rtMHvKm25RNnGprTCeFUEI= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1667992417; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=YDKTg1FpQiSrtbmNV2G/5t7dqVvfR6bfnbHK+au9HRc=; b=xs1c39n78fkE5VJ9o6GhKo7vV4Mtjqgqgylz40uyF9hZK8jKuFE/V9BWbvTXcYNi2CwXon kNSzf3y8YclZs8Aw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id BE6621331F; Wed, 9 Nov 2022 11:13:37 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id uLx+LWGLa2OvMgAAMHmgww (envelope-from ); Wed, 09 Nov 2022 11:13:37 +0000 Message-ID: <482ae3dd-15f7-1e81-92e6-51a148e3bbc4@suse.cz> Date: Wed, 9 Nov 2022 12:13:37 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [DOCS] sphinx: use new Sphinx links To: gcc-patches@gcc.gnu.org Content-Language: en-US Cc: Gerald Pfeifer X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" Pushed. --- htdocs/about.html | 2 +- htdocs/bugs/index.html | 4 ++-- htdocs/faq.html | 6 +++--- htdocs/news.html | 4 ++-- htdocs/projects/beginner.html | 8 ++++---- htdocs/projects/documentation.html | 2 +- htdocs/projects/gomp/index.html | 12 ++++++------ htdocs/releases.html | 2 +- htdocs/simtest-howto.html | 2 +- htdocs/style.mhtml | 8 ++++---- htdocs/testing/index.html | 6 +++--- 11 files changed, 28 insertions(+), 28 deletions(-) diff --git a/htdocs/about.html b/htdocs/about.html index 7278cae6..92e88ad0 100644 --- a/htdocs/about.html +++ b/htdocs/about.html @@ -17,7 +17,7 @@

The web effort was originally led by Jeff Law. For the last two decades or so Gerald Pfeifer has been leading the effort, but there are many -contributors +contributors .

The web pages are under git control. diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html index aaef8915..9b53512b 100644 --- a/htdocs/bugs/index.html +++ b/htdocs/bugs/index.html @@ -673,7 +673,7 @@ errors or malfunctioning programs. It should not be necessary to recompile if you have changed to a bug-fix release of the same version of the compiler; bug-fix releases are careful to avoid ABI changes. See also the -compatibility +compatibility section of the GCC manual.

Standard conformance

@@ -689,7 +689,7 @@ However, some non-conforming constructs are allowed when the command-line option -fpermissive is used.

The manual contains a section on - + Common Misunderstandings with GNU C++.

diff --git a/htdocs/faq.html b/htdocs/faq.html index b09e3920..0556b737 100644 --- a/htdocs/faq.html +++ b/htdocs/faq.html @@ -97,7 +97,7 @@ disadvantages.

The host/target specific installation notes for GCC include information about known problems with installing or using GCC on particular platforms. These are included in the sources for a release in INSTALL/specific.html, -and the latest version +and the latest version is always available at the GCC web site. Reports of successful builds for several versions of GCC are also available at the web site.

@@ -210,7 +210,7 @@ may have to take one of the following actions to arrange that GCC uses the GNU versions of those programs.

To ensure that GCC finds the GNU assembler (the GNU linker), which -are required by some +are required by some configurations, you should configure these with the same --prefix option as you used for GCC. Then build & install GNU as (GNU ld) and proceed with @@ -427,7 +427,7 @@ those generated files are out of date and try to regenerate them.

transparently without requiring installation of any additional tools.

If you modified some sources or when building from SVN you may also -need some +need some additional tools.

diff --git a/htdocs/news.html b/htdocs/news.html index e1384852..2b35dabc 100644 --- a/htdocs/news.html +++ b/htdocs/news.html @@ -1020,7 +1020,7 @@ code now, and other ports will follow.
Ben Elliston of Wasabi Systems, Inc. has converted the existing ARM processor pipeline description to the new DFA +href="https://gcc.gnu.org/onlinedocs/3.4.0/gccint/Processor-pipeline-description.html">DFA pipeline description model. It will be part of the GCC 3.4.0 release.
@@ -1075,7 +1075,7 @@ fix release only.
Geoffrey Keating of Apple Computer, Inc., with support from Red Hat, Inc., has contributed a - + precompiled header implementation that can dramatically speed up compilation of some projects.
diff --git a/htdocs/projects/beginner.html b/htdocs/projects/beginner.html index 0cefb562..0825b2c0 100644 --- a/htdocs/projects/beginner.html +++ b/htdocs/projects/beginner.html @@ -31,10 +31,10 @@ suite. You should also familiarize yourself with the

Many of these projects will require at least a reading knowledge of GCC's intermediate language, -RTL. +RTL. It may help to understand the higher-level tree structure as well. Unfortunately, for this we only have an incomplete, C/C++ specific manual.

+href="https://gcc.gnu.org/onlinedocs/gccint/generic.html">incomplete, C/C++ specific manual.

Remember to keep other developers informed of any substantial projects you intend to work on.

@@ -428,8 +428,8 @@ There is also work to be done in cleaning up the places where the MI code uses machine-specific macros.

In addition to understanding RTL, you need to read the machine description and target macros sections of the GCC +href="https://gcc.gnu.org/onlinedocs/gccint/machine-descriptions.html">machine description and target macros sections of the GCC manual.