Remove x86 NaCl target support
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / load1.d
1 #as: --32 -mrelax-relocations=yes
2 #ld: -melf_i386 -z noseparate-code
3 #objdump: -dw --sym
4
5 .*: +file format .*
6
7 SYMBOL TABLE:
8 #...
9 0+8049164 l O .data 0+1 bar
10 #...
11 0+8049165 g O .data 0+1 foo
12 #...
13
14 Disassembly of section .text:
15
16 0+8048074 <_start>:
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
57 #pass
This page took 0.031838 seconds and 5 git commands to generate.