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 /gas/config/m68k-parse.h | |
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 'gas/config/m68k-parse.h')
-rw-r--r-- | gas/config/m68k-parse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/m68k-parse.h b/gas/config/m68k-parse.h index a057841..fd0f26a 100644 --- a/gas/config/m68k-parse.h +++ b/gas/config/m68k-parse.h @@ -101,6 +101,7 @@ enum m68k_register CACR, VBR, CAAR, + CPUCR, MSP, ITT0, ITT1, |