rdl-apps.texi is no longer used, with the new improved doc Makefile.in.
[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)
18 [COMMON]
19 _end = .;
20 }
897d094a
SC
21}
22
This page took 0.029449 seconds and 4 git commands to generate.