OSDN Git Service

2005-08-10 DJ Delorie <dj@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 10 Aug 2005 20:29:33 +0000 (20:29 +0000)
committerjjohnstn <jjohnstn>
Wed, 10 Aug 2005 20:29:33 +0000 (20:29 +0000)
commitf22a9d896df6d46fa4685f8a709cbb741f078ba5
tree3759f0d41c709de455715a8ca21ca71eab593fb3
parenta2186c67ab10505d609e32004276ec3716c1da41
2005-08-10  DJ Delorie  <dj@redhat.com>

        * configure.in: Add m32c support.
        * configure: Regenerated
        * m32c: New directory, Renesas R8C/M16C/M32C support.
        * m32c/abort.S m32c/argvlen.S m32c/argv.S m32c/chdir.S,
        m32c/chmod.S m32c/close.S m32c/configure m32c/configure.in,
        m32c/crt0.S, m32c/crtn.S, m32c/exit.S, m32c/fstat.S,
        m32c/genscript, m32c/getpid.S, m32c/gettimeofday.S,
        m32c/heaptop.S, m32c/isatty.S, m32c/kill.S, m32c/link.S,
        m32c/lseek.S, m32c/m32csys.h, m32c/m32c.tmpl, m32c/Makefile.in,
        m32c/open.S, m32c/read.S, m32c/sbrk.c, m32c/stat.S, m32c/time.S,
        m32c/times.S, m32c/unlink.S, m32c/utime.S, m32c/write.S: New files
35 files changed:
libgloss/ChangeLog
libgloss/configure
libgloss/configure.in
libgloss/m32c/Makefile.in [new file with mode: 0644]
libgloss/m32c/abort.S [new file with mode: 0644]
libgloss/m32c/argv.S [new file with mode: 0644]
libgloss/m32c/argvlen.S [new file with mode: 0644]
libgloss/m32c/chdir.S [new file with mode: 0644]
libgloss/m32c/chmod.S [new file with mode: 0644]
libgloss/m32c/close.S [new file with mode: 0644]
libgloss/m32c/configure [new file with mode: 0755]
libgloss/m32c/configure.in [new file with mode: 0644]
libgloss/m32c/crt0.S [new file with mode: 0644]
libgloss/m32c/crtn.S [new file with mode: 0644]
libgloss/m32c/exit.S [new file with mode: 0644]
libgloss/m32c/fstat.S [new file with mode: 0644]
libgloss/m32c/genscript [new file with mode: 0644]
libgloss/m32c/getpid.S [new file with mode: 0644]
libgloss/m32c/gettimeofday.S [new file with mode: 0644]
libgloss/m32c/heaptop.S [new file with mode: 0644]
libgloss/m32c/isatty.S [new file with mode: 0644]
libgloss/m32c/kill.S [new file with mode: 0644]
libgloss/m32c/link.S [new file with mode: 0644]
libgloss/m32c/lseek.S [new file with mode: 0644]
libgloss/m32c/m32c.tmpl [new file with mode: 0644]
libgloss/m32c/m32csys.h [new file with mode: 0644]
libgloss/m32c/open.S [new file with mode: 0644]
libgloss/m32c/read.S [new file with mode: 0644]
libgloss/m32c/sbrk.c [new file with mode: 0644]
libgloss/m32c/stat.S [new file with mode: 0644]
libgloss/m32c/time.S [new file with mode: 0644]
libgloss/m32c/times.S [new file with mode: 0644]
libgloss/m32c/unlink.S [new file with mode: 0644]
libgloss/m32c/utime.S [new file with mode: 0644]
libgloss/m32c/write.S [new file with mode: 0644]