commit: b1a31eaaeae90d7b7774bfb45f9954dc586f4dea Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 21 00:35:38 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 21 00:35:38 2024 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=b1a31eaa
14.1.0: drop 76_all_ppc_PR97367-power7-cell-altivec.patch Now upstream. Signed-off-by: Sam James <sam <AT> gentoo.org> 14.1.0/gentoo/76_all_ppc_PR97367-power7-cell-altivec.patch | 13 ------------- 14.1.0/gentoo/README.history | 4 ++++ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/14.1.0/gentoo/76_all_ppc_PR97367-power7-cell-altivec.patch b/14.1.0/gentoo/76_all_ppc_PR97367-power7-cell-altivec.patch deleted file mode 100644 index 154dd0f..0000000 --- a/14.1.0/gentoo/76_all_ppc_PR97367-power7-cell-altivec.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://gcc.gnu.org/PR97367 -https://inbox.sourceware.org/gcc-patches/[email protected]/ ---- 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/14.1.0/gentoo/README.history b/14.1.0/gentoo/README.history index dfda57a..6f599c7 100644 --- a/14.1.0/gentoo/README.history +++ b/14.1.0/gentoo/README.history @@ -1,3 +1,7 @@ +4 21 July 2024 + + - 76_all_ppc_PR97367-power7-cell-altivec.patch + 3 27 June 2024 + 77_all_m2_docs_sandbox.patch
