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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-scripts/] [rgn-over8.t] - Blame information for rev 818

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

Line No. Rev Author Line
1 38 julius
/* Memory region overflow tests: bss to LMA doesn't cause overflow.  */
2
 
3
MEMORY {
4
  rom (rwx) : ORIGIN = 0, LENGTH = 2048
5
  ram (rwx) : ORIGIN = 0x1000, LENGTH = 2048
6
}
7
_start = 0x0;
8
SECTIONS {
9
  .text : { *(.text) } >rom AT>rom
10
  .data : { *(.data) } >ram AT>rom
11
  .bss : { *(.bss) } >ram AT>rom
12
  /DISCARD/ : { *(*) }
13
}

powered by: WebSVN 2.1.0

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