mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-27 04:14:41 -05:00
update for latest binutils
This commit is contained in:
parent
20564d87d2
commit
0e227c3fdb
|
|
@ -162,7 +162,7 @@ SECTIONS
|
|||
|
||||
__data_lma = __iwram_lma + SIZEOF(.iwram) ;
|
||||
|
||||
.bss ALIGN(4) :
|
||||
.bss ALIGN(4) (NOLOAD) :
|
||||
{
|
||||
__bss_start = ABSOLUTE(.);
|
||||
__bss_start__ = ABSOLUTE(.);
|
||||
|
|
@ -241,7 +241,7 @@ SECTIONS
|
|||
|
||||
__pad_lma = __ewram_lma + SIZEOF(.ewram);
|
||||
|
||||
.sbss ALIGN(4):
|
||||
.sbss ALIGN(4)(NOLOAD):
|
||||
{
|
||||
__sbss_start = ABSOLUTE(.);
|
||||
*(.sbss)
|
||||
|
|
@ -249,7 +249,6 @@ SECTIONS
|
|||
__sbss_end = ABSOLUTE(.);
|
||||
} AT>ewram
|
||||
|
||||
|
||||
__ewram_end = __sbss_end ;
|
||||
__eheap_start = __sbss_end;
|
||||
__end__ = __sbss_end;
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ SECTIONS
|
|||
|
||||
__data_lma = __iwram_lma + SIZEOF(.iwram) ;
|
||||
|
||||
.bss ALIGN(4) :
|
||||
.bss ALIGN(4) (NOLOAD):
|
||||
{
|
||||
__bss_start = ABSOLUTE(.);
|
||||
__bss_start__ = ABSOLUTE(.);
|
||||
|
|
@ -229,7 +229,7 @@ SECTIONS
|
|||
|
||||
__ewram_overlay_lma = __ewram_lma + SIZEOF(.ewram);
|
||||
|
||||
.sbss ALIGN(4):
|
||||
.sbss ALIGN(4)(NOLOAD):
|
||||
{
|
||||
__sbss_start = ABSOLUTE(.);
|
||||
*(.sbss)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user