OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-mmix/] [mmosec1.ld] - Blame information for rev 143

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 90 khays
OUTPUT_ARCH(mmix)
2
ENTRY(Main)
3
SECTIONS
4
{
5
   .text 0x100 :
6
   { *(.text); Main = _start; }
7
 
8
   .other 0x1000000000000000 :
9
   { *(secname); *(anothersec); *(thirdsec); *(.a.fourth.section); }
10
 
11
   .data 0x2000000000000000 :
12
   { *(.data); }
13
 
14
  .MMIX.reg_contents :
15
  { *(.MMIX.reg_contents); }
16
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.