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:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e257e42c5..040a00e0c 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2001-06-27 Nick Clifton <nickc@cambridge.redhat.com>
+
+ * libc/include/machine/ieeefp.h (__IEEE_BYTES_LITTLE_ENDIAN):
+ Define for little endian ARMs.
+
+ * libc/stdlib/mprec.h (Storeinc): Use little endian version if
+ __IEEE_BYTES_LITTLE_ENDIAN is defined.
+
2001-06-11 Danny Smith <dannysmith@users.sourceforge.net>
* /libc/include/ctype.h (is* and to* macros): Do not define if C++.