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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-scripts/] [size-1.t] - Diff between revs 156 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 156 Rev 816
SECTIONS
SECTIONS
{
{
  . = 0x1000 + SIZEOF_HEADERS;
  . = 0x1000 + SIZEOF_HEADERS;
  .text ALIGN (0x20) : { *(.text) }
  .text ALIGN (0x20) : { *(.text) }
  .data 0x2000 : {
  .data 0x2000 : {
    *(.data)
    *(.data)
    LONG (SIZEOF (.text))
    LONG (SIZEOF (.text))
    LONG (SIZEOF (.data))
    LONG (SIZEOF (.data))
  }
  }
}
}
 
 

powered by: WebSVN 2.1.0

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