Revert section rename

This commit is contained in:
GriffinR
2024-06-22 11:58:39 -04:00
parent bc76541189
commit 21e8a142db
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ MEMORY
SECTIONS {
.ewram.sbss 0x2000000 (NOLOAD) :
ewram 0x2000000 (NOLOAD) :
ALIGN(4)
{
gHeap = .;
@@ -18,7 +18,7 @@ SECTIONS {
. = 0x1C000;
INCLUDE "sym_ewram.ld"
src/*.o(.sbss);
src/*.o(ewram_data);
*libc.a:impure.o(.data);
*libc.a:locale.o(.data);