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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [binutils-2.18.50/] [ld/] [scripttempl/] [st2000.sc] - Blame information for rev 840

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

Line No. Rev Author Line
1 38 julius
cat <
2
OUTPUT_FORMAT("${OUTPUT_FORMAT}")
3
OUTPUT_ARCH(${ARCH})
4
 
5
 
6
SECTIONS
7
{
8
.text :
9
        {
10
          *(.text)
11
          *(.strings)
12
          _etext = .;
13
        *(.data)
14
        _edata = .;
15
        *(.bss)
16
        *(COMMON)
17
         _end = .;
18
 
19
}
20
 
21
}
22
EOF
23
 
24
 
25
 
26
 

powered by: WebSVN 2.1.0

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