summaryrefslogtreecommitdiffstats
path: root/sys/conf/ldscript.mips
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-01-10 05:36:38 +0000
committerimp <imp@FreeBSD.org>2010-01-10 05:36:38 +0000
commit893e5e5a59a2d996b4906e3615357c4635c2863b (patch)
treec92556c78c434c18b53272554995a9b761258cb2 /sys/conf/ldscript.mips
parentad010d9d1fb099aadb783799b9e14f3ec9cf690e (diff)
downloadFreeBSD-src-893e5e5a59a2d996b4906e3615357c4635c2863b.zip
FreeBSD-src-893e5e5a59a2d996b4906e3615357c4635c2863b.tar.gz
Merge r187418 from projects/mips to head by hand:
r187418 | gonzo | 2009-01-18 19:37:10 -0700 (Sun, 18 Jan 2009) | 4 lines - Add trampoline stuff for bootloaders that do not support ELF - Replace arm'ish KERNPHYSADDR/KERNVIRTADDR with KERNLOADADDR/TRAMPLOADADDR and clean configs
Diffstat (limited to 'sys/conf/ldscript.mips')
-rw-r--r--sys/conf/ldscript.mips2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/ldscript.mips b/sys/conf/ldscript.mips
index ca4a70b..3e55dba 100644
--- a/sys/conf/ldscript.mips
+++ b/sys/conf/ldscript.mips
@@ -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