From patchwork Fri Oct 18 16:48:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John David Anglin X-Patchwork-Id: 1999292 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=server2.sourceware.org; envelope-from=gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.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 (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4XVVz76rjjz1xvc for ; Sat, 19 Oct 2024 03:49:07 +1100 (AEDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A18353858C48 for ; Fri, 18 Oct 2024 16:49:04 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from dellerweb.de (dellerweb.de [173.249.48.176]) by sourceware.org (Postfix) with ESMTPS id 0B2533858D37 for ; Fri, 18 Oct 2024 16:48:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0B2533858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=parisc-linux.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=parisc-linux.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 0B2533858D37 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=173.249.48.176 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1729270122; cv=none; b=Xu1AUjstdhyIhJ4xriaNPNflh4jpUKZLv7UrtNiTGJgn4zLYlOVyaAke69xDEEzGuEiu1C7Azi3afpeogGkOJxvOEm6hWwa0UACQSr7U8SfNKj3uOw5CgS8VkHvcFH9OUTlhWUwaEeNS7qbV3HDD85ioVD3mC61VUHRkEzVWh8c= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1729270122; c=relaxed/simple; bh=ky9mwo3iwrSHf/G+/TsYX83q2FxkTodmvY6owfpiT7w=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=EYGGiueDwuPmJEmYdOSV6diIVtAqElj3rHHCrlIFmxBRu5I+8S6az8OoAifHDugXBuFRHZnTFANzWZGzU3bzzA5QAIyFV5NZ8ib5mb7aYYiMH1TxCA1o6ASf5/yg3okG7eV4wfijrZOm1FADD2c6Uah69P3G2uCNuauZkN0KSEE= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from mx3210.localdomain (unknown [142.126.147.203]) by dellerweb.de (Postfix) with ESMTPSA id 25F6416000F2; Fri, 18 Oct 2024 18:48:38 +0200 (CEST) Received: by mx3210.localdomain (Postfix, from userid 1000) id 0CC84D60744; Fri, 18 Oct 2024 12:48:35 -0400 (EDT) Date: Fri, 18 Oct 2024 12:48:35 -0400 From: John David Anglin To: GCC Patches Subject: [committed] hppa: Fix up pa.opt.urls Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-Spam-Status: No, score=-9.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_PASS, 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.30 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 Regenerated pa.opt.urls. Dave --- hppa: Fix up pa.opt.urls 2024-10-18 John David Anglin gcc/ChangeLog: * config/pa/pa.opt.urls: Fix for -mlra. diff --git a/gcc/config/pa/pa.opt.urls b/gcc/config/pa/pa.opt.urls index 5b8bcebdd0d..5516332ead1 100644 --- a/gcc/config/pa/pa.opt.urls +++ b/gcc/config/pa/pa.opt.urls @@ -36,6 +36,8 @@ UrlSuffix(gcc/HPPA-Options.html#index-mlinker-opt) mlong-calls UrlSuffix(gcc/HPPA-Options.html#index-mlong-calls-5) +; skipping UrlSuffix for 'mlra' due to finding no URLs + mlong-load-store UrlSuffix(gcc/HPPA-Options.html#index-mlong-load-store)