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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-tic6x/] [common.ld] - Blame information for rev 117

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 117 khays
SECTIONS
2
{
3
  . = 0x80;
4
  .far : { *(.far) *(COMMON) }
5
  . = 0x100;
6
  .bss : { *(.scommon) }
7
 
8
  . = 0x10000000;
9
  .text : { *(.text*) }
10
  /DISCARD/ : { *(*) }
11
}

powered by: WebSVN 2.1.0

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