885fc2570f
* 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.
14 lines
200 B
ArmAsm
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
|