Move up _start base

This commit is contained in:
gbeauche 2006-02-27 07:14:39 +00:00
parent 93d918097b
commit 9aab8c7d85
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ENTRY(_start)
SECTIONS
{
/* Read-only sections, merged into text segment: */
. = 0x70400000 + SIZEOF_HEADERS;
. = 0x78048000 + SIZEOF_HEADERS;
.interp : { *(.interp) }
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }

View File

@ -6,7 +6,7 @@ SEARCH_DIR("/lib64"); SEARCH_DIR("/usr/lib64"); SEARCH_DIR("/usr/local/lib64");
SECTIONS
{
/* Read-only sections, merged into text segment: */
. = 0x70400000 + SIZEOF_HEADERS;
. = 0x78048000 + SIZEOF_HEADERS;
.interp : { *(.interp) }
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }