]> git.sur5r.net Git - u-boot/blobdiff - examples/mips.lds
Fix all linker script to handle all rodata sections
[u-boot] / examples / mips.lds
index 939e0e61c06956488c9a6c3afdcdcb1282dd1a36..717b201a73e1436aad2298ffb69184d2fff5fc17 100644 (file)
@@ -34,7 +34,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata  : { *(.rodata) }
+       .rodata  : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data  : { *(.data) }