0ac34c11d852b276c446bd7bc7eaaac374c33c79
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / greg-2.d
1 #source: greg-1.s
2 #source: gregldo1.s
3 #source: gregget2.s
4 #source: a.s
5 #source: greg-3.s
6 #source: start.s
7 #source: greg-2.s
8 #as: -x
9 #ld: -m elf64mmix
10 #objdump: -dt
11
12 # Have two used gregs and one unused.
13
14 .*: file format elf64-mmix
15
16 SYMBOL TABLE:
17 0+ l d .text 0+
18 2000000000000000 l d .data 0+
19 2000000000000000 l d .sbss 0+
20 2000000000000000 l d .bss 0+
21 0+7e0 l d \.MMIX\.reg_contents 0+
22 0+ l d \*ABS\* 0+
23 0+ l d \*ABS\* 0+
24 0+ l d \*ABS\* 0+
25 0+fe g \*REG\* 0+ b
26 0+20 g \.text 0+ _start
27 0+fc g \*REG\* 0+ areg
28 0+fd g \*REG\* 0+ c
29 2000000000000000 g O \*ABS\* 0+ __bss_start
30 2000000000000000 g O \*ABS\* 0+ _edata
31 2000000000000000 g O \*ABS\* 0+ _end
32 0+20 g O \.text 0+ _start\.
33 0+1c g \.text 0+ a
34
35 Disassembly of section \.text:
36
37 0+ <a-0x1c>:
38 0: 8c0c20fc ldo \$12,\$32,\$252
39 4: 8d7bfc22 ldo \$123,\$252,34
40 8: 8dfcea38 ldo \$252,\$234,56
41 c: e3fe001c setl \$254,0x1c
42 10: e6fe0000 incml \$254,0x0
43 14: e5fe0000 incmh \$254,0x0
44 18: e4fe0000 inch \$254,0x0
45
46 0+1c <a>:
47 1c: e3fd0004 setl \$253,0x4
48
49 0+20 <_start>:
50 20: e3fd0001 setl \$253,0x1
This page took 0.031361 seconds and 4 git commands to generate.