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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-arm/] [cortex-a8-fix-plt.ld] - Blame information for rev 166

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

Line No. Rev Author Line
1 33 khays
OUTPUT_ARCH(arm)
2
ENTRY(_start)
3
SECTIONS
4
{
5
  . = 0x07000;
6
  .hash : { *(.hash) }
7
  .gnu.hash : { *(.gnu.hash) }
8
  .dynsym : { *(.dynsym) }
9
  .dynstr : { *(.dynstr) }
10
  .rel.dyn : { *(.rel.dyn) }
11
  .rel.plt : { *(.rel.plt) }
12
  . = 0x08000;
13
  .plt : { *(.plt) }
14
  . = 0x08ff0;
15
  .text : { *(.text) }
16
  . = 0x10000;
17
  .dynamic : { *(.dynamic) }
18
}

powered by: WebSVN 2.1.0

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