ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr19939.s
CommitLineData
2df3368d
L
1 .text
2selector:
3 movl foo@GOT(%eax), %eax
4 mov $bar, %ebx
5 ret
6 .type selector, %gnu_indirect_function
7 .globl bar
8bar:
9 jmp selector@PLT
This page took 0.197431 seconds and 4 git commands to generate.