]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/bubinga/u-boot.lds
Merge branch 'master' into u-boot-5329-early
[u-boot] / board / amcc / bubinga / u-boot.lds
index 1d7fdd0fda1cf15e10f2f594cf26da4315fe8878..be030923b8eb816dd391ae11cece84f0ff143a4f 100644 (file)
@@ -87,6 +87,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -119,10 +120,12 @@ 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 = .;