Move "ar" flags to config.mk to allow for silent "make -s"
[oweals/u-boot.git] / board / esd / pf5200 / u-boot.lds
index d999dd16ad92f7d4ca9811b277f9c3fe933ea48a..f23432ecfa8016e4f41d47dd09e927ea6d29c9c2 100644 (file)
@@ -61,6 +61,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -93,11 +94,13 @@ SECTIONS
   _edata  =  .;
   PROVIDE (edata = .);
 
+  . = .;
   __u_boot_cmd_start = .;
   .u_boot_cmd : { *(.u_boot_cmd) }
   __u_boot_cmd_end = .;
 
 
+  . = .;
   __start___ex_table = .;
   __ex_table : { *(__ex_table) }
   __stop___ex_table = .;