diff --git a/share/wut.ld b/share/wut.ld index 1e3c6583..e11f75a9 100644 --- a/share/wut.ld +++ b/share/wut.ld @@ -102,6 +102,8 @@ SECTIONS } > datamem . = ORIGIN(loadmem); + .wut_load_bounds : { LONG(0) } > loadmem + .fexports ALIGN(32) : { KEEP( *(.fexports) ) } > loadmem .dexports ALIGN(32) : { KEEP( *(.dexports) ) } > loadmem