]> git.sur5r.net Git - u-boot/blobdiff - board/westel/amx860/u-boot.lds
(no commit message)
[u-boot] / board / westel / amx860 / u-boot.lds
index 86e587ff2fe776c3bc1e85ddbc8af584f9ef5bbb..cdf550f67b57f61612a53b23634c62db6a138554 100644 (file)
@@ -77,6 +77,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -109,11 +110,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 = .;