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:
François Revol
2009-08-14 01:10:19 +00:00
parent d9c434dc91
commit 3f366cdc39
+1 -1
View File
@@ -13,7 +13,7 @@ PHDRS
} }
SECTIONS SECTIONS
{ {
. = 0x80000000; . = 0x80000000 + SIZEOF_HEADERS;
.interp : { *(.interp) } :text .interp : { *(.interp) } :text
.hash : { *(.hash) } .hash : { *(.hash) }