]> git.sur5r.net Git - u-boot/blobdiff - board/sbc8560/u-boot.lds
Fix problems with ld version 2.16 (dot outside sections problem)
[u-boot] / board / sbc8560 / u-boot.lds
index a3ed1d5af69f9ca6a9ea4d112ac18b0d0adf04c1..aa6dcb47180f89833987629d12f46d813e90b7b5 100644 (file)
@@ -126,10 +126,12 @@ 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 = .;