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/] [emit-relocs-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
ENTRY(_start)
2
SECTIONS
3
{
4
  . = 0x80000;
5
  .text : { *(.text) }
6
 
7
  . = ALIGN (0x400);
8
  .merge1 : { *(.merge1) }
9
 
10
  . = ALIGN (0x400);
11
  .merge2 : { *(.merge2) }
12
 
13
  . = ALIGN (0x400);
14
  .merge3 : { *(.merge3) }
15
 
16
  . = ALIGN (0x400);
17
  .data : { *(.data) }
18
 
19
  /DISCARD/ : { *(*) }
20
}

powered by: WebSVN 2.1.0

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