* ld-elf/export-class.sd: New test.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / thumb2-bl-undefweak.s
CommitLineData
19540007
JM
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
8foo:
9 bl bar
10 .weak bar
This page took 0.210263 seconds and 4 git commands to generate.