diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2009-02-12 08:31:03 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2009-02-12 08:31:03 +0000 |
commit | 872989673f47ba85685648338b2bc55130ecaaf9 (patch) | |
tree | c2ec594c7444a88962d355faa1f554c4776afa31 /opcodes/m68k-opc.c | |
parent | 453f5985b13e35161984bf1bf657bbab11515aa4 (diff) | |
download | gdb-872989673f47ba85685648338b2bc55130ecaaf9.zip gdb-872989673f47ba85685648338b2bc55130ecaaf9.tar.gz gdb-872989673f47ba85685648338b2bc55130ecaaf9.tar.bz2 |
gas/
* config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
(mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
(mcf5307_ctrl): Add VBR.
(no_mac): New variable.
(m68k_extensions): Refer to no_mac mask.
(m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
52252..52259, 53011..53017.
(m68k_ip): Process CPUCR.
(init_table): Add cpucr entry.
(m68k_set_extension): Allow negated mask to refer to a variable.
(md_show_usage): Use '%s' to silence fprintf warning.
* config/m68k-parse.h (CPUCR): New control register.
gas/testsuite/
* m68k/br-isac.d, m68k/br-isac.s: Add stldsr test.
opcodes/
* m68k-opc.c (m68k_opcodes): Add stldsr instruction.
Diffstat (limited to 'opcodes/m68k-opc.c')
-rw-r--r-- | opcodes/m68k-opc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c index 05bceea..ea3455a 100644 --- a/opcodes/m68k-opc.c +++ b/opcodes/m68k-opc.c @@ -2025,7 +2025,9 @@ const struct m68k_opcode m68k_opcodes[] = {"sbcd", 2, one(0100400), one(0170770), "DsDd", m68000up }, {"sbcd", 2, one(0100410), one(0170770), "-s-d", m68000up }, - + +{"stldsr", 6, two(0x40e7, 0x46fc), two(0xffff, 0xffff), "#w", mcfisa_c }, + /* Traps have to come before conditional sets, as they have a more specific opcode. */ {"trapcc", 2, one(0052374), one(0177777), "", m68020up | cpu32 | fido_a }, |