]> git.sur5r.net Git - u-boot/blobdiff - board/gw8260/u-boot.lds
* Added VIA configuration table
[u-boot] / board / gw8260 / u-boot.lds
index 32e8f399a26bbbf27b9eedcda07e53ddd02e379a..ab65cb11fc262b0edb90eb66b7381f2ba60b6add 100644 (file)
@@ -61,6 +61,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -93,11 +94,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 = .;