uClibc: update to latest version (rc3 + git changes), contains fixes for ipv6 dns...
[openwrt/svn-archive/archive.git] / toolchain / uClibc / patches-0.9.32 / 601-ubicom32_uClibc_fixes.patch
index b4f9ce681c24ba67d7c9efd234eedf0541e70771..c618e267b63db76c9d5805f71232bd99deed2f05 100644 (file)
@@ -14,7 +14,7 @@
 @@ -166,7 +170,7 @@ unsigned int __dl_parse_dynamic_info(Elf
           we'd have to walk all the loadsegs to find out if it was
           actually unnecessary, so skip this optimization.  */
- #ifndef __FDPIC__
+ #if !defined __FDPIC__ && !defined __DSBT__
 -      if (load_off != 0)
 +      if (DL_LOADADDR_ISSET(load_off))
  #endif