]> sourceware.org Git - newlib-cygwin.git/commit
Add support for FT32 platform.
authorJeff Johnston <jjohnstn@redhat.com>
Fri, 4 Sep 2015 17:07:00 +0000 (13:07 -0400)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 4 Sep 2015 17:13:30 +0000 (13:13 -0400)
commitdc09f27aaa27e1b72c2fcec3b7d6b1e29cab1d28
treeffe6af6463fdd98d4011b510b1a93068dabed673
parent82d7069a5e92630ee8d8c539136e0a2afa7728bb
Add support for FT32 platform.
24 files changed:
libgloss/ChangeLog
libgloss/configure.in
libgloss/ft32/Makefile.in [new file with mode: 0644]
libgloss/ft32/aclocal.m4 [new file with mode: 0644]
libgloss/ft32/configure [new file with mode: 0755]
libgloss/ft32/configure.in [new file with mode: 0644]
libgloss/ft32/crt0.S [new file with mode: 0644]
libgloss/ft32/fstat.c [new file with mode: 0644]
libgloss/ft32/getpid.c [new file with mode: 0644]
libgloss/ft32/isatty.c [new file with mode: 0644]
libgloss/ft32/kill.c [new file with mode: 0644]
libgloss/ft32/sbrk.c [new file with mode: 0644]
libgloss/ft32/sim-close.S [new file with mode: 0644]
libgloss/ft32/sim-exit.S [new file with mode: 0644]
libgloss/ft32/sim-inbyte.c [new file with mode: 0644]
libgloss/ft32/sim-lseek.S [new file with mode: 0644]
libgloss/ft32/sim-lseek.c [new file with mode: 0644]
libgloss/ft32/sim-open.S [new file with mode: 0644]
libgloss/ft32/sim-read.S [new file with mode: 0644]
libgloss/ft32/sim-time.c [new file with mode: 0644]
libgloss/ft32/sim-unlink.S [new file with mode: 0644]
libgloss/ft32/sim-write.S [new file with mode: 0644]
libgloss/ft32/sim.ld [new file with mode: 0644]
libgloss/ft32/stat.c [new file with mode: 0644]
This page took 0.029928 seconds and 5 git commands to generate.