From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1656821-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C0C0159C96 for <garchives@archives.gentoo.org>; Sat, 27 Jul 2024 19:47:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 383212BC0BE; Sat, 27 Jul 2024 19:47:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1742E2BC0BE for <gentoo-commits@lists.gentoo.org>; Sat, 27 Jul 2024 19:47:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB3B3340CB1 for <gentoo-commits@lists.gentoo.org>; Sat, 27 Jul 2024 19:47:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60F621952 for <gentoo-commits@lists.gentoo.org>; Sat, 27 Jul 2024 19:47:39 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1722109591.d892a97182979c3d430469e60ec9a023e899cfe0.sam@gentoo> Subject: [gentoo-commits] proj/gcc-patches:master commit in: 13.2.0/gentoo/ X-VCS-Repository: proj/gcc-patches X-VCS-Files: 13.2.0/gentoo/93_all_ppc_PR97367-power7-cell-altivec.patch 13.2.0/gentoo/README.history X-VCS-Directories: 13.2.0/gentoo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d892a97182979c3d430469e60ec9a023e899cfe0 X-VCS-Branch: master Date: Sat, 27 Jul 2024 19:47:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73807721-b841-441a-a799-ab46f3c6152c X-Archives-Hash: 45b3e7c345fb6704c901bf88a2ac205d commit: d892a97182979c3d430469e60ec9a023e899cfe0 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 27 19:46:31 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 27 19:46:31 2024 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=d892a971 13.2.0: drop 93_all_ppc_PR97367-power7-cell-altivec.patch It's merged upstream. Signed-off-by: Sam James <sam <AT> gentoo.org> 13.2.0/gentoo/93_all_ppc_PR97367-power7-cell-altivec.patch | 13 ------------- 13.2.0/gentoo/README.history | 4 ++++ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/13.2.0/gentoo/93_all_ppc_PR97367-power7-cell-altivec.patch b/13.2.0/gentoo/93_all_ppc_PR97367-power7-cell-altivec.patch deleted file mode 100644 index 154dd0f..0000000 --- a/13.2.0/gentoo/93_all_ppc_PR97367-power7-cell-altivec.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://gcc.gnu.org/PR97367 -https://inbox.sourceware.org/gcc-patches/20240308.123342.1112119677226246836.rene@exactcode.de/ ---- a/gcc/config/rs6000/rs6000.cc -+++ b/gcc/config/rs6000/rs6000.cc -@@ -5869,7 +5869,7 @@ rs6000_machine_from_flags (void) - HOST_WIDE_INT flags = rs6000_isa_flags; - - /* Disable the flags that should never influence the .machine selection. */ -- flags &= ~(OPTION_MASK_PPC_GFXOPT | OPTION_MASK_PPC_GPOPT | OPTION_MASK_ISEL); -+ flags &= ~(OPTION_MASK_PPC_GFXOPT | OPTION_MASK_PPC_GPOPT | OPTION_MASK_ALTIVEC | OPTION_MASK_ISEL); - - if ((flags & (ISA_3_1_MASKS_SERVER & ~ISA_3_0_MASKS_SERVER)) != 0) - return "power10"; diff --git a/13.2.0/gentoo/README.history b/13.2.0/gentoo/README.history index 86a0fb1..17f8d53 100644 --- a/13.2.0/gentoo/README.history +++ b/13.2.0/gentoo/README.history @@ -1,3 +1,7 @@ +18 27 June 2024 + + - 93_all_ppc_PR97367-power7-cell-altivec.patch + 17 8 June 2024 + 93_all_ppc_PR97367-power7-cell-altivec.patch