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.
This commit is contained in:
neel 2010-02-22 01:48:38 +00:00
parent 9168186326
commit 6fc9b03b75

View File

@ -61,7 +61,7 @@ PHDRS
SECTIONS
{
/* Read-only sections, merged into text segment: */
. = 0x80100000 ;
. = KERNLOADADDR ;
.interp : { *(.interp) } :interp
.hash : { *(.hash) } :text
.dynsym : { *(.dynsym) }