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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gold/] [testsuite/] [script_test_9.t] - Blame information for rev 27

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 27 khays
PHDRS
2
{
3
  text    PT_LOAD FLAGS(5);
4
  data    PT_LOAD FLAGS(6);
5
  tls     PT_TLS;
6
}
7
 
8
SECTIONS
9
{
10
  .init           :
11
  {
12
  } :text
13
  .text           :
14
  {
15
  }
16
  .data :
17
  {
18
  } :data
19
  .tdata :
20
  {
21
    *(.tdata*)
22
  } :data :tls
23
  .tbss :
24
  {
25
    *(.tbss*)
26
  } :data :tls
27
}

powered by: WebSVN 2.1.0

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