]> git.sur5r.net Git - u-boot/blobdiff - board/oxc/u-boot.lds
Merge branch 'mpc86xx'
[u-boot] / board / oxc / u-boot.lds
index db89a78fd0fc468196714887b919c717f6cef6e7..2a5cd2ebd9dc6661cc8a1c71e04ecaa5957c6bc4 100644 (file)
@@ -68,6 +68,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -100,11 +101,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 = .;