ld: Run pr23189 for all targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / load1b-nacl.d
1 #source: load1.s
2 #as: --x32
3 #ld: -melf32_x86_64
4 #objdump: -dw --sym
5 #target: x86_64-*-nacl*
6
7 .*: +file format .*
8
9 SYMBOL TABLE:
10 #...
11 10030074 l O .data 0+1 bar
12 #...
13 10030075 g O .data 0+1 foo
14 #...
15
16 Disassembly of section .text:
17
18 0+20000 <_start>:
19 +[a-f0-9]+: 81 d0 74 00 03 10 adc \$0x10030074,%eax
20 +[a-f0-9]+: 81 c3 74 00 03 10 add \$0x10030074,%ebx
21 +[a-f0-9]+: 81 e1 74 00 03 10 and \$0x10030074,%ecx
22 +[a-f0-9]+: 81 fa 74 00 03 10 cmp \$0x10030074,%edx
23 +[a-f0-9]+: 81 ce 74 00 03 10 or \$0x10030074,%esi
24 +[a-f0-9]+: 81 df 74 00 03 10 sbb \$0x10030074,%edi
25 +[a-f0-9]+: 81 ed 74 00 03 10 sub \$0x10030074,%ebp
26 +[a-f0-9]+: 41 81 f0 74 00 03 10 xor \$0x10030074,%r8d
27 +[a-f0-9]+: 41 f7 c7 74 00 03 10 test \$0x10030074,%r15d
28 +[a-f0-9]+: 48 81 d0 74 00 03 10 adc \$0x10030074,%rax
29 +[a-f0-9]+: 48 81 c3 74 00 03 10 add \$0x10030074,%rbx
30 +[a-f0-9]+: 48 81 e1 74 00 03 10 and \$0x10030074,%rcx
31 +[a-f0-9]+: 48 81 fa 74 00 03 10 cmp \$0x10030074,%rdx
32 +[a-f0-9]+: 48 81 cf 74 00 03 10 or \$0x10030074,%rdi
33 +[a-f0-9]+: 48 81 de 74 00 03 10 sbb \$0x10030074,%rsi
34 +[a-f0-9]+: 48 81 ed 74 00 03 10 sub \$0x10030074,%rbp
35 +[a-f0-9]+: 49 81 f0 74 00 03 10 xor \$0x10030074,%r8
36 +[a-f0-9]+: 49 f7 c7 74 00 03 10 test \$0x10030074,%r15
37 +[a-f0-9]+: 81 d0 75 00 03 10 adc \$0x10030075,%eax
38 +[a-f0-9]+: 81 c3 75 00 03 10 add \$0x10030075,%ebx
39 +[a-f0-9]+: 81 e1 75 00 03 10 and \$0x10030075,%ecx
40 +[a-f0-9]+: 81 fa 75 00 03 10 cmp \$0x10030075,%edx
41 +[a-f0-9]+: 81 ce 75 00 03 10 or \$0x10030075,%esi
42 +[a-f0-9]+: 81 df 75 00 03 10 sbb \$0x10030075,%edi
43 +[a-f0-9]+: 81 ed 75 00 03 10 sub \$0x10030075,%ebp
44 +[a-f0-9]+: 41 81 f0 75 00 03 10 xor \$0x10030075,%r8d
45 +[a-f0-9]+: 41 f7 c7 75 00 03 10 test \$0x10030075,%r15d
46 +[a-f0-9]+: 48 81 d0 75 00 03 10 adc \$0x10030075,%rax
47 +[a-f0-9]+: 48 81 c3 75 00 03 10 add \$0x10030075,%rbx
48 +[a-f0-9]+: 48 81 e1 75 00 03 10 and \$0x10030075,%rcx
49 +[a-f0-9]+: 48 81 fa 75 00 03 10 cmp \$0x10030075,%rdx
50 +[a-f0-9]+: 48 81 cf 75 00 03 10 or \$0x10030075,%rdi
51 +[a-f0-9]+: 48 81 de 75 00 03 10 sbb \$0x10030075,%rsi
52 +[a-f0-9]+: 48 81 ed 75 00 03 10 sub \$0x10030075,%rbp
53 +[a-f0-9]+: 49 81 f0 75 00 03 10 xor \$0x10030075,%r8
54 +[a-f0-9]+: 49 f7 c7 75 00 03 10 test \$0x10030075,%r15
55 #pass
This page took 0.120137 seconds and 4 git commands to generate.