x86: Properly handle PLT expression in directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / undefweak.s
CommitLineData
bae420ef
L
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.157868 seconds and 4 git commands to generate.