Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / ld / testsuite / ld-undefined / weak-fundef.s
CommitLineData
bf174910
AM
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.082078 seconds and 4 git commands to generate.