ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[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.03185 seconds and 4 git commands to generate.