diff options
author | DJ Delorie <dj@redhat.com> | 2015-12-17 16:22:52 -0500 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2015-12-17 16:22:52 -0500 |
commit | 28d7af216e317a11c3bb4f32e2298ab3ba4036d9 (patch) | |
tree | 9a47785754ee7ea4b8ded05241ba3b00949eb750 /libgloss/ChangeLog | |
parent | 725532a3b2019ff7804a44b4cd97242e60a919b1 (diff) | |
download | newlib-28d7af216e317a11c3bb4f32e2298ab3ba4036d9.zip newlib-28d7af216e317a11c3bb4f32e2298ab3ba4036d9.tar.gz newlib-28d7af216e317a11c3bb4f32e2298ab3ba4036d9.tar.bz2 |
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/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index fbab758..e247cbc 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. |