diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-10-22 22:42:13 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-22 22:42:13 -0700 |
commit | 31ba3e7a7d0f0614122f03f4350904415d94877b (patch) | |
tree | de53e7c59a8e6f77ba1df0612dd5f419ee22d44b /ChangeLog | |
parent | 02a544f460de28fe603d91b34692cf3f64713229 (diff) | |
parent | bc5e8462188bdd9919e804fbba44e4b983b7724a (diff) | |
download | glibc-31ba3e7a7d0f0614122f03f4350904415d94877b.zip glibc-31ba3e7a7d0f0614122f03f4350904415d94877b.tar.gz glibc-31ba3e7a7d0f0614122f03f4350904415d94877b.tar.bz2 |
Merge branch 'master' of ssh://sources.redhat.com/git/glibc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2009-10-21 Andreas Schwab <schwab@redhat.com> + + * elf/dl-sym.c (do_sym): Resolve STT_GNU_IFUNC symbols. + +2009-10-19 Andreas Schwab <schwab@redhat.com> + + * include/math.h: Add hidden protos for __exp/__expf/__expl. + * sysdeps/ieee754/dbl-64/w_exp.c: Add hidden alias. + * sysdeps/ieee754/flt-32/w_expf.c: Likewise. + * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise. + * sysdeps/i386/fpu/s_expm1.S: Call __exp to handle overflow. + * sysdeps/i386/fpu/s_expm1f.S: Call __expf to handle overflow. + * sysdeps/i386/fpu/s_expm1l.S: Call __expl instead of + __ieee751_expl to handle overflow. + 2009-10-14 David S. Miller <davem@davemloft.net> * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: New file. |