kern.ldscript.head revision 1.5
11.5Suebayasi/* $NetBSD: kern.ldscript.head,v 1.5 2015/08/23 08:57:24 uebayasi Exp $ */ 21.1Schs 31.1SchsSECTIONS 41.1Schs{ 51.1Schs . = 0xf0000020; /* 0x20 == sizeof(a.out header) */ 61.1Schs 71.1Schs /* Read-only sections, merged into text segment: */ 81.1Schs .text : 91.1Schs { 101.1Schs *(.text) 111.1Schs *(.text.*) 121.4Smatt __stub_start = .; 131.1Schs *(.stub) 141.4Smatt __stub_end = .; 151.1Schs *(.glue_7t) *(.glue_7) 161.1Schs *(.rodata) *(.rodata.*) 17