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/] [reloc-estimate-1.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
  . = 0;
4
  .reginfo : { *(.reginfo) }
5
 
6
  . = ALIGN (0x400);
7
  .dynamic : { *(.dynamic) }
8
  .dynsym : { *(.dynsym) }
9
  .dynstr : { *(.dynstr) }
10
 
11
  . = ALIGN (0x400);
12
  .rel.dyn : { *(.rel.dyn) }
13
  .foo : { *(.foo) }
14
  .text : { *(.text) }
15
 
16
  . = ALIGN (0x400);
17
  .MIPS.stubs : { *(.MIPS.stubs) }
18
 
19
  . = ALIGN (0x10000);
20
  .data : { *(.data) }
21
 
22
  . = ALIGN (0x400);
23
  _gp = . + 0x7ff0;
24
  .got : { *(.got) }
25
}
26
 
27
VERSION {
28
  V2 { global: foo; local: *; };
29
}

powered by: WebSVN 2.1.0

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