Use NOPIE_CFLAGS and NOPIE_LDFLAGS to disable PIE
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19939.s
1 .text
2 selector:
3 movq foo@GOTPCREL(%rip), %rax
4 movabs $bar, %rbx
5 ret
6 .type selector, %gnu_indirect_function
7 .globl bar
8 bar:
9 jmp selector@PLT
This page took 0.031031 seconds and 4 git commands to generate.