Fix commit 0a7d38897b9fb1ec7a064ca3347cbac3ba49e5ac
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / load1.s
1 .data
2 .type bar, @object
3 bar:
4 .byte 1
5 .size bar, .-bar
6 .globl foo
7 .type foo, @object
8 foo:
9 .byte 1
10 .size foo, .-foo
11 .text
12 .globl _start
13 .type _start, @function
14 _start:
15 adcl bar@GOTPCREL(%rip), %eax
16 addl bar@GOTPCREL(%rip), %ebx
17 andl bar@GOTPCREL(%rip), %ecx
18 cmpl bar@GOTPCREL(%rip), %edx
19 orl bar@GOTPCREL(%rip), %esi
20 sbbl bar@GOTPCREL(%rip), %edi
21 subl bar@GOTPCREL(%rip), %ebp
22 xorl bar@GOTPCREL(%rip), %r8d
23 testl %r15d, bar@GOTPCREL(%rip)
24 adcq bar@GOTPCREL(%rip), %rax
25 addq bar@GOTPCREL(%rip), %rbx
26 andq bar@GOTPCREL(%rip), %rcx
27 cmpq bar@GOTPCREL(%rip), %rdx
28 orq bar@GOTPCREL(%rip), %rdi
29 sbbq bar@GOTPCREL(%rip), %rsi
30 subq bar@GOTPCREL(%rip), %rbp
31 xorq bar@GOTPCREL(%rip), %r8
32 testq %r15, bar@GOTPCREL(%rip)
33 adcl foo@GOTPCREL(%rip), %eax
34 addl foo@GOTPCREL(%rip), %ebx
35 andl foo@GOTPCREL(%rip), %ecx
36 cmpl foo@GOTPCREL(%rip), %edx
37 orl foo@GOTPCREL(%rip), %esi
38 sbbl foo@GOTPCREL(%rip), %edi
39 subl foo@GOTPCREL(%rip), %ebp
40 xorl foo@GOTPCREL(%rip), %r8d
41 testl %r15d, foo@GOTPCREL(%rip)
42 adcq foo@GOTPCREL(%rip), %rax
43 addq foo@GOTPCREL(%rip), %rbx
44 andq foo@GOTPCREL(%rip), %rcx
45 cmpq foo@GOTPCREL(%rip), %rdx
46 orq foo@GOTPCREL(%rip), %rdi
47 sbbq foo@GOTPCREL(%rip), %rsi
48 subq foo@GOTPCREL(%rip), %rbp
49 xorq foo@GOTPCREL(%rip), %r8
50 testq %r15, foo@GOTPCREL(%rip)
51 .size _start, .-_start
This page took 0.033346 seconds and 4 git commands to generate.