From: Nathan Sidwell Date: Sun, 26 Feb 2006 10:00:30 +0000 (+0000) Subject: missing from 2006-02-07 Nathan Sidwell commit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=04ede391a6610362d4211c772a33f1486216fbd5;p=binutils-gdb.git missing from 2006-02-07 Nathan Sidwell commit --- diff --git a/gas/testsuite/gas/m68k/arch-cpu-1.d b/gas/testsuite/gas/m68k/arch-cpu-1.d new file mode 100644 index 00000000000..4195926bd7c --- /dev/null +++ b/gas/testsuite/gas/m68k/arch-cpu-1.d @@ -0,0 +1,11 @@ +#name: arch-cpu-1 +#objdump: -dp + + +.*: file format elf32-m68k +private flags = 22: \[isa A\+\] \[emac\] + +Disassembly of section .text: + +00000000 <.text>: + 0: a241 0280 macw %d1l,%a1u,<<,%acc0 diff --git a/gas/testsuite/gas/m68k/arch-cpu-1.s b/gas/testsuite/gas/m68k/arch-cpu-1.s new file mode 100644 index 00000000000..e0bfead5b17 --- /dev/null +++ b/gas/testsuite/gas/m68k/arch-cpu-1.s @@ -0,0 +1,4 @@ + .arch isaaplus,no-div,emac + .cpu 5329 + + mac.w %d1l,%a1u,<<,%acc0