OSDN Git Service

2009-04-22 Anthony Green <green@moxielogic.com>
authorjjohnstn <jjohnstn>
Wed, 22 Apr 2009 19:48:04 +0000 (19:48 +0000)
committerjjohnstn <jjohnstn>
Wed, 22 Apr 2009 19:48:04 +0000 (19:48 +0000)
commit24ae3d18c8b2fc892021ef873f4645f15025e4e6
treef05f734c364a6d7583b9d045888edfec1220896d
parent55ece37654ca3bc6e3d32a611f97b4c11994f129
2009-04-22  Anthony Green  <green@moxielogic.com>

        * configure.in: Add moxie support.
        * configure: Regenerate.
        * moxie/aclocal.m4, moxie/configure, moxie/configure.in,
        moxie/crt0.S, moxie/fstat.c, moxie/getpid.c, isatty.c,
        moxie/kill.c, moxie/Makefile.in, moxie/moxie-elf-common.ld,
        moxie/print.c, moxie/putnum.c, moxie/qemu.ld, moxie/qemu-time.c,
        moxie/qemu-write.c, moxie/sbrk.c, moxie/sim-close.S,
        moxie/sim-exit.S,
        moxie/sim-inbyte.c, moxie/sim.ld, moxie/sim-lseek.c,
        moxie/sim-lseek.S, moxie/sim-open.S, moxie/sim-read.S, moxie/sim-time.c,
        moxie/sim-unlink.S, moxie/sim-write.S, moxie/stat.c: New files.
31 files changed:
libgloss/ChangeLog
libgloss/configure
libgloss/configure.in
libgloss/moxie/Makefile.in [new file with mode: 0644]
libgloss/moxie/aclocal.m4 [new file with mode: 0644]
libgloss/moxie/configure [new file with mode: 0644]
libgloss/moxie/configure.in [new file with mode: 0644]
libgloss/moxie/crt0.S [new file with mode: 0644]
libgloss/moxie/fstat.c [new file with mode: 0644]
libgloss/moxie/getpid.c [new file with mode: 0644]
libgloss/moxie/isatty.c [new file with mode: 0644]
libgloss/moxie/kill.c [new file with mode: 0644]
libgloss/moxie/moxie-elf-common.ld [new file with mode: 0644]
libgloss/moxie/print.c [new file with mode: 0644]
libgloss/moxie/putnum.c [new file with mode: 0644]
libgloss/moxie/qemu-time.c [new file with mode: 0644]
libgloss/moxie/qemu-write.c [new file with mode: 0644]
libgloss/moxie/qemu.ld [new file with mode: 0644]
libgloss/moxie/sbrk.c [new file with mode: 0644]
libgloss/moxie/sim-close.S [new file with mode: 0644]
libgloss/moxie/sim-exit.S [new file with mode: 0644]
libgloss/moxie/sim-inbyte.c [new file with mode: 0644]
libgloss/moxie/sim-lseek.S [new file with mode: 0644]
libgloss/moxie/sim-lseek.c [new file with mode: 0644]
libgloss/moxie/sim-open.S [new file with mode: 0644]
libgloss/moxie/sim-read.S [new file with mode: 0644]
libgloss/moxie/sim-time.c [new file with mode: 0644]
libgloss/moxie/sim-unlink.S [new file with mode: 0644]
libgloss/moxie/sim-write.S [new file with mode: 0644]
libgloss/moxie/sim.ld [new file with mode: 0644]
libgloss/moxie/stat.c [new file with mode: 0644]