]> git.sur5r.net Git - u-boot/blobdiff - board/qemu-mips/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / qemu-mips / u-boot.lds
index 03bcb093f1edebbafd69e7eaee3aa97ccfc49caf..ad058caa251ff1f53f1e30404d63c74a83b3a60e 100644 (file)
@@ -38,7 +38,7 @@ SECTIONS
        }
 
        . = ALIGN(4);
-       .rodata  : { *(.rodata) }
+       .rodata  : { *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) }
 
        . = ALIGN(4);
        .data  : { *(.data) }