libc/libgloss/msp430
DJ Delorie 7d5b16ab9a 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.
2015-12-17 16:51:41 -05:00
..
Makefile.in Build msp430-specific libnosys 2015-12-17 16:51:41 -05:00
cio.S Update CIO hooks to be more flexible. 2015-12-17 16:22:52 -05:00
cio.h
ciosyscalls.S * configure.in: Remove config_libnosys=false 2014-09-22 15:26:46 +00:00
configure
configure.in
crt0.S * msp430/crt0.S: Remove watchdog disabling code. 2015-08-20 17:19:49 +01:00
crt_bss.S
crtn.S * msp430/Makefile.in (crt0-minrt.o, crtn-minrt.o): New. Build 2014-01-30 02:46:34 +00:00
gcrt0.S
intr_vectors.ld
memmodel.h Adds support for placing MSP430 code and data into either low memory or high memory. 2015-05-27 13:30:19 +02:00
msp430-sim.ld Add support for persistent data to the MSP430 linker scripts. 2015-10-06 17:33:16 +01:00
msp430xl-sim.ld Always define __high_bsssize, do not just PROVIDE it. 2015-12-04 10:14:10 +00:00
sbrk.c
syscalls.S Add support for persistent data to the MSP430 linker scripts. 2015-10-06 17:33:16 +01:00
unlink.c * msp430/Makefile.in (NOSYS_OBJS): Add unlink.o. 2014-04-30 11:30:14 +00:00
write.c