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/] [eh-frame5.ld] - Blame information for rev 98

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
  .dynamic : { *(.dynamic) }
6
  .dynsym : { *(.dynsym) }
7
  .dynstr : { *(.dynstr) }
8
  .rel.dyn : { *(.rel.dyn) }
9
  . = 0x800;
10
  .text : { *(.text) }
11
  . = 0xc00;
12
  .eh_frame : { *(.eh_frame) }
13
  . = 0x10000;
14
  .data : { *(.data) }
15
  . = 0x10400;
16
  _gp = . + 0x7ff0;
17
  .got : { *(.got) }
18
}

powered by: WebSVN 2.1.0

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