diff options
author | DJ Delorie <dj@redhat.com> | 2015-12-17 16:49:08 -0500 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2015-12-17 16:51:41 -0500 |
commit | 7d5b16ab9a7a7ad143e83f4c13b02eb13c9dca02 (patch) | |
tree | f7ae5ed34e97b331815d83a2084a31aed856cf4d /libgloss/ChangeLog | |
parent | 06537f05d4b6a0d2db01c6afda1d2a0ea2588126 (diff) | |
download | newlib-7d5b16ab9a7a7ad143e83f4c13b02eb13c9dca02.zip newlib-7d5b16ab9a7a7ad143e83f4c13b02eb13c9dca02.tar.gz newlib-7d5b16ab9a7a7ad143e83f4c13b02eb13c9dca02.tar.bz2 |
Build msp430-specific libnosys
The MSP430 debuggers support I/O on hardware through CIO, so
we can use a CIO-enabled library as the "nosys" library (in
addition to the libsim library, which talks to our simulator)
* configure.in: Don't build default libnosys for msp430
* configure: Regenerate.
* msp430/Makefile: Rename libcio to libnosys.
Diffstat (limited to 'libgloss/ChangeLog')
-rw-r--r-- | libgloss/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index e247cbc..5e64769 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,5 +1,9 @@ 2015-12-17 DJ Delorie <dj@redhat.com> + * configure.in: Don't build default libnosys for msp430 + * configure: Regenerate. + * msp430/Makefile: Rename libcio to libnosys. + * msp430/cio.c: Remove, replace with... * msp430/cio.S: New, this. |