1 /* $NetBSD: kern.ldscript,v 1.1 2002/11/21 01:38:41 thorpej Exp $ */
3 OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
8 . = 0xf0000020; /* 0x20 == sizeof(a.out header) */
10 /* Read-only sections, merged into text segment: */
16 *(.glue_7t) *(.glue_7)
17 *(.rodata) *(.rodata.*)
19 PROVIDE (__etext = .);
41 /* Align here to ensure that the .bss section occupies space up to
42 _end. Align after .bss to ensure correct alignment even if the
43 .bss section disappears because there are no input sections. */
48 _bss_end__ = . ; __bss_end__ = . ; __end__ = . ;