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] - Blame information for rev 206

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

Line No. Rev Author Line
1 38 julius
SECTIONS
2
{
3
  . = SIZEOF_HEADERS;
4
  . = ALIGN(__section_alignment__);
5
  .text  __image_base__ + ( __section_alignment__ < 0x1000 ? . : __section_alignment__ ) :
6
  {
7
    *(.text)
8
  }
9
  . = . + 0x1000;
10
  .data BLOCK(__section_alignment__) :
11
  {
12
    *(.data)
13
  }
14
  /DISCARD/ : { *(.*) }
15
}

powered by: WebSVN 2.1.0

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