|
@@ -21,7 +21,7 @@ SEARCH_DIR("/usr/lib");
|
|
|
SECTIONS
|
|
|
{
|
|
|
/* Read-only sections, merged into text segment: */
|
|
|
- PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x12340000)); . = SEGMENT_START("text-segment", 0x1234000) + SIZEOF_HEADERS;
|
|
|
+ PROVIDE (__executable_start = SEGMENT_START("text-segment", 0x400000)); . = SEGMENT_START("text-segment", 0x20000000) + SIZEOF_HEADERS;
|
|
|
.interp : { *(.interp) }
|
|
|
.note.gnu.build-id : { *(.note.gnu.build-id) }
|
|
|
.hash : { *(.hash) }
|