]> sourceware.org Git - newlib-cygwin.git/commit
2013-07-09 Sabrina Ni <sabrina@andestech.com>
authorJeff Johnston <jjohnstn@redhat.com>
Tue, 9 Jul 2013 19:16:25 +0000 (19:16 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 9 Jul 2013 19:16:25 +0000 (19:16 +0000)
commitbdf683b1c8eb8ad1ec99afb507c4bf9209a808aa
tree49c42b6eb107a277b369970a96fb6cbda0c2887b
parentdc0cb474bba11051859968574d344cccf3fdb0d7
2013-07-09  Sabrina Ni  <sabrina@andestech.com>

        * configure.in: Add nds32 subdir.
        * configure: Regenerated.
        * nds32/configure.in: New.
        * nds32/configure: New (autogenerated).
        * nds32/{crt0.S,crt1.S}: New.
        * nds32/Makefile.in: New.
        * nds32/{syscall_argvlen.S,syscall_argv.S,
        syscall_chdirS, syscall_chmod.S,
        syscall_close.S,syscall_exit.S,syscall_extra.h, syscall_fstat.S,
        syscall_getpid.S,syscall_gettimeofday.S,syscall_isatty.S,syscall_kill.S,
        syscall_link.S,syscall_lseek.S,syscall_open.S,syscall_read.S,
        syscall_rename.S,syscall_sbrk.S,syscall_stat.S,syscall_system.S,
        syscall_time.S,syscall_times.S,syscall_unlink.S,syscall_utime.S,
        syscall_write.S}: New.
34 files changed:
libgloss/ChangeLog
libgloss/configure
libgloss/configure.in
libgloss/nds32/Makefile.in [new file with mode: 0644]
libgloss/nds32/aclocal.m4 [new file with mode: 0644]
libgloss/nds32/configure [new file with mode: 0755]
libgloss/nds32/configure.in [new file with mode: 0644]
libgloss/nds32/crt0.S [new file with mode: 0644]
libgloss/nds32/crt1.S [new file with mode: 0644]
libgloss/nds32/syscall_argv.S [new file with mode: 0644]
libgloss/nds32/syscall_argvlen.S [new file with mode: 0644]
libgloss/nds32/syscall_chdir.S [new file with mode: 0644]
libgloss/nds32/syscall_chmod.S [new file with mode: 0644]
libgloss/nds32/syscall_close.S [new file with mode: 0644]
libgloss/nds32/syscall_exit.S [new file with mode: 0644]
libgloss/nds32/syscall_extra.h [new file with mode: 0644]
libgloss/nds32/syscall_fstat.S [new file with mode: 0644]
libgloss/nds32/syscall_getpid.S [new file with mode: 0644]
libgloss/nds32/syscall_gettimeofday.S [new file with mode: 0644]
libgloss/nds32/syscall_isatty.S [new file with mode: 0644]
libgloss/nds32/syscall_kill.S [new file with mode: 0644]
libgloss/nds32/syscall_link.S [new file with mode: 0644]
libgloss/nds32/syscall_lseek.S [new file with mode: 0644]
libgloss/nds32/syscall_open.S [new file with mode: 0644]
libgloss/nds32/syscall_read.S [new file with mode: 0644]
libgloss/nds32/syscall_rename.S [new file with mode: 0644]
libgloss/nds32/syscall_sbrk.S [new file with mode: 0644]
libgloss/nds32/syscall_stat.S [new file with mode: 0644]
libgloss/nds32/syscall_system.S [new file with mode: 0644]
libgloss/nds32/syscall_time.S [new file with mode: 0644]
libgloss/nds32/syscall_times.S [new file with mode: 0644]
libgloss/nds32/syscall_unlink.S [new file with mode: 0644]
libgloss/nds32/syscall_utime.S [new file with mode: 0644]
libgloss/nds32/syscall_write.S [new file with mode: 0644]
This page took 0.032879 seconds and 5 git commands to generate.