update for latest binutils

This commit is contained in:
Dave Murphy 2008-05-12 06:06:23 +00:00
parent 20564d87d2
commit 0e227c3fdb
2 changed files with 4 additions and 5 deletions

View File

@ -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;

View File

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