Remove x86 NaCl target support
[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 -z max-page-size=0x200000 -z noseparate-code
4 #objdump: -dw --sym
5
6 .*: +file format .*
7
8 SYMBOL TABLE:
9 #...
10 0+60019e l O .data 0+1 bar
11 #...
12 0+60019f g O .data 0+1 foo
13 #...
14
15 Disassembly of section .text:
16
17 0+4000b0 <_start>:
18 [ ]*[a-f0-9]+: 81 d0 9e 01 60 00 adc \$0x60019e,%eax
19 [ ]*[a-f0-9]+: 81 c3 9e 01 60 00 add \$0x60019e,%ebx
20 [ ]*[a-f0-9]+: 81 e1 9e 01 60 00 and \$0x60019e,%ecx
21 [ ]*[a-f0-9]+: 81 fa 9e 01 60 00 cmp \$0x60019e,%edx
22 [ ]*[a-f0-9]+: 81 ce 9e 01 60 00 or \$0x60019e,%esi
23 [ ]*[a-f0-9]+: 81 df 9e 01 60 00 sbb \$0x60019e,%edi
24 [ ]*[a-f0-9]+: 81 ed 9e 01 60 00 sub \$0x60019e,%ebp
25 [ ]*[a-f0-9]+: 41 81 f0 9e 01 60 00 xor \$0x60019e,%r8d
26 [ ]*[a-f0-9]+: 41 f7 c7 9e 01 60 00 test \$0x60019e,%r15d
27 [ ]*[a-f0-9]+: 48 81 d0 9e 01 60 00 adc \$0x60019e,%rax
28 [ ]*[a-f0-9]+: 48 81 c3 9e 01 60 00 add \$0x60019e,%rbx
29 [ ]*[a-f0-9]+: 48 81 e1 9e 01 60 00 and \$0x60019e,%rcx
30 [ ]*[a-f0-9]+: 48 81 fa 9e 01 60 00 cmp \$0x60019e,%rdx
31 [ ]*[a-f0-9]+: 48 81 cf 9e 01 60 00 or \$0x60019e,%rdi
32 [ ]*[a-f0-9]+: 48 81 de 9e 01 60 00 sbb \$0x60019e,%rsi
33 [ ]*[a-f0-9]+: 48 81 ed 9e 01 60 00 sub \$0x60019e,%rbp
34 [ ]*[a-f0-9]+: 49 81 f0 9e 01 60 00 xor \$0x60019e,%r8
35 [ ]*[a-f0-9]+: 49 f7 c7 9e 01 60 00 test \$0x60019e,%r15
36 [ ]*[a-f0-9]+: 81 d0 9f 01 60 00 adc \$0x60019f,%eax
37 [ ]*[a-f0-9]+: 81 c3 9f 01 60 00 add \$0x60019f,%ebx
38 [ ]*[a-f0-9]+: 81 e1 9f 01 60 00 and \$0x60019f,%ecx
39 [ ]*[a-f0-9]+: 81 fa 9f 01 60 00 cmp \$0x60019f,%edx
40 [ ]*[a-f0-9]+: 81 ce 9f 01 60 00 or \$0x60019f,%esi
41 [ ]*[a-f0-9]+: 81 df 9f 01 60 00 sbb \$0x60019f,%edi
42 [ ]*[a-f0-9]+: 81 ed 9f 01 60 00 sub \$0x60019f,%ebp
43 [ ]*[a-f0-9]+: 41 81 f0 9f 01 60 00 xor \$0x60019f,%r8d
44 [ ]*[a-f0-9]+: 41 f7 c7 9f 01 60 00 test \$0x60019f,%r15d
45 [ ]*[a-f0-9]+: 48 81 d0 9f 01 60 00 adc \$0x60019f,%rax
46 [ ]*[a-f0-9]+: 48 81 c3 9f 01 60 00 add \$0x60019f,%rbx
47 [ ]*[a-f0-9]+: 48 81 e1 9f 01 60 00 and \$0x60019f,%rcx
48 [ ]*[a-f0-9]+: 48 81 fa 9f 01 60 00 cmp \$0x60019f,%rdx
49 [ ]*[a-f0-9]+: 48 81 cf 9f 01 60 00 or \$0x60019f,%rdi
50 [ ]*[a-f0-9]+: 48 81 de 9f 01 60 00 sbb \$0x60019f,%rsi
51 [ ]*[a-f0-9]+: 48 81 ed 9f 01 60 00 sub \$0x60019f,%rbp
52 [ ]*[a-f0-9]+: 49 81 f0 9f 01 60 00 xor \$0x60019f,%r8
53 [ ]*[a-f0-9]+: 49 f7 c7 9f 01 60 00 test \$0x60019f,%r15
54 #pass
This page took 0.030661 seconds and 4 git commands to generate.