pr19939.s 149 B

123456789
  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