[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:
parent
d9c434dc91
commit
3f366cdc39
@ -13,7 +13,7 @@ PHDRS
|
||||
}
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x80000000;
|
||||
. = 0x80000000 + SIZEOF_HEADERS;
|
||||
|
||||
.interp : { *(.interp) } :text
|
||||
.hash : { *(.hash) }
|
||||
|
Loading…
Reference in New Issue
Block a user