aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/ldscript.mips
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2010-01-10 05:36:38 +0000
committerWarner Losh <imp@FreeBSD.org>2010-01-10 05:36:38 +0000
commit714297b9879111998253a8e44f738af9c1ad15c7 (patch)
treec92556c78c434c18b53272554995a9b761258cb2 /sys/conf/ldscript.mips
parente9077454e4b03be2137a1e1b16e4f72716dc7e1f (diff)
downloadsrc-714297b9879111998253a8e44f738af9c1ad15c7.tar.gz
src-714297b9879111998253a8e44f738af9c1ad15c7.zip
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
Notes
Notes: svn path=/head/; revision=201985
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 ca4a70bd32e0..3e55dba46d8a 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) }