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:
authorDJ Delorie <dj@redhat.com>2015-12-18 00:22:52 +0300
committerDJ Delorie <dj@redhat.com>2015-12-18 00:22:52 +0300
commit28d7af216e317a11c3bb4f32e2298ab3ba4036d9 (patch)
tree9a47785754ee7ea4b8ded05241ba3b00949eb750 /libgloss/ChangeLog
parent725532a3b2019ff7804a44b4cd97242e60a919b1 (diff)
Update CIO hooks to be more flexible.
Replace the one hook we had with two to avoid underscore issues. * msp430/cio.c: Remove, replace with... * msp430/cio.S: New, this.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r--libgloss/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index fbab75836..e247cbc03 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,3 +1,8 @@
+2015-12-17 DJ Delorie <dj@redhat.com>
+
+ * msp430/cio.c: Remove, replace with...
+ * msp430/cio.S: New, this.
+
2015-12-16 Kevin Buettner <kevinb@redhat.com>
* rl78/write.c (_write): Don't output CR when LF is encountered.