]> sourceware.org Git - newlib-cygwin.git/commit
2009-12-10 Conny Marco Menebrocker <c-m-m@gmx.de>
authorJeff Johnston <jjohnstn@redhat.com>
Thu, 10 Dec 2009 17:07:04 +0000 (17:07 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Thu, 10 Dec 2009 17:07:04 +0000 (17:07 +0000)
commite6291536c7060db2c95b556434b2d41aecf5fba5
tree0f265e068f9fff5e1705a5d9b5dcfbdb99801164
parentd0f9de23a19f0cf588a848a2d7fa9c4c73f4c8eb
2009-12-10  Conny Marco Menebrocker <c-m-m@gmx.de>

        * 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.
23 files changed:
libgloss/ChangeLog
libgloss/configure
libgloss/configure.in
libgloss/xc16x/Makefile.in [new file with mode: 0644]
libgloss/xc16x/aclocal.m4 [new file with mode: 0644]
libgloss/xc16x/close.S [new file with mode: 0644]
libgloss/xc16x/configure [new file with mode: 0755]
libgloss/xc16x/configure.in [new file with mode: 0644]
libgloss/xc16x/create.c [new file with mode: 0644]
libgloss/xc16x/crt0.S [new file with mode: 0644]
libgloss/xc16x/fstat.S [new file with mode: 0644]
libgloss/xc16x/getchar1.c [new file with mode: 0644]
libgloss/xc16x/isatty.c [new file with mode: 0644]
libgloss/xc16x/lseek.c [new file with mode: 0644]
libgloss/xc16x/mem-layout.c [new file with mode: 0644]
libgloss/xc16x/misc.c [new file with mode: 0644]
libgloss/xc16x/open.c [new file with mode: 0644]
libgloss/xc16x/read.c [new file with mode: 0644]
libgloss/xc16x/sbrk.c [new file with mode: 0644]
libgloss/xc16x/sys/syscall.h [new file with mode: 0644]
libgloss/xc16x/syscalls.c [new file with mode: 0644]
libgloss/xc16x/trap_handle.c [new file with mode: 0644]
libgloss/xc16x/write.c [new file with mode: 0644]
This page took 0.031677 seconds and 5 git commands to generate.