Merge with /home/wd/git/u-boot/master
[oweals/u-boot.git] / board / emk / top860 / u-boot.lds.debug
index bd13b7b96f82bc19c518514c752286c707d1a920..580575a5a2201818fd46b8585fe1bea1581d73e8 100644 (file)
@@ -75,6 +75,8 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -129,4 +131,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-