diff options
author | Nick Clifton <nickc@redhat.com> | 2010-06-16 16:27:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-06-16 16:27:35 +0000 |
commit | 5e22166a43d7e6c96b0fffa602c8b397c475b948 (patch) | |
tree | 31b96f63e07a4c83d9e9cf21343c4d1246c18fb0 /opcodes | |
parent | f744b8ffbb5d48bb54e06f720049d278b4ebc2a3 (diff) | |
download | gdb-5e22166a43d7e6c96b0fffa602c8b397c475b948.tar.gz |
PR gas/11673
* m68k-opc.c (m68k_opcodes): Remove move.l for isab and later.
* gas/m68k/p11673.s: New test.
* gas/m68k/all.exp: Run the new test.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 | ||||
-rw-r--r-- | opcodes/m68k-opc.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c22f0d76920..fac411a9576 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,5 +1,10 @@ 2010-06-16 Vincent Rivière <vincent.riviere@freesbee.fr> + PR gas/11673 + * m68k-opc.c (m68k_opcodes): Remove move.l for isab and later. + +2010-06-16 Vincent Rivière <vincent.riviere@freesbee.fr> + PR binutils/11676 * m68k-dis.c (print_insn_arg): Prefix float constants with #0e. diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c index 0f8deb52fc0..71e712e29c2 100644 --- a/opcodes/m68k-opc.c +++ b/opcodes/m68k-opc.c @@ -1604,7 +1604,6 @@ const struct m68k_opcode m68k_opcodes[] = {"movel", 2, one(0020000), one(0170000), "ms%d", mcfisa_a }, {"movel", 2, one(0020000), one(0170000), "nspd", mcfisa_a }, {"movel", 2, one(0020000), one(0170000), "olmd", mcfisa_a }, -{"movel", 2, one(0020000), one(0170000), "olnd", mcfisa_b | mcfisa_c }, {"movel", 2, one(0047140), one(0177770), "AsUd", m68000up | mcfusp }, {"movel", 2, one(0047150), one(0177770), "UdAs", m68000up | mcfusp }, {"movel", 2, one(0120600), one(0177760), "EsRs", mcfmac }, |