1 /* $NetBSD: stand.ldscript,v 1.2.16.1 2005/01/24 08:34:13 skrll Exp $ */
3 /* ldscript for NetBSD/mipsco standalone bootstraps */
4 OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips", "elf32-tradlittlemips")
9 /* Read-only sections, merged into text segment. Assumes the
10 kernel Makefile sets the start address via -Ttext. */
19 .rodata : { *(.rodata) }
29 .sdata : { *(.sdata) }
45 * Depending on the nuber of sections and their relative position
46 * the Mips PROM firmware incorrectly loads the image into memory
47 * 8 bytes higher than expected. If this happens change the following
48 * definition from .reginfo to /DISCARD/ to remove the section
51 .reginfo : { *(.reginfo) }