2007-03-20 Paul Brook <paul@codesourcery.com>
[binutils.git] / ld / testsuite / ld-arm / arm-pic-veneer.s
blob9e09ed63337713cb1d0303048939629304b168a6
1 .text
2 .arm
3 .global _start
4 .type _start, %function
5 _start:
6 b foo
8 .thumb
9 .global foo
10 .type foo, %function
11 foo:
12 nop
13 bx lr