]> git.sur5r.net Git - u-boot/blobdiff - board/netphone/u-boot.lds.debug
Merge branch 'master' of git://www.denx.de/git/u-boot-net
[u-boot] / board / netphone / u-boot.lds.debug
index 21b7e6aabc085906046981889a887427f4d81e1d..80bcbfcb9078409a4359571593effe2031d83ad0 100644 (file)
@@ -22,7 +22,6 @@
  */
 
 OUTPUT_ARCH(powerpc)
-SEARCH_DIR(/lib); SEARCH_DIR(/usr/lib); SEARCH_DIR(/usr/local/lib); SEARCH_DIR(/usr/local/powerpc-any-elf/lib);
 /* Do we need any of these for elf?
    __DYNAMIC = 0;    */
 SECTIONS
@@ -74,6 +73,8 @@ SECTIONS
   {
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }