Apply ld-arm/gc-hidden-1 to all ELF targets, not just *eabi* targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / movw-merge.s
CommitLineData
39623e12
PB
1 .arch armv7-a
2 .syntax unified
3 .text
4 .global _start
5 .type _start, %function
6_start:
7 movw r0, #:lower16:.LC0
8 movt r0, #:upper16:.LC0
9 .thumb
10 .global tfunc
11 .type tfunc, %function
12tfunc:
13 movw r0, #:lower16:.LC0
14 movt r0, #:upper16:.LC0
15
16 .section .rodata.str1.4,"aMS",%progbits,1
17 .align 2
18 .ascii "pad"
19.LC0:
20 .ascii "inner: cont \000"
This page took 0.262287 seconds and 4 git commands to generate.