ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-undefined / weak-fundef.s
1 .text
2 .weak undef_weak_fun
3 .type undef_weak_fun %function
4 .ifdef BL
5 bl undef_weak_fun
6 nop
7 .endif
8 .ifdef CALLPLT
9 call undef_weak_fun@plt
10 .endif
11 .ifdef HPPA
12 bl undef_weak_fun,%r2
13 nop
14 .endif
This page took 0.030911 seconds and 4 git commands to generate.