OSDN Git Service

* configure.in: Add ms1 case.
authoraldyh <aldyh>
Wed, 6 Jul 2005 12:58:09 +0000 (12:58 +0000)
committeraldyh <aldyh>
Wed, 6 Jul 2005 12:58:09 +0000 (12:58 +0000)
commit3927aa24c0d669e967063730950d61f3ed12d703
tree4308d60859b9873452bd79c9054be8729f61b4e7
parentdbe98bf1fa8cf372f3b17ed0704af549e6959920
* configure.in: Add ms1 case.
* configure: Regenerate.
* ms1/16-002.ld: New.
* ms1/16-003.ld: New.
* ms1/64-001.ld: New.
* ms1/access.c: New.
* ms1/chmod.c: New.
* ms1/close.c: New.
* ms1/configure: New.
* ms1/configure.in: New.
* ms1/crt0-16-002.S: New.
* ms1/crt0-16-003.S: New.
* ms1/crt0-64-001.S: New.
* ms1/crt0.S: New.
* ms1/exit-16-002.c: New.
* ms1/exit-16-003.c: New.
* ms1/exit-64-001.c: New.
* ms1/exit.c: New.
* ms1/fstat.c: New.
* ms1/getpid.c: New.
* ms1/gettime.c: New.
* ms1/isatty.c: New.
* ms1/kill.c: New.
* ms1/lseek.c: New.
* ms1/Makefile.in: New.
* ms1/open.c: New.
* ms1/read.c: New.
* ms1/sbrk.c: New.
* ms1/startup-16-002.S: New.
* ms1/startup-16-003.S: New.
* ms1/startup-64-001.S: New.
* ms1/stat.c: New.
* ms1/time.c: New.
* ms1/times.c: New.
* ms1/trap.h: New.
* ms1/trap.S: New.
* ms1/unlink.c: New.
* ms1/utime.c: New.
* ms1/write.c: New.
40 files changed:
libgloss/ChangeLog
libgloss/configure
libgloss/configure.in
libgloss/ms1/16-002.ld [new file with mode: 0644]
libgloss/ms1/16-003.ld [new file with mode: 0644]
libgloss/ms1/64-001.ld [new file with mode: 0644]
libgloss/ms1/Makefile.in [new file with mode: 0644]
libgloss/ms1/access.c [new file with mode: 0644]
libgloss/ms1/chmod.c [new file with mode: 0644]
libgloss/ms1/close.c [new file with mode: 0644]
libgloss/ms1/configure [new file with mode: 0755]
libgloss/ms1/configure.in [new file with mode: 0644]
libgloss/ms1/crt0-16-002.S [new file with mode: 0644]
libgloss/ms1/crt0-16-003.S [new file with mode: 0644]
libgloss/ms1/crt0-64-001.S [new file with mode: 0644]
libgloss/ms1/crt0.S [new file with mode: 0644]
libgloss/ms1/exit-16-002.c [new file with mode: 0644]
libgloss/ms1/exit-16-003.c [new file with mode: 0644]
libgloss/ms1/exit-64-001.c [new file with mode: 0644]
libgloss/ms1/exit.c [new file with mode: 0644]
libgloss/ms1/fstat.c [new file with mode: 0644]
libgloss/ms1/getpid.c [new file with mode: 0644]
libgloss/ms1/gettime.c [new file with mode: 0644]
libgloss/ms1/isatty.c [new file with mode: 0644]
libgloss/ms1/kill.c [new file with mode: 0644]
libgloss/ms1/lseek.c [new file with mode: 0644]
libgloss/ms1/open.c [new file with mode: 0644]
libgloss/ms1/read.c [new file with mode: 0644]
libgloss/ms1/sbrk.c [new file with mode: 0644]
libgloss/ms1/startup-16-002.S [new file with mode: 0644]
libgloss/ms1/startup-16-003.S [new file with mode: 0644]
libgloss/ms1/startup-64-001.S [new file with mode: 0644]
libgloss/ms1/stat.c [new file with mode: 0644]
libgloss/ms1/time.c [new file with mode: 0644]
libgloss/ms1/times.c [new file with mode: 0644]
libgloss/ms1/trap.S [new file with mode: 0644]
libgloss/ms1/trap.h [new file with mode: 0644]
libgloss/ms1/unlink.c [new file with mode: 0644]
libgloss/ms1/utime.c [new file with mode: 0644]
libgloss/ms1/write.c [new file with mode: 0644]