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] - Rev 33

Compare with Previous | Blame | View Log

OUTPUT_ARCH(arm)
ENTRY(_start)
SECTIONS
{
  . = 0x07000;
  .hash : { *(.hash) }
  .gnu.hash : { *(.gnu.hash) }
  .dynsym : { *(.dynsym) }
  .dynstr : { *(.dynstr) }
  .rel.dyn : { *(.rel.dyn) }
  .rel.plt : { *(.rel.plt) }
  . = 0x08000;
  .plt : { *(.plt) }
  . = 0x08ff0;
  .text : { *(.text) }
  . = 0x10000;
  .dynamic : { *(.dynamic) }
}

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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