Index: b/src/main.ld
===================================================================
--- a/src/main.ld	2005-03-31 10:23:33.000000000 +0300
+++ b/src/main.ld	2007-12-12 08:37:04.000000000 +0200
@@ -49,7 +49,7 @@ SECTIONS
         _sdata_end = . ;
         . = ALIGN(4) ;
         _ro_start = . ;
-        .rodata    : { *(.rodata) } > bios
+        .rodata    : { *(.rodata .rodata.*) } > bios
         _ro_end = . ;
         . = ALIGN(4) ;
         _RTAS_start = .;
