OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-scripts/] [phdrs.t] - Blame information for rev 156

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
PHDRS
2
{
3
  header PT_PHDR PHDRS ;
4
  text PT_LOAD FILEHDR PHDRS ;
5
  data PT_LOAD ;
6
}
7
 
8
SECTIONS
9
{
10
  /* This test will fail on architectures where the startaddress below
11
     is less than the constant MAXPAGESIZE.  */
12
  . = 0x800000 + SIZEOF_HEADERS;
13
  .text : { *(.text) } :text
14
  .data : { *(.data) } :data
15
  /DISCARD/ : { *(.*) }
16
}

powered by: WebSVN 2.1.0

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