]> git.sur5r.net Git - u-boot/blobdiff - examples/sparc.lds
Fix all linker script to handle all rodata sections
[u-boot] / examples / sparc.lds
index 75925449ed496b43a5098f2aa452584cca19a053..9733daa86b902cc4bdc77d9a1c951738930d8c15 100644 (file)
@@ -37,7 +37,7 @@ SECTIONS
        . = ALIGN(4);
        .rodata :
        {
-               *(.rodata)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
        }
        __rodata_end = .;