Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)
[deliverable/binutils-gdb.git] / ld / z8ksim.sc-sh
CommitLineData
22a78f0d
SC
1cat <<EOF
2OUTPUT_FORMAT("${OUTPUT_FORMAT}")
3OUTPUT_ARCH(${ARCH})
4
5
6SECTIONS
7{
8.text :
9 {
10 *(.text)
11 *(.strings)
12 _etext = .;
13 *(.data)
14 _edata = .;
15 *(.bss)
16 *(COMMON)
17 _end = .;
18
19}
20
21}
22EOF
23
24
25
26
This page took 0.03163 seconds and 4 git commands to generate.