Apply ld-arm/gc-hidden-1 to all ELF targets, not just *eabi* targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / farcall-mixed-lib2.s
CommitLineData
69c5861e
CL
1@ Create a large shared library so that calls through PLT to an undef
2@ symbol require insertion of a long branch stub.
3@ Check also calls to an undef weak symbol.
4
5 .text
69c5861e
CL
6
7 .space 0x1000000
8 .p2align 4
9 .globl lib_func3
10 .type lib_func3, %function
11 .thumb_func
12 .code 16
13lib_func3:
14 bl app_func
15 .weak app_func_weak
16 bl app_func_weak
17 bx lr
18 .size lib_func3, . - lib_func3
This page took 0.225532 seconds and 4 git commands to generate.