diff options
author | Warner Losh <imp@FreeBSD.org> | 2009-09-09 00:46:11 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2009-09-09 00:46:11 +0000 |
commit | fea06c66bfb189a1d2a198ec1552562a35dc0b39 (patch) | |
tree | 5f98573e7dd64872dfa0c3c48db46fdb53748f52 /sys/conf/ldscript.mips.mips64 | |
parent | cbd59a4f658ff44ebe2aab164cc6f830f8dfcd62 (diff) |
Put back KERNLOADADDR.
Notes
Notes:
svn path=/projects/mips/; revision=197003
Diffstat (limited to 'sys/conf/ldscript.mips.mips64')
-rw-r--r-- | sys/conf/ldscript.mips.mips64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/ldscript.mips.mips64 b/sys/conf/ldscript.mips.mips64 index 83a5066ee7a8..4762abfaf104 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) } |