diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-10-13 15:10:31 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-10-13 15:26:45 +0200 |
commit | 714fad23c6f546c16a3f975cac984384a592537b (patch) | |
tree | 91175563f909a4e38ac6a8b12ae51047816c7434 /ChangeLog | |
parent | 81dcc7fb74a766f970800b9975e85b5fe7f6ea38 (diff) | |
download | glibc-714fad23c6f546c16a3f975cac984384a592537b.zip glibc-714fad23c6f546c16a3f975cac984384a592537b.tar.gz glibc-714fad23c6f546c16a3f975cac984384a592537b.tar.bz2 |
Fix PLT use in feupdateenv on x86_64
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2011-10-13 Andreas Schwab <schwab@redhat.com> + * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias. + * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of + feraiseexcept. + * sysdeps/x86_64/memrchr.S: Check for zero size. * string/stratcliff.c: Add memrchr tests. |