[ARC] Fix warn.exp test error.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / movs-thumb1-reloc-local.s
1 .arch armv6s-m
2 .text
3 .syntax unified
4 .thumb
5 foo:
6 movs r0, #:upper8_15:#bar
7 movs r0, #:upper0_7:#bar
8 movs r0, #:lower8_15:#bar
9 movs r0, #:lower0_7:#bar
10
11 .space 0x10000
12
13 bar:
This page took 0.035352 seconds and 4 git commands to generate.