From 8c006f1c6c7a85ae3be589b0cab97d8f6fa07cb1 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 19 Aug 2006 16:27:34 +0000 Subject: [PATCH] gas/ * config/tc-arm.c (s_arm_unwind_save_mmxwr): Correct condition for merging with previous long opcode. gas/testsuite/ * gas/arm/unwind.s: Test not merging iWMMXt register save with previous long opcode. * gas/arm/unwind.d, gas/arm/unwind_vxworks.d: Update. --- ChangeLog.csl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog.csl b/ChangeLog.csl index 6ccbea329..ac2b9881a 100644 --- a/ChangeLog.csl +++ b/ChangeLog.csl @@ -1,3 +1,14 @@ +2006-08-19 Joseph Myers + + gas/ + * config/tc-arm.c (s_arm_unwind_save_mmxwr): Correct condition for + merging with previous long opcode. + + gas/testsuite/ + * gas/arm/unwind.s: Test not merging iWMMXt register save with + previous long opcode. + * gas/arm/unwind.d, gas/arm/unwind_vxworks.d: Update. + 2006-08-18 Paul Brook Backport from mainline.