]> git.sur5r.net Git - u-boot/blobdiff - board/gdsys/gdppc440etx/u-boot.lds
Fix all linker script to handle all rodata sections
[u-boot] / board / gdsys / gdppc440etx / u-boot.lds
index 1df817b9ea98e2d4016bf60f0862f87d2dd12827..77f0aae700a12ec9739a1aeb5cf172bfa68cf26a 100644 (file)
@@ -76,10 +76,8 @@ SECTIONS
   PROVIDE (etext = .);
   .rodata    :
   {
-    *(.rodata)
-    *(.rodata1)
-    *(.rodata.str1.4)
     *(.eh_frame)
+    *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }