Apply ld-arm/gc-hidden-1 to all ELF targets, not just *eabi* targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / thumb2-bl-undefweak.s
1 @ Test that calls to undefined weak functions resolve to call through
2 @ the PLT in shared libraries.
3
4 .arch armv7
5 .syntax unified
6 .text
7 .thumb_func
8 foo:
9 bl bar
10 .weak bar
This page took 0.055551 seconds and 4 git commands to generate.