]> git.sur5r.net Git - u-boot/blobdiff - board/amcc/yellowstone/u-boot.lds
Merge with /home/hs/SC3/u-boot-dev
[u-boot] / board / amcc / yellowstone / u-boot.lds
index 5441e78064dfebba1f865a9188cabc7021cae10a..a0ba44de889e76704e512364da933efae1fddb07 100644 (file)
@@ -93,6 +93,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -125,11 +126,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 = .;