missing from 2006-02-07 Nathan Sidwell <nathan@codesourcery.com> commit
authorNathan Sidwell <nathan@codesourcery.com>
Sun, 26 Feb 2006 10:00:30 +0000 (10:00 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Sun, 26 Feb 2006 10:00:30 +0000 (10:00 +0000)
gas/testsuite/gas/m68k/arch-cpu-1.d [new file with mode: 0644]
gas/testsuite/gas/m68k/arch-cpu-1.s [new file with mode: 0644]

diff --git a/gas/testsuite/gas/m68k/arch-cpu-1.d b/gas/testsuite/gas/m68k/arch-cpu-1.d
new file mode 100644 (file)
index 0000000..4195926
--- /dev/null
@@ -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 (file)
index 0000000..e0bfead
--- /dev/null
@@ -0,0 +1,4 @@
+       .arch  isaaplus,no-div,emac
+       .cpu 5329
+
+       mac.w   %d1l,%a1u,<<,%acc0