mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-13 01:52:37 +01:00
ld: Add (NOLOAD) to .bss section.
This commit is contained in:
parent
1c3d26ab1b
commit
00b6fa3940
@ -88,7 +88,7 @@ SECTIONS
|
||||
} > datamem
|
||||
|
||||
__bss_start = .;
|
||||
.bss ALIGN(64) : {
|
||||
.bss ALIGN(64) (NOLOAD) : {
|
||||
*(.dynbss)
|
||||
*(.bss)
|
||||
*(.bss.*)
|
||||
@ -111,7 +111,6 @@ SECTIONS
|
||||
*(.gnu.linkonce.sb2.*)
|
||||
__sbss2_end = .;
|
||||
|
||||
|
||||
. = ALIGN(32);
|
||||
}
|
||||
__bss_end = .;
|
||||
|
Loading…
Reference in New Issue
Block a user