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:
authorNick Clifton <nickc@redhat.com>2003-02-20 22:14:12 +0300
committerNick Clifton <nickc@redhat.com>2003-02-20 22:14:12 +0300
commitbac50d6b6eed4d03d700fe5497c9ca2e47fe2a6d (patch)
treee7447bd217613883b053011d6ccc9839e7f2bb5c /newlib/ChangeLog
parent892d89627472a912e60a66d1b3e363de5d5ac3ab (diff)
Add support for Cirrus Maverick ARM co-processor
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index d20861654..7781da129 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,20 @@
+2003-02-20 Nick Clifton <nickc@redhat.com>
+
+ * Add support for Cirrus Maverick ARM co-processor:
+
+ 2000-09-13 Aldy Hernandez <aldyh@redhat.com>
+
+ * libc/include/machine/ieeefp.h: Set IEEE_BIG_ENDIAN or
+ IEEE_LITTLE_ENDIAN depending on endian mode (cirrus).
+
+ 2000-08-11 Aldy Hernandez <aldyh@redhat.com>
+
+ * configure.host: set sys_dir, syscall_dir, and
+ newlib_cflags for ep9312 host.
+
+ * configure.host: Restore alpha sorting of entries in case
+ statements.
+
2003-02-19 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdlib/mallocr.c (unlink): Revert 02/18 fix.