bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-pic-veneer.s
CommitLineData
27e55c4d
PB
1.text
2.arm
3.global _start
4.type _start, %function
5_start:
6b foo
7
8.thumb
9.global foo
10.type foo, %function
11foo:
12nop
13bx lr
14
This page took 0.132004 seconds and 4 git commands to generate.