From patchwork Sat May 20 22:37:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1784116 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4QNzBc5vy0z20PY for ; Sun, 21 May 2023 08:38:14 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3CA153857703 for ; Sat, 20 May 2023 22:38:10 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 9C0D63858D33 for ; Sat, 20 May 2023 22:37:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9C0D63858D33 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 0AF9C33E83 for ; Sat, 20 May 2023 18:37:48 -0400 (EDT) Received: from [10.17.134.36] (unknown [46.189.39.122]) (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 562F833E89 for ; Sat, 20 May 2023 18:37:47 -0400 (EDT) Date: Sun, 21 May 2023 00:37:44 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [pushed 1/N] install.texi: Remove alpha*-*-* section MIME-Version: 1.0 X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20230520223748.0AF9C33E83@hamza.pair.com> X-Spam-Status: No, score=-11.3 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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+incoming=patchwork.ozlabs.org@gcc.gnu.org Sender: "Gcc-patches" install.texi has become a bit blown up over the years, with good potential to trim chaff and simplify things for our users. This is just one step of possibly many more. Pushed. Gerald gcc/ChangeLog: * doc/install.texi (Specific): Remove de facto empty alpha*-*-* section. --- gcc/doc/install.texi | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index fa91ce1953d..fadcf5aa2ef 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3633,8 +3633,6 @@ information have to. @item @uref{#aarch64-x-x,,aarch64*-*-*} @item -@uref{#alpha-x-x,,alpha*-*-*} -@item @uref{#amdgcn-x-amdhsa,,amdgcn-*-amdhsa} @item @uref{#amd64-x-solaris2,,amd64-*-solaris2*} @@ -3836,15 +3834,6 @@ types of branch protections. Conversely, protections by default. This mechanism is turned off by default if neither of the options are given at configure time. -@html -
-@end html -@anchor{alpha-x-x} -@heading alpha*-*-* -This section contains general configuration information for all -Alpha-based platforms using ELF@. In addition to reading this -section, please read all other sections that match your target. - @html
@end html