Apply ld-arm/gc-hidden-1 to all ELF targets, not just *eabi* targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / gc-thumb.s
1 .arch armv7-a
2 .syntax unified
3 .text
4 .globl _start
5 _start:
6 mov pc,lr
7
8 .section .text.foo,"ax",%progbits
9 .thumb
10 movw r0,#:lower16:foo-.
11 movt r0,#:upper16:foo-.
This page took 0.029622 seconds and 4 git commands to generate.