summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/arm/noarm.s
blob: 3dadd4468f14bae406fde9da3d3855fad9649729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
        .arch armv7a
        .syntax unified
	.text
func:
	nop
	movw r0, #0

	.arch armv7
	.thumb
	nop
	movw r0, #0
	.arm
	nop
OpenPOWER on IntegriCloud