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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-mmix/] [mmosec1.ld] - Diff between revs 38 and 156

Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 156
OUTPUT_ARCH(mmix)
OUTPUT_ARCH(mmix)
ENTRY(Main)
ENTRY(Main)
SECTIONS
SECTIONS
{
{
   .text 0x100 :
   .text 0x100 :
   { *(.text); Main = _start; }
   { *(.text); Main = _start; }
   .other 0x1000000000000000 :
   .other 0x1000000000000000 :
   { *(secname); *(anothersec); *(thirdsec); *(.a.fourth.section); }
   { *(secname); *(anothersec); *(thirdsec); *(.a.fourth.section); }
   .data 0x2000000000000000 :
   .data 0x2000000000000000 :
   { *(.data); }
   { *(.data); }
  .MMIX.reg_contents :
  .MMIX.reg_contents :
  { *(.MMIX.reg_contents); }
  { *(.MMIX.reg_contents); }
}
}
 
 

powered by: WebSVN 2.1.0

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