OSDN Git Service

gas/
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 12 Feb 2009 08:31:02 +0000 (08:31 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Thu, 12 Feb 2009 08:31:02 +0000 (08:31 +0000)
commit57f9b3e3aca4b09da7dee45bba37a60653de27ee
treea3639659e4b3ec444bb61e377e68d074c66ba734
parent8daf1989a99b49fb00fa475a10337916ec418ce2
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.
opcodes/ChangeLog
opcodes/m68k-opc.c