Add symbol for the end of the .bss section

This commit is contained in:
Thomas Winwood 2019-01-09 04:00:36 +00:00
parent 800e538a58
commit 1f75cf025d

View file

@ -29,6 +29,7 @@ SECTIONS {
.bss : { .bss : {
*(.bss .bss.*); *(.bss .bss.*);
. = ALIGN(4); . = ALIGN(4);
__bss_end = ABSOLUTE(.);
} >iwram } >iwram
/* debugging sections */ /* debugging sections */