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-pe/] [image_size.t] - Diff between revs 38 and 156

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

Rev 38 Rev 156
SECTIONS
SECTIONS
{
{
  . = SIZEOF_HEADERS;
  . = SIZEOF_HEADERS;
  . = ALIGN(__section_alignment__);
  . = ALIGN(__section_alignment__);
  .text  __image_base__ + ( __section_alignment__ < 0x1000 ? . : __section_alignment__ ) :
  .text  __image_base__ + ( __section_alignment__ < 0x1000 ? . : __section_alignment__ ) :
  {
  {
    *(.text)
    *(.text)
  }
  }
  . = . + 0x1000;
  . = . + 0x1000;
  .data BLOCK(__section_alignment__) :
  .data BLOCK(__section_alignment__) :
  {
  {
    *(.data)
    *(.data)
  }
  }
  /DISCARD/ : { *(.*) }
  /DISCARD/ : { *(.*) }
}
}
 
 

powered by: WebSVN 2.1.0

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