]> git.sur5r.net Git - u-boot/blobdiff - board/gaisler/gr_xc3s_1500/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / gaisler / gr_xc3s_1500 / u-boot.lds
index ddd27d455e14f1d35fa6b48006b4c9d658d621fb..3b13190cb01f492ea64bb088540915976adf5c22 100644 (file)
@@ -77,10 +77,8 @@ SECTIONS
                *(.gnu.warning)
 /*             *(.got1)*/
                . = ALIGN(16);
-               *(.rodata)
-               *(.rodata1)
-               *(.rodata.*)
                *(.eh_frame)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
        }
        . = ALIGN(4);
        _etext = .;