mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-28 12:55:00 -05:00
update for binutils 2.21
This commit is contained in:
parent
305ccfede5
commit
2ab35739df
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user