bfd/
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mmix / greg-3.d
CommitLineData
3c3bdf30
NC
1#source: greg-1.s
2#source: gregget1.s
3#source: start.s
4#source: a.s
5#as: -x
6#ld: -m elf64mmix
7#objdump: -dt
8
9# A greg usage with an expanding insn. The register reloc must be
10# evaluated before the expanding reloc. Here, it doesn't appear in the
11# wrong order, and it doesn't seem like they would naturally appear in the
12# wrong order, but anyway.
13
14.*: file format elf64-mmix
15
16SYMBOL TABLE:
5c799c07
AM
170+ l d \.text 0+ (|\.text)
182000000000000000 l d \.data 0+ (|\.data)
192000000000000000 l d \.sbss 0+ (|\.sbss)
202000000000000000 l d \.bss 0+ (|\.bss)
210+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents)
220+ l d \*ABS\* 0+ (|\.shstrtab)
230+ l d \*ABS\* 0+ (|\.symtab)
240+ l d \*ABS\* 0+ (|\.strtab)
3c3bdf30
NC
250+10 g \.text 0+ _start
260+fe g \*REG\* 0+ areg
f8548834 27#...
3c3bdf30
NC
280+14 g \.text 0+ a
29
30Disassembly of section \.text:
31
320+ <_start-0x10>:
33 0: e3fe0014 setl \$254,0x14
34 4: e6fe0000 incml \$254,0x0
35 8: e5fe0000 incmh \$254,0x0
36 c: e4fe0000 inch \$254,0x0
37
380+10 <_start>:
39 10: e3fd0001 setl \$253,0x1
40
410+14 <a>:
42 14: e3fd0004 setl \$253,0x4
This page took 0.249648 seconds and 4 git commands to generate.