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/[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/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
