i386: Add -z noseparate-code to linker tests
[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 #notarget: i?86-*-nacl* x86_64-*-nacl*
5
6 .*: +file format .*
7
8 SYMBOL TABLE:
9 #...
10 0+8049164 l O .data 0+1 bar
11 #...
12 0+8049165 g O .data 0+1 foo
13 #...
14
15 Disassembly of section .text:
16
17 0+8048074 <_start>:
18 [ ]*[a-f0-9]+: c7 c0 64 91 04 08 mov \$0x8049164,%eax
19 [ ]*[a-f0-9]+: 81 d0 64 91 04 08 adc \$0x8049164,%eax
20 [ ]*[a-f0-9]+: 81 c3 64 91 04 08 add \$0x8049164,%ebx
21 [ ]*[a-f0-9]+: 81 e1 64 91 04 08 and \$0x8049164,%ecx
22 [ ]*[a-f0-9]+: 81 fa 64 91 04 08 cmp \$0x8049164,%edx
23 [ ]*[a-f0-9]+: 81 cf 64 91 04 08 or \$0x8049164,%edi
24 [ ]*[a-f0-9]+: 81 de 64 91 04 08 sbb \$0x8049164,%esi
25 [ ]*[a-f0-9]+: 81 ed 64 91 04 08 sub \$0x8049164,%ebp
26 [ ]*[a-f0-9]+: 81 f4 64 91 04 08 xor \$0x8049164,%esp
27 [ ]*[a-f0-9]+: f7 c1 64 91 04 08 test \$0x8049164,%ecx
28 [ ]*[a-f0-9]+: c7 c0 64 91 04 08 mov \$0x8049164,%eax
29 [ ]*[a-f0-9]+: 81 d0 64 91 04 08 adc \$0x8049164,%eax
30 [ ]*[a-f0-9]+: 81 c3 64 91 04 08 add \$0x8049164,%ebx
31 [ ]*[a-f0-9]+: 81 e1 64 91 04 08 and \$0x8049164,%ecx
32 [ ]*[a-f0-9]+: 81 fa 64 91 04 08 cmp \$0x8049164,%edx
33 [ ]*[a-f0-9]+: 81 cf 64 91 04 08 or \$0x8049164,%edi
34 [ ]*[a-f0-9]+: 81 de 64 91 04 08 sbb \$0x8049164,%esi
35 [ ]*[a-f0-9]+: 81 ed 64 91 04 08 sub \$0x8049164,%ebp
36 [ ]*[a-f0-9]+: 81 f4 64 91 04 08 xor \$0x8049164,%esp
37 [ ]*[a-f0-9]+: f7 c1 64 91 04 08 test \$0x8049164,%ecx
38 [ ]*[a-f0-9]+: c7 c0 65 91 04 08 mov \$0x8049165,%eax
39 [ ]*[a-f0-9]+: 81 d0 65 91 04 08 adc \$0x8049165,%eax
40 [ ]*[a-f0-9]+: 81 c3 65 91 04 08 add \$0x8049165,%ebx
41 [ ]*[a-f0-9]+: 81 e1 65 91 04 08 and \$0x8049165,%ecx
42 [ ]*[a-f0-9]+: 81 fa 65 91 04 08 cmp \$0x8049165,%edx
43 [ ]*[a-f0-9]+: 81 cf 65 91 04 08 or \$0x8049165,%edi
44 [ ]*[a-f0-9]+: 81 de 65 91 04 08 sbb \$0x8049165,%esi
45 [ ]*[a-f0-9]+: 81 ed 65 91 04 08 sub \$0x8049165,%ebp
46 [ ]*[a-f0-9]+: 81 f4 65 91 04 08 xor \$0x8049165,%esp
47 [ ]*[a-f0-9]+: f7 c1 65 91 04 08 test \$0x8049165,%ecx
48 [ ]*[a-f0-9]+: c7 c0 65 91 04 08 mov \$0x8049165,%eax
49 [ ]*[a-f0-9]+: 81 d0 65 91 04 08 adc \$0x8049165,%eax
50 [ ]*[a-f0-9]+: 81 c3 65 91 04 08 add \$0x8049165,%ebx
51 [ ]*[a-f0-9]+: 81 e1 65 91 04 08 and \$0x8049165,%ecx
52 [ ]*[a-f0-9]+: 81 fa 65 91 04 08 cmp \$0x8049165,%edx
53 [ ]*[a-f0-9]+: 81 cf 65 91 04 08 or \$0x8049165,%edi
54 [ ]*[a-f0-9]+: 81 de 65 91 04 08 sbb \$0x8049165,%esi
55 [ ]*[a-f0-9]+: 81 ed 65 91 04 08 sub \$0x8049165,%ebp
56 [ ]*[a-f0-9]+: 81 f4 65 91 04 08 xor \$0x8049165,%esp
57 [ ]*[a-f0-9]+: f7 c1 65 91 04 08 test \$0x8049165,%ecx
58 #pass
This page took 0.030569 seconds and 4 git commands to generate.