diff --git a/share/wut.ld b/share/wut.ld index fea0e0b..b952fea 100644 --- a/share/wut.ld +++ b/share/wut.ld @@ -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 = .;