netbsd/sys/arch/arm/conf/kern.ldscript.head
2015-10-15 10:25:28 +02:00

17 lines
347 B
Plaintext

/* $NetBSD: kern.ldscript.head,v 1.5 2015/08/23 08:57:24 uebayasi Exp $ */
SECTIONS
{
. = 0xf0000020; /* 0x20 == sizeof(a.out header) */
/* Read-only sections, merged into text segment: */
.text :
{
*(.text)
*(.text.*)
__stub_start = .;
*(.stub)
__stub_end = .;
*(.glue_7t) *(.glue_7)
*(.rodata) *(.rodata.*)