summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2010-02-22 01:48:38 +0000
committerneel <neel@FreeBSD.org>2010-02-22 01:48:38 +0000
commit6fc9b03b75545a8c9c81c318b8edd419293b4a5b (patch)
tree5838cca777911c41edb239ed67f1ff9d04cb4aac
parent91681863265917ee59146412c2de2b90e6c00cf8 (diff)
downloadFreeBSD-src-6fc9b03b75545a8c9c81c318b8edd419293b4a5b.zip
FreeBSD-src-6fc9b03b75545a8c9c81c318b8edd419293b4a5b.tar.gz
Use KERNLOADADDR instead of hardcoded address. This is required to be able to
build the trampoline kernel that has symbol/string tables embedded within it.
-rw-r--r--sys/conf/ldscript.mips.cfe2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/ldscript.mips.cfe b/sys/conf/ldscript.mips.cfe
index 0a50e9d..6341d9b 100644
--- a/sys/conf/ldscript.mips.cfe
+++ b/sys/conf/ldscript.mips.cfe
@@ -61,7 +61,7 @@ PHDRS
SECTIONS
{
/* Read-only sections, merged into text segment: */
- . = 0x80100000 ;
+ . = KERNLOADADDR ;
.interp : { *(.interp) } :interp
.hash : { *(.hash) } :text
.dynsym : { *(.dynsym) }
OpenPOWER on IntegriCloud