Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2005-10-21 01:42:33 +0400
committerJeff Johnston <jjohnstn@redhat.com>2005-10-21 01:42:33 +0400
commit09968b6d2769d8f11e156c1c826ae0764a64d14a (patch)
tree5c048550c8b1f24f5768a596a536488ee1c5ccf4 /newlib/ChangeLog
parent34da20b26f3a46f986e989740c71a8ff955072e5 (diff)
2005-10-20 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h (HUGE_VAL, HUGE_VALF, HUGE_VALL): When gcc is 3.3 or greater, use special gcc builtins.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 1788da034..3aaf33349 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-20 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/include/math.h (HUGE_VAL, HUGE_VALF, HUGE_VALL): When
+ gcc is 3.3 or greater, use special gcc builtins.
+
2005-10-20 Corinna Vinschen <corinna@vinschen.de>
* libc/include/sys/time.h: Declare futimes and lutimes for Cygwin.