source: trunk/binutils/ld/testsuite/ld-mmix/greg-3.d

Last change on this file was 607, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 986 bytes
Line 
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:
170+ l d .text 0+
182000000000000000 l d .data 0+
192000000000000000 l d .sbss 0+
202000000000000000 l d .bss 0+
210+7f0 l d \.MMIX\.reg_contents 0+
220+ l d \*ABS\* 0+
230+ l d \*ABS\* 0+
240+ l d \*ABS\* 0+
250+10 g \.text 0+ _start
260+fe g \*REG\* 0+ areg
27#...
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
Note: See TracBrowser for help on using the repository browser.