aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6100af5..f5625ef 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,17 @@
+2024-06-24 Kewen Lin <linkw@linux.ibm.com>
+
+ Backported from master:
+ 2024-05-29 Kewen Lin <linkw@linux.ibm.com>
+
+ PR target/114846
+ * config/rs6000/rs6000-logue.cc (rs6000_emit_epilogue): As
+ EPILOGUE_TYPE_EH_RETURN would be passed as epilogue_type directly
+ now, adjust the relevant handlings on it.
+ * config/rs6000/rs6000.md (eh_return expander): Append by calling
+ gen_eh_return_internal and emit_barrier.
+ (eh_return_internal): New define_insn_and_split, call function
+ rs6000_emit_epilogue with epilogue type EPILOGUE_TYPE_EH_RETURN.
+
2024-06-21 YunQiang Su <syq@gcc.gnu.org>
Backported from master: