Add MMIX support
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / greg-5.d
1 #source: greg-1.s
2 #source: gregpsj1.s
3 #source: start.s
4 #source: a.s
5 #as: -x
6 #ld: -m elf64mmix
7 #objdump: -dt
8
9 # Like greg-3, but a different expanding insn.
10
11 .*: file format elf64-mmix
12
13 SYMBOL TABLE:
14 0+ l d .text 0+
15 2000000000000000 l d .data 0+
16 2000000000000000 l d .sbss 0+
17 2000000000000000 l d .bss 0+
18 0+7f0 l d \.MMIX\.reg_contents 0+
19 0+ l d \*ABS\* 0+
20 0+ l d \*ABS\* 0+
21 0+ l d \*ABS\* 0+
22 0+14 g \.text 0+ _start
23 0+fe g \*REG\* 0+ areg
24 2000000000000000 g O \*ABS\* 0+ __bss_start
25 2000000000000000 g O \*ABS\* 0+ _edata
26 2000000000000000 g O \*ABS\* 0+ _end
27 0+14 g O \.text 0+ _start\.
28 0+18 g \.text 0+ a
29
30 Disassembly of section \.text:
31
32 0+ <_start-0x14>:
33 0: e3ff0018 setl \$255,0x18
34 4: e6ff0000 incml \$255,0x0
35 8: e5ff0000 incmh \$255,0x0
36 c: e4ff0000 inch \$255,0x0
37 10: bffeff00 pushgo \$254,\$255,0
38
39 0+14 <_start>:
40 14: e3fd0001 setl \$253,0x1
41
42 0+18 <a>:
43 18: e3fd0004 setl \$253,0x4
This page took 0.030356 seconds and 4 git commands to generate.