1 /* $NetBSD: stand.ldscript.be,v 1.2 2000/07/11 01:15:47 soren Exp $ */
3 /* ldscript for NetBSD/mips stand-alone programs */
8 /* Read-only sections, merged into text segment. Assumes the
9 stand Makefile sets the start address via -Ttext. */
18 .rodata : { *(.rodata) }
28 .sdata : { *(.sdata) }
33 .sbss : { *(.sbss) *(.scommon) }