ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / no-plt-extern1b.S
1 .text
2 .p2align 4,,15
3 .globl get_func
4 .type get_func, @function
5 get_func:
6 movl func@GOT, %eax
7 ret
8 .size get_func, .-get_func
9 .p2align 4,,15
10 .globl call_func
11 .type call_func, @function
12 call_func:
13 jmp *func@GOT
14 .size call_func, .-call_func
15 .globl func_p
16 .data
17 .align 4
18 .type func_p, @object
19 .size func_p, 4
20 func_p:
21 .long func
22 .section .note.GNU-stack,"",@progbits
This page took 0.030979 seconds and 4 git commands to generate.