x86: Properly handle PLT expression in directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr19939.s
1 .text
2 selector:
3 movl foo@GOT(%eax), %eax
4 mov $bar, %ebx
5 ret
6 .type selector, %gnu_indirect_function
7 .globl bar
8 bar:
9 jmp selector@PLT
This page took 0.033459 seconds and 4 git commands to generate.