Fix problems with ld version 2.16 (dot outside sections problem)
[oweals/u-boot.git] / board / esd / apc405 / u-boot.lds
index eabcdd87e103363e960287ac997c45cadcf64d40..e672d082cf531592a3afc209d88f277784df79b3 100644 (file)
@@ -118,11 +118,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 = .;