summaryrefslogtreecommitdiffstats
path: root/sys/conf/ldscript.mips.mips64
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-09-09 00:46:11 +0000
committerimp <imp@FreeBSD.org>2009-09-09 00:46:11 +0000
commit72344d6f3a5e2f0c8dac85cb8e16eeafeae552d5 (patch)
tree5f98573e7dd64872dfa0c3c48db46fdb53748f52 /sys/conf/ldscript.mips.mips64
parent225f6f2a565848bfa3b958b8c6551f7f1871fd6d (diff)
downloadFreeBSD-src-72344d6f3a5e2f0c8dac85cb8e16eeafeae552d5.zip
FreeBSD-src-72344d6f3a5e2f0c8dac85cb8e16eeafeae552d5.tar.gz
Put back KERNLOADADDR.
Diffstat (limited to 'sys/conf/ldscript.mips.mips64')
-rw-r--r--sys/conf/ldscript.mips.mips642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/ldscript.mips.mips64 b/sys/conf/ldscript.mips.mips64
index 83a5066..4762abf 100644
--- a/sys/conf/ldscript.mips.mips64
+++ b/sys/conf/ldscript.mips.mips64
@@ -43,7 +43,7 @@ PROVIDE (_DYNAMIC = 0);
SECTIONS
{
/* Read-only sections, merged into text segment: */
- . = 0x80100000 + SIZEOF_HEADERS;
+ . = KERNLOADADDR + SIZEOF_HEADERS;
.interp : { *(.interp) }
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }
OpenPOWER on IntegriCloud