Merge branch 'master' of git://www.denx.de/git/u-boot-net
[oweals/u-boot.git] / board / lantec / u-boot.lds.debug
index c64087dbe3deee5f3a1cc663571029e009f6e022..a39ee9d069dae95b8a81b7beb8cc174c4f42339d 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)   }