From 7760ff0bf2fd5fa05385fc11158cb7efd7a05cc5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 27 Jun 2024 01:02:16 +0100 Subject: 15.0.0: add revert annotation Signed-off-by: Sam James --- 15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch | 2 ++ 15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch | 2 ++ 2 files changed, 4 insertions(+) diff --git a/15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch b/15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch index 4b42ea9..2b5b8d4 100644 --- a/15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch +++ b/15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch @@ -9,6 +9,8 @@ for non-PECOFF targets, so the else branch would get taken. (This is a hack which doesn't work for PECOFF targets but fixes miscompilations on ELF.) +This partially reverts commit r15-1599-g63512c72df09b4. + Bug: https://gcc.gnu.org/PR115635 Bug: https://gcc.gnu.org/PR115661 --- diff --git a/15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch b/15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch index 6776fdd..eb8f5bd 100644 --- a/15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch +++ b/15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch @@ -8,6 +8,8 @@ we use -1. Go back to using ix86_GOT_alias_set. (This is a hack which isn't the cleanest way of fixing it.) +This partially reverts commit r15-1599-g63512c72df09b4. + Bug: https://gcc.gnu.org/PR115635 Bug: https://gcc.gnu.org/PR115661 --- -- cgit v1.2.3-65-gdbad