mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:24:17 +01:00
Add missing datamem section allocation for .bss
Only worked before out of luck with the ALIGNs!
This commit is contained in:
parent
7c9120db96
commit
3605823849
@ -105,7 +105,7 @@ SECTIONS
|
||||
*(.sbss2.*)
|
||||
*(.gnu.linkonce.sb2.*)
|
||||
__sbss2_end = .;
|
||||
}
|
||||
} > datamem
|
||||
__bss_end = .;
|
||||
|
||||
. = ORIGIN(relmem);
|
||||
|
Loading…
Reference in New Issue
Block a user