x86: Remove the unused _GLOBAL_OFFSET_TABLE_
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / load1a.d
1 #source: load1.s
2 #as: --64 -mrelax-relocations=yes
3 #ld: -melf_x86_64
4 #objdump: -dw --sym
5 #notarget: x86_64-*-nacl*
6
7 .*: +file format .*
8
9 SYMBOL TABLE:
10 #...
11 0+60019e l O .data 0+1 bar
12 #...
13 0+60019f g O .data 0+1 foo
14 #...
15
16 Disassembly of section .text:
17
18 0+4000b0 <_start>:
19 [ ]*[a-f0-9]+: 81 d0 9e 01 60 00 adc \$0x60019e,%eax
20 [ ]*[a-f0-9]+: 81 c3 9e 01 60 00 add \$0x60019e,%ebx
21 [ ]*[a-f0-9]+: 81 e1 9e 01 60 00 and \$0x60019e,%ecx
22 [ ]*[a-f0-9]+: 81 fa 9e 01 60 00 cmp \$0x60019e,%edx
23 [ ]*[a-f0-9]+: 81 ce 9e 01 60 00 or \$0x60019e,%esi
24 [ ]*[a-f0-9]+: 81 df 9e 01 60 00 sbb \$0x60019e,%edi
25 [ ]*[a-f0-9]+: 81 ed 9e 01 60 00 sub \$0x60019e,%ebp
26 [ ]*[a-f0-9]+: 41 81 f0 9e 01 60 00 xor \$0x60019e,%r8d
27 [ ]*[a-f0-9]+: 41 f7 c7 9e 01 60 00 test \$0x60019e,%r15d
28 [ ]*[a-f0-9]+: 48 81 d0 9e 01 60 00 adc \$0x60019e,%rax
29 [ ]*[a-f0-9]+: 48 81 c3 9e 01 60 00 add \$0x60019e,%rbx
30 [ ]*[a-f0-9]+: 48 81 e1 9e 01 60 00 and \$0x60019e,%rcx
31 [ ]*[a-f0-9]+: 48 81 fa 9e 01 60 00 cmp \$0x60019e,%rdx
32 [ ]*[a-f0-9]+: 48 81 cf 9e 01 60 00 or \$0x60019e,%rdi
33 [ ]*[a-f0-9]+: 48 81 de 9e 01 60 00 sbb \$0x60019e,%rsi
34 [ ]*[a-f0-9]+: 48 81 ed 9e 01 60 00 sub \$0x60019e,%rbp
35 [ ]*[a-f0-9]+: 49 81 f0 9e 01 60 00 xor \$0x60019e,%r8
36 [ ]*[a-f0-9]+: 49 f7 c7 9e 01 60 00 test \$0x60019e,%r15
37 [ ]*[a-f0-9]+: 81 d0 9f 01 60 00 adc \$0x60019f,%eax
38 [ ]*[a-f0-9]+: 81 c3 9f 01 60 00 add \$0x60019f,%ebx
39 [ ]*[a-f0-9]+: 81 e1 9f 01 60 00 and \$0x60019f,%ecx
40 [ ]*[a-f0-9]+: 81 fa 9f 01 60 00 cmp \$0x60019f,%edx
41 [ ]*[a-f0-9]+: 81 ce 9f 01 60 00 or \$0x60019f,%esi
42 [ ]*[a-f0-9]+: 81 df 9f 01 60 00 sbb \$0x60019f,%edi
43 [ ]*[a-f0-9]+: 81 ed 9f 01 60 00 sub \$0x60019f,%ebp
44 [ ]*[a-f0-9]+: 41 81 f0 9f 01 60 00 xor \$0x60019f,%r8d
45 [ ]*[a-f0-9]+: 41 f7 c7 9f 01 60 00 test \$0x60019f,%r15d
46 [ ]*[a-f0-9]+: 48 81 d0 9f 01 60 00 adc \$0x60019f,%rax
47 [ ]*[a-f0-9]+: 48 81 c3 9f 01 60 00 add \$0x60019f,%rbx
48 [ ]*[a-f0-9]+: 48 81 e1 9f 01 60 00 and \$0x60019f,%rcx
49 [ ]*[a-f0-9]+: 48 81 fa 9f 01 60 00 cmp \$0x60019f,%rdx
50 [ ]*[a-f0-9]+: 48 81 cf 9f 01 60 00 or \$0x60019f,%rdi
51 [ ]*[a-f0-9]+: 48 81 de 9f 01 60 00 sbb \$0x60019f,%rsi
52 [ ]*[a-f0-9]+: 48 81 ed 9f 01 60 00 sub \$0x60019f,%rbp
53 [ ]*[a-f0-9]+: 49 81 f0 9f 01 60 00 xor \$0x60019f,%r8
54 [ ]*[a-f0-9]+: 49 f7 c7 9f 01 60 00 test \$0x60019f,%r15
55 #pass
This page took 0.031711 seconds and 4 git commands to generate.