OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-mips-elf/] [emit-relocs-1.ld] - Blame information for rev 156

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 38 julius
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.