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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-scripts/] [phdrs3a.t] - Blame information for rev 98

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

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