* Fix a bunch of compiler warnings for gcc 4.0
[oweals/u-boot.git] / board / lantec / u-boot.lds.debug
index fd3a1c6052e638da03b5c1b50dd95e441f395d7d..65b25b926a70c9d5be8284f2019437b03b5e98a9 100644 (file)
@@ -74,6 +74,8 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -106,6 +108,11 @@ 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 = .;
@@ -128,4 +135,3 @@ SECTIONS
   _end = . ;
   PROVIDE (end = .);
 }
-