summaryrefslogtreecommitdiffstats
path: root/libgloss/xc16x
Commit message (Collapse)AuthorAgeFilesLines
* Fix location of this file to be where it was initially intended.Jeff Johnston2010-08-231-3/+0
|
* 2010-02-08 Conny Marco Menebrocker <c-m-m@gmx.de>Jeff Johnston2010-02-083-1/+14
| | | | | | * xc16x/xc16x.mt: New file. * xc16x/configure.in: Add target_makefile_frag reference. * xc16x/configure: Regenerated.
* 2009-12-16 Conny Marco Menebrocker <c-m-m@gmx.de>Jeff Johnston2009-12-163-26/+3
| | | | | | | * xc16x/Makefile.in: Remove extraneous stuff brought in by copy. * xc16x/configure.in: Ditto. * xc16x/configure: Regenerated.
* Fix reference to putchar.o and puts.o which were moved to newlib as part ofJeff Johnston2009-12-101-2/+2
| | | | initial check-in.
* 2009-12-10 Conny Marco Menebrocker <c-m-m@gmx.de>Jeff Johnston2009-12-1020-0/+5118
* configure.in: Add xc16x support. * configure: Regenerated. * xc16x/Makefile.in: New file for xc16x port. * xc16x/aclocal.m4: Ditto. * xc16x/close.S: Ditto. * xc16x/configure: Ditto. * xc16x/configure.in: Ditto. * xc16x/create.c: Ditto. * xc16x/crt0.S: Ditto. * xc16x/fstat.S: Ditto. * xc16x/getchar1.c: Ditto. * xc16x/isatty.c: Ditto. * xc16x/lseek.c: Ditto. * xc16x/mem-layout.c: Ditto. * xc16x/misc.c: Ditto. * xc16x/open.c: Ditto. * xc16x/read.c: Ditto. * xc16x/sbrk.c: Ditto. * xc16x/syscalls.c: Ditto. * xc16x/trap_handle.c: Ditto. * xc16x/write.c: Ditto. * xc16x/sys/syscall.h: Ditto.