Fix problems with ld version 2.16 (dot outside sections problem)
[oweals/u-boot.git] / board / eric / u-boot.lds
index fd0fdcf242f945b172d3634690ad0ed8cd18a946..487d99956dbcc63412a49413e55a8da399e04902 100644 (file)
@@ -121,11 +121,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 = .;