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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [testsuite/] [ld-mips-elf/] [pic-and-nonpic-3a.ld] - Blame information for rev 234

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

Line No. Rev Author Line
1 205 julius
SECTIONS
2
{
3
  . = 0;
4
  .reginfo : { *(.reginfo) }
5
 
6
  . = ALIGN (0x400);
7
  .dynamic : { *(.dynamic) }
8
  .dynsym : { *(.dynsym) }
9
  .dynstr : { *(.dynstr) }
10
 
11
  . = ALIGN (0x400);
12
  .text : { *(.text) }
13
 
14
  . = ALIGN (0x400);
15
  .MIPS.stubs : { *(.MIPS.stubs) }
16
 
17
  . = ALIGN (0x10000);
18
  .data : { *(.data) }
19
 
20
  . = ALIGN (0x400);
21
  _gp = . + 0x7ff0;
22
  .got : { *(.got) }
23
}

powered by: WebSVN 2.1.0

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