PSP: Update executable start position
This commit is contained in:
parent
1202099d61
commit
9aa4485137
1 changed files with 1 additions and 1 deletions
|
@ -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) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue