diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-02-10 21:05:54 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-02-10 21:05:54 +0100 |
commit | 7c35ffedf144417ba2787322c7b75b4db5c3cb7a (patch) | |
tree | 2ff2f2df9a4e64b94c8f5c6b7dc0bd7b937dd05d /ChangeLog | |
parent | fb779be7b35b1b7c9f3c9d64ee210b98e19be3bf (diff) | |
download | glibc-7c35ffedf144417ba2787322c7b75b4db5c3cb7a.tar.gz glibc-7c35ffedf144417ba2787322c7b75b4db5c3cb7a.tar.xz glibc-7c35ffedf144417ba2787322c7b75b4db5c3cb7a.zip |
Fix x86 PLT slot usage for feraiseexcept.
Then we're elf/check-localplt.out-clean again.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e04d86c606..789d7b92d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-02-10 Thomas Schwinge <thomas@codesourcery.com> + * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv) Invoke __feraiseexcept + instead of feraiseexcept. + * rt/tst-cpuclock1.c: Add a few comments, and error checking for nanosleep invocations. * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory |