PSP: Update executable start position

This commit is contained in:
Francisco Javier Trujillo Mata 2022-04-30 21:40:51 +02:00 committed by rsn8887
parent 1202099d61
commit 9aa4485137

View File

@ -7,7 +7,7 @@ ENTRY(_start)
SECTIONS
{
/* Read-only sections, merged into text segment: */
PROVIDE (__executable_start = 0x08900000); . = 0x08900000;
PROVIDE (__executable_start = 0x08804000); . = 0x08804000;
.interp : { *(.interp) }
.reginfo : { *(.reginfo) }
.dynamic : { *(.dynamic) }