https://gcc.gnu.org/g:f234f12040d1eb579c2de08a0fe2764cd6f87f0a
commit f234f12040d1eb579c2de08a0fe2764cd6f87f0a Author: Michael Meissner <meiss...@linux.ibm.com> Date: Thu May 30 08:36:03 2024 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.tar | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gcc/ChangeLog.tar b/gcc/ChangeLog.tar index 34207e707f6..9a2d05060e4 100644 --- a/gcc/ChangeLog.tar +++ b/gcc/ChangeLog.tar @@ -1,3 +1,29 @@ +==================== Branch work167-tar, patch #207 ==================== + +Add wt to move constraints. + +2024-05-30 Michael Meissner <meiss...@linux.ibm.com> + +gcc/ + + * config/rs6000/rs6000.md (mov<mode>_internal): Add wt to various move + constraints to support -m*spr debug switches. + (movcc_<mode>): Likewise. + (movsf_hardfloat): Likewise. + (movsd_hardfloat): Likewise. + (mov<mode>_hardfloat64): Likewise. + (mov<mode>_softfloat64): Likewise. + (*call_indirect_nonlocal_sysv<mode>): Add wt to call constraints. + (call_value_indirect_nonlocal_sysv<mode>): Likewise. + (call_indirect_aix<mode>): Likewise. + (call_value_indirect_aix<mode>): Likewise. + (call_indirect_elfv2<mode>): Likewise. + (call_indirect_pcrel<mode>): Likewise. + (call_value_indirect_elfv2<mode>): Likewise. + (call_value_indirect_pcrel): Likewise. + (sibcall_indirect_nonlocal_sysv<mode): Likewise. + (sibcall_value_indirect_nonlocal_sysv<mode>): Likewise. + ==================== Branch work167-tar, patch #206 ==================== Add more SPR register debug options.