* Fix a bunch of compiler warnings for gcc 4.0
[oweals/u-boot.git] / board / mvblue / u-boot.lds
index 9d949b5def57259ae9cab37cd3d7e35a219f3726..7c051095f842124071b3963586705f74ca949a8d 100644 (file)
@@ -71,6 +71,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -103,11 +104,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 = .;