1. 22 7月, 2012 1 次提交
  2. 19 7月, 2012 1 次提交
  3. 15 7月, 2012 2 次提交
  4. 13 7月, 2012 9 次提交
  5. 12 7月, 2012 9 次提交
  6. 11 7月, 2012 9 次提交
  7. 10 7月, 2012 2 次提交
  8. 09 7月, 2012 1 次提交
  9. 08 7月, 2012 2 次提交
    • R
      remove little-endian assumption from arm atomic.h · a3bdcd93
      Rich Felker 提交于
      this hidden endian dependency had left big endian arm badly broken.
      a3bdcd93
    • R
      fix dlsym RTLD_NEXT support · d93e028c
      Rich Felker 提交于
      previously this was being handled the same as a library-specific,
      dependency-order lookup on the next library in the global chain, which
      is likely to be utterly meaningless. instead the lookup needs to be in
      the global namespace, but omitting the initial portion of the global
      library chain up through the calling library.
      d93e028c
  10. 05 7月, 2012 3 次提交
  11. 04 7月, 2012 1 次提交
    • R
      configure: only use -ffloat-store on i386 · 2121b8a4
      Rich Felker 提交于
      this option is expensive and only used on old gcc's that lack
      -fexcess-precision=standed, but it's not needed on non-i386 archs
      where floating point does not have excess precision anyway.
      
      if musl ever supports m68k, i think it will need to be special-cased
      too. i'm not aware of any other archs with excess precision.
      2121b8a4