ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / hidden1.s
1 .text
2 .globl bar
3 .type bar, @function
4 bar:
5 leal foo@GOTOFF(%ecx), %eax
6 ret
7 .size bar, .-bar
8 .weak foo
9 .hidden foo
This page took 0.030647 seconds and 4 git commands to generate.