ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr19636-2.s
CommitLineData
aec6b87e
L
1 .text
2 .weak func
3 .globl _start
4_start:
5 cmp func@GOT(%eax), %eax
6 jmp *func@GOT(%eax)
7 call func@PLT
8 cmp $func, %eax
9 call func
This page took 0.273783 seconds and 4 git commands to generate.