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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [scripttempl/] [aix.sc] - Diff between revs 145 and 163

Show entire file | Details | Blame | View Log

Rev 145 Rev 163
Line 9... Line 9...
${RELOCATING+ENTRY (__start)}
${RELOCATING+ENTRY (__start)}
SECTIONS
SECTIONS
{
{
  .pad 0 : { *(.pad) }
  .pad 0 : { *(.pad) }
 
 
  . = 0x10000000;
  . = ALIGN (0x10000000 + SIZEOF_HEADERS, 32);
  .text ${RELOCATING-0} : {
  .text ${RELOCATING-0} : {
    ${RELOCATING+PROVIDE (_text = .);}
    ${RELOCATING+PROVIDE (_text = .);}
    *(.text)
    *(.text)
    *(.pr)
    *(.pr)
    *(.ro)
    *(.ro)
Line 22... Line 22...
    *(.xo)
    *(.xo)
    *(.ti)
    *(.ti)
    *(.tb)
    *(.tb)
    ${RELOCATING+PROVIDE (_etext = .);}
    ${RELOCATING+PROVIDE (_etext = .);}
  }
  }
  . = ALIGN (0x10000000);
 
 
  . = ALIGN (ALIGN (0x10000000) + (. & 0xfff), 32);
  .data . : {
  .data . : {
    ${RELOCATING+PROVIDE (_data = .);}
    ${RELOCATING+PROVIDE (_data = .);}
    *(.data)
    *(.data)
    *(.rw)
    *(.rw)
    *(.sv)
    *(.sv)

powered by: WebSVN 2.1.0

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