Fix AArch32 build attributes for Armv8.4-A.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / movw-local.s
CommitLineData
79947c54
CD
1.arch armv7-a
2.text
3.syntax unified
4foo:
5movw r0, #:lower16: bar
6movt r0, #:upper16: bar
7.thumb
8movw r0, #:lower16: bar
9movt r0, #:upper16: bar
10
11.space 0x10000
12
13bar:
This page took 0.429439 seconds and 4 git commands to generate.