diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2012-02-07 15:14:47 +0100 |
---|---|---|
committer | Carlos O'Donell <carlos_odonell@mentor.com> | 2012-04-22 17:32:43 -0400 |
commit | 4904c344f15a17c1994713fc7322a6c2980f4fec (patch) | |
tree | f42efb2b0af21fa6a34dc37a7aaaf9d4092337b1 /ChangeLog | |
parent | 08e83d36e7b8ef24854e2431e5d6a28ce1227f59 (diff) | |
download | glibc-4904c344f15a17c1994713fc7322a6c2980f4fec.zip glibc-4904c344f15a17c1994713fc7322a6c2980f4fec.tar.gz glibc-4904c344f15a17c1994713fc7322a6c2980f4fec.tar.bz2 |
Fix loss of precision in jn tests
(cherry picked from commit cfdc0dd7fa4616e1c948760bf7dd7b3eddd6a53b)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ [BZ #411] * sysdeps/unix/sysv/linux/i386/sysdep.h: Redefine __i686. +2012-02-07 Andreas Schwab <schwab@linux-m68k.org> + + * math/libm-test.inc (jn_test): Add missing L suffix. + 2012-02-10 Thomas Schwinge <thomas@codesourcery.com> * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv) Invoke __feraiseexcept |