summaryrefslogtreecommitdiffstats
path: root/stand/pc98/boot0.5/ldscript
blob: 49044abfb1599848e00bca15b73cce4a0cf4a567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * $FreeBSD$
 */

SECTIONS
{
	.text : { *(.text) }
	.data : { *(.data) }
	. = 0x1243;
	.putssjis : { *(.putssjis) }
	.bss : { *(.bss) }
}
OpenPOWER on IntegriCloud