about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-10-18 10:37:56 +0200
committerAndreas Schwab <schwab@redhat.com>2011-10-18 11:46:51 +0200
commitcaa6c9d8454e81d365f039c835abd3cb54c06a05 (patch)
treea10ddea30a305d86262fff03a67c47ded647f9b1 /ChangeLog
parent99ce7b04edf17821a6abd19844f10e8c1cd3c724 (diff)
downloadglibc-caa6c9d8454e81d365f039c835abd3cb54c06a05.tar.gz
glibc-caa6c9d8454e81d365f039c835abd3cb54c06a05.tar.xz
glibc-caa6c9d8454e81d365f039c835abd3cb54c06a05.zip
Fix linkage conflict with feraiseexcept
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad7db01db6..cd6264b7f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-10-18  Andreas Schwab  <schwab@redhat.com>
+
+	* sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
+	(__feraiseexcept_renamed): Add __THROW.
+	(feraiseexcept): Add __THROW.  Rename local variables to fix
+	namespace violations.
+
 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
 
 	* sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.