Remove x86 NaCl target support
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / load1.d
CommitLineData
0cb4071e 1#as: --32 -mrelax-relocations=yes
410a69a0 2#ld: -melf_i386 -z noseparate-code
02a86693
L
3#objdump: -dw --sym
4
5.*: +file format .*
6
7SYMBOL TABLE:
8#...
cd048363 90+8049164 l O .data 0+1 bar
02a86693 10#...
cd048363 110+8049165 g O .data 0+1 foo
02a86693
L
12#...
13
14Disassembly of section .text:
15
160+8048074 <_start>:
cd048363
L
17[ ]*[a-f0-9]+: c7 c0 64 91 04 08 mov \$0x8049164,%eax
18[ ]*[a-f0-9]+: 81 d0 64 91 04 08 adc \$0x8049164,%eax
19[ ]*[a-f0-9]+: 81 c3 64 91 04 08 add \$0x8049164,%ebx
20[ ]*[a-f0-9]+: 81 e1 64 91 04 08 and \$0x8049164,%ecx
21[ ]*[a-f0-9]+: 81 fa 64 91 04 08 cmp \$0x8049164,%edx
22[ ]*[a-f0-9]+: 81 cf 64 91 04 08 or \$0x8049164,%edi
23[ ]*[a-f0-9]+: 81 de 64 91 04 08 sbb \$0x8049164,%esi
24[ ]*[a-f0-9]+: 81 ed 64 91 04 08 sub \$0x8049164,%ebp
25[ ]*[a-f0-9]+: 81 f4 64 91 04 08 xor \$0x8049164,%esp
26[ ]*[a-f0-9]+: f7 c1 64 91 04 08 test \$0x8049164,%ecx
27[ ]*[a-f0-9]+: c7 c0 64 91 04 08 mov \$0x8049164,%eax
28[ ]*[a-f0-9]+: 81 d0 64 91 04 08 adc \$0x8049164,%eax
29[ ]*[a-f0-9]+: 81 c3 64 91 04 08 add \$0x8049164,%ebx
30[ ]*[a-f0-9]+: 81 e1 64 91 04 08 and \$0x8049164,%ecx
31[ ]*[a-f0-9]+: 81 fa 64 91 04 08 cmp \$0x8049164,%edx
32[ ]*[a-f0-9]+: 81 cf 64 91 04 08 or \$0x8049164,%edi
33[ ]*[a-f0-9]+: 81 de 64 91 04 08 sbb \$0x8049164,%esi
34[ ]*[a-f0-9]+: 81 ed 64 91 04 08 sub \$0x8049164,%ebp
35[ ]*[a-f0-9]+: 81 f4 64 91 04 08 xor \$0x8049164,%esp
36[ ]*[a-f0-9]+: f7 c1 64 91 04 08 test \$0x8049164,%ecx
37[ ]*[a-f0-9]+: c7 c0 65 91 04 08 mov \$0x8049165,%eax
38[ ]*[a-f0-9]+: 81 d0 65 91 04 08 adc \$0x8049165,%eax
39[ ]*[a-f0-9]+: 81 c3 65 91 04 08 add \$0x8049165,%ebx
40[ ]*[a-f0-9]+: 81 e1 65 91 04 08 and \$0x8049165,%ecx
41[ ]*[a-f0-9]+: 81 fa 65 91 04 08 cmp \$0x8049165,%edx
42[ ]*[a-f0-9]+: 81 cf 65 91 04 08 or \$0x8049165,%edi
43[ ]*[a-f0-9]+: 81 de 65 91 04 08 sbb \$0x8049165,%esi
44[ ]*[a-f0-9]+: 81 ed 65 91 04 08 sub \$0x8049165,%ebp
45[ ]*[a-f0-9]+: 81 f4 65 91 04 08 xor \$0x8049165,%esp
46[ ]*[a-f0-9]+: f7 c1 65 91 04 08 test \$0x8049165,%ecx
47[ ]*[a-f0-9]+: c7 c0 65 91 04 08 mov \$0x8049165,%eax
48[ ]*[a-f0-9]+: 81 d0 65 91 04 08 adc \$0x8049165,%eax
49[ ]*[a-f0-9]+: 81 c3 65 91 04 08 add \$0x8049165,%ebx
50[ ]*[a-f0-9]+: 81 e1 65 91 04 08 and \$0x8049165,%ecx
51[ ]*[a-f0-9]+: 81 fa 65 91 04 08 cmp \$0x8049165,%edx
52[ ]*[a-f0-9]+: 81 cf 65 91 04 08 or \$0x8049165,%edi
53[ ]*[a-f0-9]+: 81 de 65 91 04 08 sbb \$0x8049165,%esi
54[ ]*[a-f0-9]+: 81 ed 65 91 04 08 sub \$0x8049165,%ebp
55[ ]*[a-f0-9]+: 81 f4 65 91 04 08 xor \$0x8049165,%esp
56[ ]*[a-f0-9]+: f7 c1 65 91 04 08 test \$0x8049165,%ecx
02a86693 57#pass
This page took 0.241021 seconds and 4 git commands to generate.