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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-mips-elf/] [mips16-hilo.ld] - Blame information for rev 853

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

Line No. Rev Author Line
1 38 julius
SECTIONS
2
{
3
  . = 0x0500000;
4
  .text : { *(.text) }
5
  . = 0x0654320;
6
  .data : { *(.data) }
7
  .sdata : { *(.sdata) }
8
  . = 0x0765430;
9
  .bss : { *(.bss) *(COMMON) }
10
  .sbss : { *(.sbss) *(.scommon) }
11
  /DISCARD/ : { *(*) }
12
}

powered by: WebSVN 2.1.0

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