[ARM] Add support for thumb1 pcrop relocations.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / script-type.s
CommitLineData
1338dd10
PB
1.syntax unified
2.text
3.global bar_a
4.type bar_a %function
5bar_a:
6bx lr
7
8.p2align 4
9.global bar_o
10.type bar_o %object
11bar_o:
12.word 0
13
14.p2align 4
15.thumb
16.global bar_t
17.type bar_t %function
18bar_t:
19bx lr
20
This page took 0.277908 seconds and 4 git commands to generate.