Fix linker tests to work with 16-bit targets.
[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 170+ l d \.text 0+ (|\.text)
5c799c07 180+7f0 l d \.MMIX\.reg_contents 0+ (|\.MMIX\.reg_contents)
ffbc01cc 19#...
3c3bdf30
NC
200+10 g \.text 0+ _start
210+fe g \*REG\* 0+ areg
f8548834 22#...
3c3bdf30
NC
230+14 g \.text 0+ a
24
25Disassembly of section \.text:
26
270+ <_start-0x10>:
28 0: e3fe0014 setl \$254,0x14
29 4: e6fe0000 incml \$254,0x0
30 8: e5fe0000 incmh \$254,0x0
31 c: e4fe0000 inch \$254,0x0
32
330+10 <_start>:
34 10: e3fd0001 setl \$253,0x1
35
360+14 <a>:
37 14: e3fd0004 setl \$253,0x4
This page took 0.808199 seconds and 4 git commands to generate.