gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / x86_64_indirect_jump_to_direct1.s
CommitLineData
3a4f096e
ST
1 .text
2 .globl foo
3 .type foo, @function
4foo:
5 ret
6 .size foo, .-foo
7 .globl main
8 .type main, @function
9main:
10 jmp *foo@GOTPCREL(%rip)
11 .size main, .-main
This page took 0.198718 seconds and 4 git commands to generate.