Add R_386_GOT32X support to gas and ld
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / load1.d
1 #as: --32
2 #ld: -melf_i386
3 #objdump: -dw --sym
4
5 .*: +file format .*
6
7 SYMBOL TABLE:
8 #...
9 0+8049170 l O .data 0+1 bar
10 #...
11 0+8049171 g O .data 0+1 foo
12 #...
13
14 Disassembly of section .text:
15
16 0+8048074 <_start>:
17 [ ]*[a-f0-9]+: 8d 05 70 91 04 08 lea 0x8049170,%eax
18 [ ]*[a-f0-9]+: 81 d0 70 91 04 08 adc \$0x8049170,%eax
19 [ ]*[a-f0-9]+: 81 c3 70 91 04 08 add \$0x8049170,%ebx
20 [ ]*[a-f0-9]+: 81 e1 70 91 04 08 and \$0x8049170,%ecx
21 [ ]*[a-f0-9]+: 81 fa 70 91 04 08 cmp \$0x8049170,%edx
22 [ ]*[a-f0-9]+: 81 cf 70 91 04 08 or \$0x8049170,%edi
23 [ ]*[a-f0-9]+: 81 de 70 91 04 08 sbb \$0x8049170,%esi
24 [ ]*[a-f0-9]+: 81 ed 70 91 04 08 sub \$0x8049170,%ebp
25 [ ]*[a-f0-9]+: 81 f4 70 91 04 08 xor \$0x8049170,%esp
26 [ ]*[a-f0-9]+: f7 c1 70 91 04 08 test \$0x8049170,%ecx
27 [ ]*[a-f0-9]+: 8d 05 70 91 04 08 lea 0x8049170,%eax
28 [ ]*[a-f0-9]+: 81 d0 70 91 04 08 adc \$0x8049170,%eax
29 [ ]*[a-f0-9]+: 81 c3 70 91 04 08 add \$0x8049170,%ebx
30 [ ]*[a-f0-9]+: 81 e1 70 91 04 08 and \$0x8049170,%ecx
31 [ ]*[a-f0-9]+: 81 fa 70 91 04 08 cmp \$0x8049170,%edx
32 [ ]*[a-f0-9]+: 81 cf 70 91 04 08 or \$0x8049170,%edi
33 [ ]*[a-f0-9]+: 81 de 70 91 04 08 sbb \$0x8049170,%esi
34 [ ]*[a-f0-9]+: 81 ed 70 91 04 08 sub \$0x8049170,%ebp
35 [ ]*[a-f0-9]+: 81 f4 70 91 04 08 xor \$0x8049170,%esp
36 [ ]*[a-f0-9]+: f7 c1 70 91 04 08 test \$0x8049170,%ecx
37 [ ]*[a-f0-9]+: 8d 05 71 91 04 08 lea 0x8049171,%eax
38 [ ]*[a-f0-9]+: 81 d0 71 91 04 08 adc \$0x8049171,%eax
39 [ ]*[a-f0-9]+: 81 c3 71 91 04 08 add \$0x8049171,%ebx
40 [ ]*[a-f0-9]+: 81 e1 71 91 04 08 and \$0x8049171,%ecx
41 [ ]*[a-f0-9]+: 81 fa 71 91 04 08 cmp \$0x8049171,%edx
42 [ ]*[a-f0-9]+: 81 cf 71 91 04 08 or \$0x8049171,%edi
43 [ ]*[a-f0-9]+: 81 de 71 91 04 08 sbb \$0x8049171,%esi
44 [ ]*[a-f0-9]+: 81 ed 71 91 04 08 sub \$0x8049171,%ebp
45 [ ]*[a-f0-9]+: 81 f4 71 91 04 08 xor \$0x8049171,%esp
46 [ ]*[a-f0-9]+: f7 c1 71 91 04 08 test \$0x8049171,%ecx
47 [ ]*[a-f0-9]+: 8d 05 71 91 04 08 lea 0x8049171,%eax
48 [ ]*[a-f0-9]+: 81 d0 71 91 04 08 adc \$0x8049171,%eax
49 [ ]*[a-f0-9]+: 81 c3 71 91 04 08 add \$0x8049171,%ebx
50 [ ]*[a-f0-9]+: 81 e1 71 91 04 08 and \$0x8049171,%ecx
51 [ ]*[a-f0-9]+: 81 fa 71 91 04 08 cmp \$0x8049171,%edx
52 [ ]*[a-f0-9]+: 81 cf 71 91 04 08 or \$0x8049171,%edi
53 [ ]*[a-f0-9]+: 81 de 71 91 04 08 sbb \$0x8049171,%esi
54 [ ]*[a-f0-9]+: 81 ed 71 91 04 08 sub \$0x8049171,%ebp
55 [ ]*[a-f0-9]+: 81 f4 71 91 04 08 xor \$0x8049171,%esp
56 [ ]*[a-f0-9]+: f7 c1 71 91 04 08 test \$0x8049171,%ecx
57 #pass
This page took 0.045438 seconds and 4 git commands to generate.