]> git.sur5r.net Git - u-boot/blobdiff - board/mpc8540ads/u-boot.lds
Merge with /home/mk/git/u-boot-generic_ohci#generic_ohci
[u-boot] / board / mpc8540ads / u-boot.lds
index 85852d59d3f269d7a3c50f153d483de0600f38df..e7a88cfa449c28f0769d5294d59002ef36fcb38d 100644 (file)
@@ -87,6 +87,7 @@ SECTIONS
     *(.rodata)
     *(.rodata1)
     *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -119,10 +120,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 = .;