~terry.guo/+junk/xbinutils

« back to all changes in this revision

Viewing changes to src/binutils/ld/testsuite/ld-mmix/mmohdr1.ld

  • Committer: Terry Guo
  • Date: 2012-09-05 06:50:40 UTC
  • Revision ID: terry.guo@arm.com-20120905065040-430c6mhm9b11a6r6
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
OUTPUT_ARCH(mmix)
 
2
OUTPUT_FORMAT("mmo")
 
3
ENTRY(Main)
 
4
SECTIONS
 
5
{
 
6
  .text 0x100 + sizeof_headers :
 
7
  { *(.text); Main = _start; }
 
8
 
 
9
  .MMIX.reg_contents :
 
10
  { *(.MMIX.reg_contents); }
 
11
}