mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-23 10:54:02 -05:00
adjust for new arm7 crt0
This commit is contained in:
@@ -29,6 +29,8 @@ SECTIONS
|
||||
. = ALIGN(4); /* REQUIRED. LD is flaky without it. */
|
||||
} >vram = 0xff
|
||||
|
||||
__arm7_lma__ = .;
|
||||
__arm7_start__ = .;
|
||||
.init :
|
||||
{
|
||||
KEEP (*(SORT_NONE(.init)))
|
||||
@@ -134,6 +136,8 @@ SECTIONS
|
||||
} >vram = 0xff
|
||||
|
||||
|
||||
__arm7_end__ = .;
|
||||
|
||||
|
||||
.bss ALIGN(4) :
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user