[ARM]
Don't forget the ELF header else we end up loading at 0x7fff8000... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32341 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -13,7 +13,7 @@ PHDRS
|
|||||||
}
|
}
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
. = 0x80000000;
|
. = 0x80000000 + SIZEOF_HEADERS;
|
||||||
|
|
||||||
.interp : { *(.interp) } :text
|
.interp : { *(.interp) } :text
|
||||||
.hash : { *(.hash) }
|
.hash : { *(.hash) }
|
||||||
|
|||||||
Reference in New Issue
Block a user