update for binutils 2.21

This commit is contained in:
Dave Murphy 2011-01-20 10:34:02 +00:00
parent 305ccfede5
commit 2ab35739df

View File

@ -199,9 +199,7 @@ SECTIONS
*(COMMON)
. = ALIGN(4); /* REQUIRED. LD is flaky without it. */
__bss_end__ = ABSOLUTE(.) ;
__bss_end = __bss_end__ ;
_end = __bss_end__ ;
__end__ = __bss_end__ ;
__end__ = ABSOLUTE(.) ;
} AT>ewram