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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-mips-elf/] [no-shared-1.ld] - Blame information for rev 97

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

Line No. Rev Author Line
1 84 khays
SECTIONS
2
{
3
  . = 0x50000;
4
  .text : { *(.text) }
5
  .MIPS.stubs : { *(.MIPS.stubs) }
6
 
7
  . = 0x60000;
8
  .data : { *(.data) }
9
  _gp = ALIGN (16) + 0x7ff0;
10
  .got : { *(.got) }
11
}

powered by: WebSVN 2.1.0

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