Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5ac
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / gotpcrel1d.S
CommitLineData
56ceb5b5
L
1 .text
2 .globl bar
3 .type bar, @function
4bar:
5 leaq __FUNCTION__.2215(%rip), %rdi
6 jmp *puts@GOTPCREL(%rip)
7 .size bar, .-bar
8 .globl plt
9 .type plt, @function
10plt:
11 leaq __FUNCTION__.2219(%rip), %rdi
12 subq $8, %rsp
13 call *puts@GOTPCREL(%rip)
14 leaq __FUNCTION__.2219(%rip), %rdi
15 addq $8, %rsp
16 jmp *puts@GOTPCREL(%rip)
17 .size plt, .-plt
18 .section .rodata
19 .type __FUNCTION__.2219, @object
20 .size __FUNCTION__.2219, 4
21__FUNCTION__.2219:
22 .string "plt"
23 .type __FUNCTION__.2215, @object
24 .size __FUNCTION__.2215, 4
25__FUNCTION__.2215:
26 .string "bar"
This page took 0.142636 seconds and 4 git commands to generate.