mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
17 lines
347 B
Plaintext
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.*)
|