diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2007-10-17 13:44:09 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2007-10-17 13:44:09 +0000 |
commit | 25b07cd9c40077c076d68f9e7d5a113828fbebbf (patch) | |
tree | 551247d84c7074ce0e0960d44604af8e1f7bf55b /opcodes/m68k-opc.c | |
parent | 11411de309ed70574799872f9b3bec1b18bb66cf (diff) | |
download | gdb-25b07cd9c40077c076d68f9e7d5a113828fbebbf.zip gdb-25b07cd9c40077c076d68f9e7d5a113828fbebbf.tar.gz gdb-25b07cd9c40077c076d68f9e7d5a113828fbebbf.tar.bz2 |
opcodes/
* m68k-opc.c (m68k_opcodes): Correct move sr and ccr masks for
coldfire.
gas/testsuite/
* gas/m68k/mcf-movsr.s: New.
* gas/m68k/mcf-movsr.d: New.
* gas/m68k/all.exp: Add mcf-movsr test.
Diffstat (limited to 'opcodes/m68k-opc.c')
-rw-r--r-- | opcodes/m68k-opc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c index 0094dab..e3b7a45 100644 --- a/opcodes/m68k-opc.c +++ b/opcodes/m68k-opc.c @@ -1593,10 +1593,10 @@ const struct m68k_opcode m68k_opcodes[] = {"movew", 2, one(0041300), one(0177700), "Cs$s", m68010up }, {"movew", 2, one(0041300), one(0177770), "CsDs", mcfisa_a }, {"movew", 2, one(0042300), one(0177700), ";wCd", m68000up }, -{"movew", 2, one(0042300), one(0177700), "DsCd", mcfisa_a }, +{"movew", 2, one(0042300), one(0177770), "DsCd", mcfisa_a }, {"movew", 4, one(0042374), one(0177777), "#wCd", mcfisa_a }, {"movew", 2, one(0043300), one(0177700), ";wSd", m68000up }, -{"movew", 2, one(0043300), one(0177700), "DsSd", mcfisa_a }, +{"movew", 2, one(0043300), one(0177770), "DsSd", mcfisa_a }, {"movew", 4, one(0043374), one(0177777), "#wSd", mcfisa_a }, {"movel", 2, one(0070000), one(0170400), "MsDd", m68000up | mcfisa_a }, |