summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.ld b/src/main.ld
index f689f72..3218019 100644
--- a/src/main.ld
+++ b/src/main.ld
@@ -49,7 +49,7 @@ SECTIONS
_sdata_end = . ;
. = ALIGN(4) ;
_ro_start = . ;
- .rodata : { *(.rodata) } > bios
+ .rodata : { *(.rodata*) } > bios
_ro_end = . ;
. = ALIGN(4) ;
_RTAS_start = .;