diff options
author | Alan Modra <amodra@gmail.com> | 2005-03-01 03:52:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-03-01 03:52:56 +0000 |
commit | ddf0c81b06a12753051bc31f9cc81be774615404 (patch) | |
tree | 534dbf3ac7eca0baf921fdf41e216dfb97afd565 | |
parent | bac7199c79afbf5db2f2f0df858f432caff1d1d2 (diff) | |
download | gdb-ddf0c81b06a12753051bc31f9cc81be774615404.zip gdb-ddf0c81b06a12753051bc31f9cc81be774615404.tar.gz gdb-ddf0c81b06a12753051bc31f9cc81be774615404.tar.bz2 |
* gas/m68k/mcf-emac.d: Allow for 64-bit addresses.
* gas/m68k/mcf-mac.d: Likewise.
* gas/m68k/mcf-mov3q.d: Likewise.
* gas/m68k/mode5.d: Likewise.
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/m68k/mcf-emac.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/m68k/mcf-mac.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/m68k/mcf-mov3q.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/m68k/mode5.d | 2 |
5 files changed, 11 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 8aa1751..12cf4aa 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2005-03-01 Alan Modra <amodra@bigpond.net.au> + + * gas/m68k/mcf-emac.d: Allow for 64-bit addresses. + * gas/m68k/mcf-mac.d: Likewise. + * gas/m68k/mcf-mov3q.d: Likewise. + * gas/m68k/mode5.d: Likewise. + 2005-02-22 Eric Christopher <echristo@redhat.com> * gas/mips/elf-rel10.d: Update for label change. diff --git a/gas/testsuite/gas/m68k/mcf-emac.d b/gas/testsuite/gas/m68k/mcf-emac.d index 2f4a567..4651d48 100644 --- a/gas/testsuite/gas/m68k/mcf-emac.d +++ b/gas/testsuite/gas/m68k/mcf-emac.d @@ -6,7 +6,7 @@ Disassembly of section .text: -00000000 <.text>: +0+ <.text>: 0: a241 0280 macw %d1l,%a1u,<<,%acc0 4: a2d0 d281 macw %d1l,%a5u,<<,%a0@,%a1,%acc0 8: a490 b2a5 macw %d5l,%a3u,<<,%a0@&,%d2,%acc0 diff --git a/gas/testsuite/gas/m68k/mcf-mac.d b/gas/testsuite/gas/m68k/mcf-mac.d index 455877f..10dd774 100644 --- a/gas/testsuite/gas/m68k/mcf-mac.d +++ b/gas/testsuite/gas/m68k/mcf-mac.d @@ -6,7 +6,7 @@ Disassembly of section .text: -00000000 <.text>: +0+ <.text>: 0: a182 movel %acc,%d2 2: a189 movel %acc,%a1 4: a989 movel %macsr,%a1 diff --git a/gas/testsuite/gas/m68k/mcf-mov3q.d b/gas/testsuite/gas/m68k/mcf-mov3q.d index 0da153a..8de1d38 100644 --- a/gas/testsuite/gas/m68k/mcf-mov3q.d +++ b/gas/testsuite/gas/m68k/mcf-mov3q.d @@ -6,7 +6,7 @@ Disassembly of section .text: -00000000 <test_mov3q>: +0+ <test_mov3q>: 0: a140 mov3ql #-1,%d0 2: a349 mov3ql #1,%a1 4: a552 mov3ql #2,%a2@ diff --git a/gas/testsuite/gas/m68k/mode5.d b/gas/testsuite/gas/m68k/mode5.d index 48b3b91..b51346b 100644 --- a/gas/testsuite/gas/m68k/mode5.d +++ b/gas/testsuite/gas/m68k/mode5.d @@ -6,7 +6,7 @@ Disassembly of section .text: -00000000 <.text>: +0+ <.text>: 0: 2213 movel %a3@,%d1 2: 2882 movel %d2,%a4@ 4: 2295 movel %a5@,%a1@ |