mirror of
https://github.com/devkitPro/wut.git
synced 2026-08-22 02:25:05 -05:00
Add missing datamem section allocation for .bss
Only worked before out of luck with the ALIGNs!
This commit is contained in:
@@ -105,7 +105,7 @@ SECTIONS
|
||||
*(.sbss2.*)
|
||||
*(.gnu.linkonce.sb2.*)
|
||||
__sbss2_end = .;
|
||||
}
|
||||
} > datamem
|
||||
__bss_end = .;
|
||||
|
||||
. = ORIGIN(relmem);
|
||||
|
||||
Reference in New Issue
Block a user