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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-m68k/] [plt1.ld] - Blame information for rev 206

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

Line No. Rev Author Line
1 38 julius
SECTIONS
2
{
3
  . = 0x20000;
4
  .interp : { *(.interp) }
5
  .hash : { *(.hash) }
6
  .dynsym : { *(.dynsym) }
7
  .dynstr : { *(.dynstr) }
8
 
9
  . = ALIGN (0x400);
10
  .rela.plt : { *(.rela.plt) }
11
 
12
  . = ALIGN (0x400);
13
  .plt : { *(.plt) }
14
 
15
  . = ALIGN (0x400);
16
  .text : { *(.text) }
17
 
18
  . = ALIGN (0x10000);
19
  .dynamic : { *(.dynamic) }
20
 
21
  . = ALIGN (0x400);
22
  .got : { *(.got.plt) *(.got) }
23
}

powered by: WebSVN 2.1.0

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