PR ld/2864, ld/5006
[binutils.git] / ld / testsuite / ld-arm / arm-lib-plt32.s
blobd6c4787a6dcd6eda56db18e5a089bc259b179741
1 .text
3 .globl lib_func1
4 .type lib_func1, %function
5 lib_func1:
6 mov ip, sp
7 stmdb sp!, {r11, ip, lr, pc}
8 bl app_func2(PLT)
9 ldmia sp, {r11, sp, lr}
10 bx lr
11 .size lib_func1, . - lib_func1
13 .globl lib_func2
14 .type lib_func2, %function
15 lib_func2:
16 bx lr
17 .size lib_func2, . - lib_func2