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:07:00 +0300
committerJeff Johnston <jjohnstn@redhat.com>2015-09-04 20:13:30 +0300
commitdc09f27aaa27e1b72c2fcec3b7d6b1e29cab1d28 (patch)
treeffe6af6463fdd98d4011b510b1a93068dabed673 /libgloss/ChangeLog
parent82d7069a5e92630ee8d8c539136e0a2afa7728bb (diff)
Add support for FT32 platform.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index afa72980a..61db4e7fa 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,27 @@
+2015-09-04 James Bowman <james.bowman@ftdichip.com>
+
+ * configure.in: Add ft32 support.
+ * ft32/sbrk.c: New file.
+ * ft32/sim-close.S: Ditto.
+ * ft32/sim-exit.S: Ditto.
+ * ft32/sim-inbyte.c: Ditto.
+ * ft32/sim.ld: Ditto.
+ * ft32/sim-lseek.c: Ditto.
+ * ft32/sim-lseek.S: Ditto.
+ * ft32/sim-open.S: Ditto.
+ * ft32/sim-read.S: Ditto.
+ * ft32/sim-time.c: Ditto.
+ * ft32/sim-unlink.S: Ditto.
+ * ft32/sim-write.S: Ditto.
+ * ft32/stat.c: Ditto.
+ * ft32/configure.in: Ditto.
+ * ft32/crt0.S: Ditto.
+ * ft32/fstat.c: Ditto.
+ * ft32/getpid.c: Ditto.
+ * ft32/isatty.c: Ditto.
+ * ft32/kill.c: Ditto.
+ * ft32/Makefile.in: Ditto.
+
2015-08-20 Nick Clifton <nickc@redhat.com>
PR libgloss/18786