aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-07-27 20:46:31 +0100
committerSam James <sam@gentoo.org>2024-07-27 20:46:31 +0100
commitd892a97182979c3d430469e60ec9a023e899cfe0 (patch)
treee6b3328746555ed8dad7ab820fba1fd5ee328c88
parent15.0.0: cut patchset 6 (diff)
downloadgcc-patches-d892a97182979c3d430469e60ec9a023e899cfe0.tar.gz
gcc-patches-d892a97182979c3d430469e60ec9a023e899cfe0.tar.bz2
gcc-patches-d892a97182979c3d430469e60ec9a023e899cfe0.zip
13.2.0: drop 93_all_ppc_PR97367-power7-cell-altivec.patch
It's merged upstream. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--13.2.0/gentoo/93_all_ppc_PR97367-power7-cell-altivec.patch13
-rw-r--r--13.2.0/gentoo/README.history4
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