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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-mips-elf/] [tls-hidden3.ld] - Blame information for rev 97

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

Line No. Rev Author Line
1 84 khays
SECTIONS
2
{
3
  . = 0x80000;
4
  .interp : { *(.interp) }
5
  .hash : { *(.hash) }
6
  .dynsym : { *(.dynsym) }
7
  .dynstr : { *(.dynstr) }
8
 
9
  . = ALIGN (0x400);
10
  .rel.dyn : { *(.rel.dyn) }
11
 
12
  . = ALIGN (0x400) + 0x400;
13
  .text : { *(.text) }
14
 
15
  . = ALIGN (0x10000);
16
  _gp = . + 0x7ff0;
17
  .got : { *(.got) }
18
 
19
  . = ALIGN (0x400);
20
  .tdata : { *(.tdata) }
21
 
22
  /DISCARD/ : { *(.reginfo) }
23
}
24
 
25
VERSION
26
{
27
  { local: *; };
28
}

powered by: WebSVN 2.1.0

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