1 @ Create
a large shared library so that calls through PLT to an undef
2 @ symbol require insertion of
a long branch stub.
3 @ Check also calls to an undef weak symbol.
10 .type lib_func1, %function
13 stmdb sp
!, {r11, ip
, lr, pc
}
17 ldmia sp
, {r11, sp
, lr}
19 .size lib_func1, . - lib_func1
24 .type lib_func2, %function
31 .size lib_func2, . - lib_func2