Don't convert R_386_GOT32 relocation
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / undefweak.s
1 .text
2 .globl _start
3 _start:
4 mov .Ljmp(%eax), %eax
5 jmp *(%eax)
6 .section .data.rel.ro.local,"aw",@progbits
7 .weak func
8 .align 8
9 .Ljmp:
10 .long func
This page took 0.040425 seconds and 4 git commands to generate.