diff options
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/m68k/mcf-mov3q.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index dabaa6a..8956c82 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-11-04 H.J. Lu <hongjiu.lu@intel.com> + + * gas/m68k/mcf-mov3q.d: Support 64bit BFD. + 2003-11-03 Daniel Jacobowitz <drow@mvista.com> * gas/arm/arm7t.d: Replace '-#' with '#-'. diff --git a/gas/testsuite/gas/m68k/mcf-mov3q.d b/gas/testsuite/gas/m68k/mcf-mov3q.d index 64b94ef..0da153a 100644 --- a/gas/testsuite/gas/m68k/mcf-mov3q.d +++ b/gas/testsuite/gas/m68k/mcf-mov3q.d @@ -13,6 +13,6 @@ Disassembly of section .text: 6: a75b mov3ql #3,%a3@\+ 8: a964 mov3ql #4,%a4@- a: ab6d 04d2 mov3ql #5,%a5@\(1234\) - e: ad76 6803 mov3ql #6,%fp@\(00000003,%d6:l\) + e: ad76 6803 mov3ql #6,%fp@\(0+03,%d6:l\) 12: af78 1234 mov3ql #7,1234 (<test_mov3q\+0x1234>|<.data\+0x1218>) 16: a179 1234 5678 mov3ql #-1,12345678 (<test_mov3q\+0x12345678>|<.data\+0x1234565c>) |