summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-10-13 15:10:31 +0200
committerAndreas Schwab <schwab@redhat.com>2011-10-13 15:26:45 +0200
commit714fad23c6f546c16a3f975cac984384a592537b (patch)
tree91175563f909a4e38ac6a8b12ae51047816c7434 /ChangeLog
parent81dcc7fb74a766f970800b9975e85b5fe7f6ea38 (diff)
downloadglibc-714fad23c6f546c16a3f975cac984384a592537b.tar.gz
Fix PLT use in feupdateenv on x86_64
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36cd1e23e9..9e61f353ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.