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

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

Line No. Rev Author Line
1 38 julius
SECTIONS
2
{
3
  . = 0x80000;
4
  .interp : { *(.interp) }
5
  .hash : { *(.hash) }
6
  .dynsym : { *(.dynsym) }
7
  .dynstr : { *(.dynstr) }
8
 
9
  . = ALIGN (0x400);
10
  .rel.dyn : { *(.rel.dyn) }
11
 
12
  . = ALIGN (0x400);
13
  .MIPS.stubs : { *(.MIPS.stubs) }
14
 
15
  . = ALIGN (0x400);
16
  .text : { *(.text) }
17
 
18
  . = ALIGN (0x10000);
19
  _gp = . + 0x7ff0;
20
  .got : { *(.got) }
21
 
22
  . = ALIGN (0x400);
23
  .bss : { *(.bss .bss.*) }
24
 
25
  /DISCARD/ : { *(.reginfo) }
26
}
27
 
28
VERSION
29
{
30
  { local: *; };
31
}

powered by: WebSVN 2.1.0

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