xref: /netbsd/sys/arch/arm/conf/kern.ldscript.head (revision 1767af17)
1/*	$NetBSD: kern.ldscript.head,v 1.5 2015/08/23 08:57:24 uebayasi Exp $	*/
2
3SECTIONS
4{
5  . = 0xf0000020;	/* 0x20 == sizeof(a.out header) */
6
7  /* Read-only sections, merged into text segment: */
8  .text :
9  {
10    *(.text)
11    *(.text.*)
12    __stub_start = .;
13    *(.stub)
14    __stub_end = .;
15    *(.glue_7t) *(.glue_7)
16    *(.rodata) *(.rodata.*)
17