Thu May 7 17:01:12 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
[deliverable/binutils-gdb.git] / ld / h8300hds.sc
CommitLineData
cc5bda54 1OUTPUT_FORMAT("coff-h8300")
897d094a
SC
2OUTPUT_ARCH(h8300)
3
4SECTIONS
5{
cc5bda54
SC
6.text 0:
7 {
8 *(.text)
9 *(.strings)
10 }
11.data . :
12 {
13 *(.data)
14 }
15.bss . :
16 {
17 *(.bss)
cbbdbb9f 18 *(COMMON)
cc5bda54
SC
19 _end = .;
20 }
897d094a
SC
21}
22
This page took 0.035376 seconds and 4 git commands to generate.