mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 00:52:16 +08:00
missing from 2006-02-07 Nathan Sidwell <nathan@codesourcery.com> commit
This commit is contained in:
11
gas/testsuite/gas/m68k/arch-cpu-1.d
Normal file
11
gas/testsuite/gas/m68k/arch-cpu-1.d
Normal file
@ -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
|
4
gas/testsuite/gas/m68k/arch-cpu-1.s
Normal file
4
gas/testsuite/gas/m68k/arch-cpu-1.s
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
.arch isaaplus,no-div,emac
|
||||||
|
.cpu 5329
|
||||||
|
|
||||||
|
mac.w %d1l,%a1u,<<,%acc0
|
Reference in New Issue
Block a user