mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-26 01:16:33 +11:00
Add symbol for the end of the .bss section
This commit is contained in:
parent
800e538a58
commit
1f75cf025d
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ SECTIONS {
|
||||||
.bss : {
|
.bss : {
|
||||||
*(.bss .bss.*);
|
*(.bss .bss.*);
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
|
__bss_end = ABSOLUTE(.);
|
||||||
} >iwram
|
} >iwram
|
||||||
|
|
||||||
/* debugging sections */
|
/* debugging sections */
|
||||||
|
|
Loading…
Add table
Reference in a new issue