Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5ac
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr20800a.S
1 .text
2 .globl main
3 .type main, @function
4 main:
5 .L2:
6 leaq .L2(%rip), %rax
7 movabsq $_GLOBAL_OFFSET_TABLE_-.L2, %r11
8 movabsq $bar@PLTOFF, %rdx
9 pushq %r15
10 addq %r11, %rax
11 movq %rax, %r15
12 addq %rax, %rdx
13 call *%rdx
14 xorl %eax, %eax
15 popq %r15
16 ret
17 .size main, .-main
This page took 0.02901 seconds and 4 git commands to generate.