Test undefined symbols in shared libraries
[deliverable/binutils-gdb.git] / ld / testsuite / ld-undefined / fundef.s
1 .text
2 .type undef_fun_typed %function
3 .ifdef BL
4 bl undef_fun_typed
5 nop
6 bl undef_fun_notype
7 nop
8 .endif
9 .ifdef BLPLT
10 bl undef_fun_typed@plt
11 nop
12 bl undef_fun_notype@plt
13 nop
14 .endif
15 .ifdef CALLPLT
16 call undef_fun_typed@plt
17 call undef_fun_notype@plt
18 .endif
19 .ifdef HPPA
20 bl undef_fun_typed,%r2
21 nop
22 bl undef_fun_notype,%r2
23 nop
24 .endif
25
26 .data
27 .type undef_data %object
28 .dc.a undef_data
29 .type undef_pfun %function
30 .dc.a undef_pfun
31 .dc.a undef_notype
This page took 0.036943 seconds and 4 git commands to generate.