From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 1C2C93857826 for ; Tue, 1 Nov 2022 11:18:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1C2C93857826 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 390F033E63 for ; Tue, 1 Nov 2022 07:18:31 -0400 (EDT) Received: from naga.localdomain (194-166-101-219.adsl.highway.telekom.at [194.166.101.219]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id C49FC33E6E for ; Tue, 1 Nov 2022 07:18:30 -0400 (EDT) Date: Tue, 1 Nov 2022 12:18:24 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [committed] wwwdocs: *: Remove extraneous whitespaces around headings MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.09 on 209.68.5.143 Message-Id: <20221101111831.390F033E63@hamza.pair.com> X-Spam-Status: No, score=-11.1 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,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 List-Id: Pushed. Gerald --- htdocs/faq.html | 2 +- htdocs/gcc-2.95/regress.html | 2 +- htdocs/gcc-3.1/gcj-status.html | 6 +++--- htdocs/gcc-3.3/gcj-status.html | 2 +- htdocs/gcc-8/changes.html | 2 +- htdocs/gcc-9/changes.html | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/htdocs/faq.html b/htdocs/faq.html index 183e7bec..b09e3920 100644 --- a/htdocs/faq.html +++ b/htdocs/faq.html @@ -272,7 +272,7 @@ the testsuite?
-

How can I run the testsuite with multiple options?

+

How can I run the testsuite with multiple options?

If you invoke runtest directly, you can use the --target_board option, e.g:

diff --git a/htdocs/gcc-2.95/regress.html b/htdocs/gcc-2.95/regress.html index 5a02b1f7..bbe47396 100644 --- a/htdocs/gcc-2.95/regress.html +++ b/htdocs/gcc-2.95/regress.html @@ -334,7 +334,7 @@ N/A -

Package/Feature Testing

+

Package/Feature Testing

diff --git a/htdocs/gcc-3.1/gcj-status.html b/htdocs/gcc-3.1/gcj-status.html index 49962e04..2ac14b89 100644 --- a/htdocs/gcc-3.1/gcj-status.html +++ b/htdocs/gcc-3.1/gcj-status.html @@ -11,12 +11,12 @@

GCJ 3.1 status

-

Bugs

+

Bugs

We are tracking all bugs in GNATS. Any bugs that we want to fix for the 3.1 release will be marked high priority.

-

Platforms

+

Platforms

@@ -107,7 +107,7 @@ for the 3.1 release will be marked high priority.

-

Packages

+

Packages

diff --git a/htdocs/gcc-3.3/gcj-status.html b/htdocs/gcc-3.3/gcj-status.html index 47e94260..7ef0bc25 100644 --- a/htdocs/gcc-3.3/gcj-status.html +++ b/htdocs/gcc-3.3/gcj-status.html @@ -18,7 +18,7 @@ for the 3.3 release will be marked high priority (see list).

-

Packages

+

Packages

diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html index c5521f72..73ccd07d 100644 --- a/htdocs/gcc-8/changes.html +++ b/htdocs/gcc-8/changes.html @@ -1403,7 +1403,7 @@ known to be fixed in the 8.5 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here).

-

Target Specific Changes

+

Target Specific Changes

AArch64

    diff --git a/htdocs/gcc-9/changes.html b/htdocs/gcc-9/changes.html index 27ac675b..ffaf4824 100644 --- a/htdocs/gcc-9/changes.html +++ b/htdocs/gcc-9/changes.html @@ -1140,7 +1140,7 @@ known to be fixed in the 9.4 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here).

    -

    Target Specific Changes

    +

    Target Specific Changes

    AArch64

      -- 2.38.0