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

Subversion Repositories open8_urisc

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 98 khays
PHDRS
2
{
3
  header PT_PHDR FILEHDR PHDRS ;
4
 
5
  image PT_LOAD FLAGS (5);
6
  tls PT_TLS FLAGS (4);
7
 
8
}
9
SECTIONS
10
{
11
  .text 0x100 : { *(.text) } :image
12
  .tdata : { *(.tdata) } :image :tls
13
  .tbss : { *(.tbss) } :image : tls
14
  .map : {
15
    LONG (SIZEOF (.text))
16
    LONG (SIZEOF (.data))
17
    LONG (SIZEOF (.bss))
18
    LONG (SIZEOF (.tdata))
19
    LONG (SIZEOF (.tbss))
20
  } :image
21
}

powered by: WebSVN 2.1.0

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