ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / thumb2-bl-undefweak1.s
CommitLineData
82b5c97a
CL
1@ Test that calls to undefined weak functions resolve to call through
2@ the PLT in shared libraries in ARM mode.
3
4 .arch armv6
5 .syntax unified
6 .text
7foo:
8 bl bar
9 .weak bar
This page took 0.491485 seconds and 4 git commands to generate.