acadia-newlib/libgloss/msp430
Jozef Lawrynowicz d72ea86d41 MSP430: Fix message in sbrk.c printing binary character
The call to write() in sbrk.c was using the wrong value for the length
argument, causing the NUL terminating character of the string to be
printed.
2020-09-03 12:55:32 +02:00
..
Makefile.in MSP430: Add missing build rule for unlink() to libgloss Makefile 2019-10-25 18:04:46 +02:00
cio.S
cio.h
ciosyscalls.S
configure
configure.in
crt0.S
crt_bss.S
gcrt0.S
intr_vectors.ld
memmodel.h
msp430-sim.ld MSP430: Increase the amount of main memory available in sim ld scripts 2020-08-07 15:16:43 +02:00
msp430xl-sim.ld MSP430: Increase the amount of main memory available in sim ld scripts 2020-08-07 15:16:43 +02:00
sbrk.c MSP430: Fix message in sbrk.c printing binary character 2020-09-03 12:55:32 +02:00
syscalls.S
unlink.c
write.c