ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[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.075429 seconds and 4 git commands to generate.