Upload Tizen:Base source
[external/binutils.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