[binutils][Arm] Fix Branch Future relocation handling and testisms
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / gc-thumb.s
CommitLineData
1e81e12b
RS
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.40431 seconds and 4 git commands to generate.