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/] [got-dump-1.ld] - Blame information for rev 163

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

Line No. Rev Author Line
1 84 khays
SECTIONS
2
{
3
  . = 0x40000;
4
  .reginfo : { *(.reginfo) }
5
  .dynamic : { *(.dynamic) }
6
  .hash : { *(.hash) }
7
  .dynsym : { *(.dynsym) }
8
  .dynstr : { *(.dynstr) }
9
  .rel.dyn : { *(.rel.dyn) }
10
 
11
  . = 0x50000;
12
  .text : { *(.text) }
13
  .MIPS.stubs : { *(.MIPS.stubs) }
14
 
15
  . = 0x60000;
16
  .data : { *(.data) }
17
  _gp = ALIGN (16) + 0x7ff0;
18
  .got : { *(.got) }
19
}

powered by: WebSVN 2.1.0

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