Apply ld-arm/gc-hidden-1 to all ELF targets, not just *eabi* targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / vxworks1.s
1 .text
2 .globl _start
3 .type _start, %function
4 _start:
5 bl foo
6 bl sexternal
7 b sglobal
8 .size _start, .-_start
9
10 .globl sexternal
11 .type sexternal, %function
12 sexternal:
13 mov pc, lr
14 .size sexternal, .-sexternal
This page took 0.030612 seconds and 4 git commands to generate.