]> sourceware.org Git - newlib-cygwin.git/commit
2009-04-22 Anthony Green <green@moxielogic.com>
authorJeff Johnston <jjohnstn@redhat.com>
Wed, 22 Apr 2009 19:52:49 +0000 (19:52 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Wed, 22 Apr 2009 19:52:49 +0000 (19:52 +0000)
commit2beb9fbb02a83e61584e6fa838fd6d75bdd12e4f
treed315f6c0cddadc77747aa72a65b1dadc2924a27e
parentbc6b90cc1046dbb18f9a7c2b7411e91593d4b175
2009-04-22 Anthony Green <green@moxielogic.com>

        * configure.host: Add moxie support.
        * libc/machine/configure.in: Add moxie support.
        * libc/machine/configure: Rebuilt.
        * libc/machine/moxie/aclocal.m4: New file.
        * libc/machine/moxie/configure: New file.
        * libc/machine/moxie/configure.in: New file.
        * libc/machine/moxie/Makefile.am: New file.
        * libc/machine/moxie/Makefile.in: New file.
        * libc/machine/moxie/setjmp.S: New file.
        * libc/include/machine/setjmp.h (_JBLEN): Define for moxie.
        * libc/include/machine/ieeefp.h: Add moxie support.
12 files changed:
newlib/ChangeLog
newlib/configure.host
newlib/libc/include/machine/ieeefp.h
newlib/libc/include/machine/setjmp.h
newlib/libc/machine/configure
newlib/libc/machine/configure.in
newlib/libc/machine/moxie/Makefile.am [new file with mode: 0644]
newlib/libc/machine/moxie/Makefile.in [new file with mode: 0644]
newlib/libc/machine/moxie/aclocal.m4 [new file with mode: 0644]
newlib/libc/machine/moxie/configure [new file with mode: 0644]
newlib/libc/machine/moxie/configure.in [new file with mode: 0644]
newlib/libc/machine/moxie/setjmp.S [new file with mode: 0644]
This page took 0.033174 seconds and 5 git commands to generate.