Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / gold / testsuite / x86_64_indirect_jump_to_direct1.s
1 .text
2 .globl foo
3 .type foo, @function
4 foo:
5 ret
6 .size foo, .-foo
7 .globl main
8 .type main, @function
9 main:
10 jmp *foo@GOTPCREL(%rip)
11 .size main, .-main
This page took 0.036617 seconds and 4 git commands to generate.