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>2015-09-04 20:17:53 +0300
committerJeff Johnston <jjohnstn@redhat.com>2015-09-04 21:37:37 +0300
commit948b5f00435ff00e8873ea1326271d0069e41301 (patch)
tree667d4b7826ecb1a70ec4461dbc7316a1e487d898 /newlib/ChangeLog
parentdc09f27aaa27e1b72c2fcec3b7d6b1e29cab1d28 (diff)
Add support for ft32 to newlib.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index ba948472f..7ab671d2d 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,23 @@
+2015-09-04 James Bowman <james.bowman@ftdichip.com>
+
+ * configure.host: Add ft32 support.
+ * libc/include/machine/ieeefp.h: Ditto.
+ * libc/include/machine/setjmp.h: Ditto.
+ * libc/machine/configure.in: Ditto.
+ * libc/machine/configure: Ditto.
+ * libc/machine/ft32/Makefile.am: New file.
+ * libc/machine/ft32/Makefile.in: Ditto.
+ * libc/machine/ft32/aclocal.m4: Ditto.
+ * libc/machine/ft32/configure.in: Ditto.
+ * libc/machine/ft32/configure: Ditto.
+ * libc/machine/ft32/memcpy.S: Ditto.
+ * libc/machine/ft32/memset.S: Ditto.
+ * libc/machine/ft32/setjmp.S: Ditto.
+ * libc/machine/ft32/stpcmp.S: Ditto.
+ * libc/machine/ft32/strcmp.S: Ditto.
+ * libc/machine/ft32/strcpy.S: Ditto.
+ * libc/machine/ft32/strlen.S: Ditto.
+
2015-09-03 Hans-Peter Nilsson <hp@axis.com>
* libc/machine/cris/sys/signal.h (kill): Declare.