Add "-z call-nop=PADDING" option to ld
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / load1a.d
1 #source: load1.s
2 #as: --64
3 #ld: -melf_x86_64
4 #objdump: -dw --sym
5 #notarget: x86_64-*-nacl*
6
7 .*: +file format .*
8
9 SYMBOL TABLE:
10 #...
11 0+6001b8 l O .data 0+1 bar
12 #...
13 0+6001b9 g O .data 0+1 foo
14 #...
15
16 Disassembly of section .text:
17
18 0+4000b0 <_start>:
19 [ ]*[a-f0-9]+: 81 d0 b8 01 60 00 adc \$0x6001b8,%eax
20 [ ]*[a-f0-9]+: 81 c3 b8 01 60 00 add \$0x6001b8,%ebx
21 [ ]*[a-f0-9]+: 81 e1 b8 01 60 00 and \$0x6001b8,%ecx
22 [ ]*[a-f0-9]+: 81 fa b8 01 60 00 cmp \$0x6001b8,%edx
23 [ ]*[a-f0-9]+: 81 ce b8 01 60 00 or \$0x6001b8,%esi
24 [ ]*[a-f0-9]+: 81 df b8 01 60 00 sbb \$0x6001b8,%edi
25 [ ]*[a-f0-9]+: 81 ed b8 01 60 00 sub \$0x6001b8,%ebp
26 [ ]*[a-f0-9]+: 41 81 f0 b8 01 60 00 xor \$0x6001b8,%r8d
27 [ ]*[a-f0-9]+: 41 f7 c7 b8 01 60 00 test \$0x6001b8,%r15d
28 [ ]*[a-f0-9]+: 48 81 d0 b8 01 60 00 adc \$0x6001b8,%rax
29 [ ]*[a-f0-9]+: 48 81 c3 b8 01 60 00 add \$0x6001b8,%rbx
30 [ ]*[a-f0-9]+: 48 81 e1 b8 01 60 00 and \$0x6001b8,%rcx
31 [ ]*[a-f0-9]+: 48 81 fa b8 01 60 00 cmp \$0x6001b8,%rdx
32 [ ]*[a-f0-9]+: 48 81 cf b8 01 60 00 or \$0x6001b8,%rdi
33 [ ]*[a-f0-9]+: 48 81 de b8 01 60 00 sbb \$0x6001b8,%rsi
34 [ ]*[a-f0-9]+: 48 81 ed b8 01 60 00 sub \$0x6001b8,%rbp
35 [ ]*[a-f0-9]+: 49 81 f0 b8 01 60 00 xor \$0x6001b8,%r8
36 [ ]*[a-f0-9]+: 49 f7 c7 b8 01 60 00 test \$0x6001b8,%r15
37 [ ]*[a-f0-9]+: 81 d0 b9 01 60 00 adc \$0x6001b9,%eax
38 [ ]*[a-f0-9]+: 81 c3 b9 01 60 00 add \$0x6001b9,%ebx
39 [ ]*[a-f0-9]+: 81 e1 b9 01 60 00 and \$0x6001b9,%ecx
40 [ ]*[a-f0-9]+: 81 fa b9 01 60 00 cmp \$0x6001b9,%edx
41 [ ]*[a-f0-9]+: 81 ce b9 01 60 00 or \$0x6001b9,%esi
42 [ ]*[a-f0-9]+: 81 df b9 01 60 00 sbb \$0x6001b9,%edi
43 [ ]*[a-f0-9]+: 81 ed b9 01 60 00 sub \$0x6001b9,%ebp
44 [ ]*[a-f0-9]+: 41 81 f0 b9 01 60 00 xor \$0x6001b9,%r8d
45 [ ]*[a-f0-9]+: 41 f7 c7 b9 01 60 00 test \$0x6001b9,%r15d
46 [ ]*[a-f0-9]+: 48 81 d0 b9 01 60 00 adc \$0x6001b9,%rax
47 [ ]*[a-f0-9]+: 48 81 c3 b9 01 60 00 add \$0x6001b9,%rbx
48 [ ]*[a-f0-9]+: 48 81 e1 b9 01 60 00 and \$0x6001b9,%rcx
49 [ ]*[a-f0-9]+: 48 81 fa b9 01 60 00 cmp \$0x6001b9,%rdx
50 [ ]*[a-f0-9]+: 48 81 cf b9 01 60 00 or \$0x6001b9,%rdi
51 [ ]*[a-f0-9]+: 48 81 de b9 01 60 00 sbb \$0x6001b9,%rsi
52 [ ]*[a-f0-9]+: 48 81 ed b9 01 60 00 sub \$0x6001b9,%rbp
53 [ ]*[a-f0-9]+: 49 81 f0 b9 01 60 00 xor \$0x6001b9,%r8
54 [ ]*[a-f0-9]+: 49 f7 c7 b9 01 60 00 test \$0x6001b9,%r15
55 #pass
This page took 0.047661 seconds and 4 git commands to generate.