Update year range in copyright notice of all files owned by the GDB project.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / arm-pic-veneer.s
1 .text
2 .arm
3 .global _start
4 .type _start, %function
5 _start:
6 b foo
7
8 .thumb
9 .global foo
10 .type foo, %function
11 foo:
12 nop
13 bx lr
14
This page took 0.033763 seconds and 4 git commands to generate.