aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-09-10 22:52:43 +0000
committerRoland McGrath <roland@gnu.org>2002-09-10 22:52:43 +0000
commit2c333cf190aeb3b3d71acf73b6b060c1662dbf71 (patch)
tree7252f56166bbea27727599834c223a50629ee740 /ChangeLog
parent01210e5583a13464c6d73d2a2d188c10ba430e70 (diff)
downloadglibc-2c333cf190aeb3b3d71acf73b6b060c1662dbf71.tar
glibc-2c333cf190aeb3b3d71acf73b6b060c1662dbf71.tar.gz
glibc-2c333cf190aeb3b3d71acf73b6b060c1662dbf71.tar.bz2
glibc-2c333cf190aeb3b3d71acf73b6b060c1662dbf71.zip
* sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
well so we don't get it declared by include/math.h's hidden_proto. Then do hidden_proto for __isnanf locally so hidden_def works right.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2201a25b5a..acc4d737fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-09-10 Roland McGrath <roland@redhat.com>
+ * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
+ well so we don't get it declared by include/math.h's hidden_proto.
+ Then do hidden_proto for __isnanf locally so hidden_def works right.
+
* posix/bug-regex5.c (main): Use `union locale_data_value' rather than
a cast to turn nl_langinfo return value into an integer.