adjust for new arm7 crt0

This commit is contained in:
Dave Murphy
2016-12-27 13:38:52 +00:00
parent 0c55dc8db9
commit 206e3b8469

View File

@@ -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) :
{