uClibc: update to latest version (rc3 + git changes), contains fixes for ipv6 dns...
[openwrt.git] / toolchain / uClibc / patches-0.9.32 / 601-ubicom32_uClibc_fixes.patch
index b4f9ce6..c618e26 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
This page took 0.023884 seconds and 4 git commands to generate.