old-cross-binutils/gas/testsuite/gas/arm/thumbv6k.s
Zack Weinberg 885fc2570f gas:
* config/tc-arm.c (tinsns): Add ARMv6K instructions sev, wfe,
	wfi, yield.
opcodes:
	* arm-dis.c (thumb_opcodes): Add ARMv6K instructions nop, sev,
	wfe, wfi, yield.
gas/testsuite:
	* gas/arm/thumbv6k.d, gas/arm/thumbv6k.s: New dump test.
	* gas/arm/arm.exp: Run it.
2005-03-12 18:25:47 +00:00

14 lines
200 B
ArmAsm

.text
.align 0
.thumb
label:
yield
wfe
wfi
sev
# arm-aout wants the segment padded to an 16-byte boundary;
# do this explicitly so it's consistent for all object formats.
nop
nop
nop
nop