]> git.sur5r.net Git - u-boot/blobdiff - board/jse/u-boot.lds
Merge branch 'master' of http://www.denx.de/git/u-boot
[u-boot] / board / jse / u-boot.lds
index 3e54af7d02014012445abbeea3ec16d9b6c8962e..60c111539d47c7956714cb9b1132145d1e8934b5 100644 (file)
@@ -79,6 +79,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -111,11 +112,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 = .;