newlib-cygwin/newlib/libc/sys/h8300hms
Jeff Johnston 41a639dea8 2002-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
* libc/sys/h8300hms/Makefile.am: Add support for new files.
        * libc/sys/h8300hms/Makefile.in: Regenerated.
        * libc/sys/h8300hms/close.S: New file.
        * libc/sys/h8300hms/fstat.S: Ditto.
        * libc/sys/h8300hms/lseek.S: Ditto.
        * libc/sys/h8300hms/open.S: Ditto.
        * libc/sys/h8300hms/stat.S: Ditto.
        * libc/sys/h8300hms/read.S: New file to replace read.c.
        * libc/sys/h8300hms/read.c: Removed.
        * libc/sys/h8300hms/syscalls.c: Removed functions _open,
        _lseek, _close, _stat, _fstat.
        * libc/sys/h8300hms/write.S: New file to replace write.c.
        * libc/sys/h8300hms/write.c: Removed.
2003-02-25 20:36:29 +00:00
..
sys * newlib/libc/sys/h8300hms/Makeile.am (lib_a_SOURCES): Add read.c. 2002-05-17 20:13:38 +00:00
Makefile.am 2002-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com> 2003-02-25 20:36:29 +00:00
Makefile.in 2002-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com> 2003-02-25 20:36:29 +00:00
_exit.c 2003-01-31 Michael Snyder <msnyder@redhat.com> 2003-01-31 20:44:26 +00:00
aclocal.m4 2003-02-07 Jeff Johnston <jjohnstn@redhat.com> 2003-02-08 04:30:58 +00:00
close.S 2002-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com> 2003-02-25 20:36:29 +00:00
configure 2003-02-07 Jeff Johnston <jjohnstn@redhat.com> 2003-02-08 04:30:58 +00:00
configure.in import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
crt0.S 2003-01-31 Michael Snyder <msnyder@redhat.com> 2003-01-31 20:35:24 +00:00
crt1.c * configure.host (h8300-*-elf*, h8500-*-elf*): New cases. 2001-08-29 13:26:32 +00:00
fstat.S 2002-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com> 2003-02-25 20:36:29 +00:00
lseek.S 2002-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com> 2003-02-25 20:36:29 +00:00
misc.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
open.S 2002-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com> 2003-02-25 20:36:29 +00:00
read.S 2002-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com> 2003-02-25 20:36:29 +00:00
sbrk.c import newlib-2000-02-17 snapshot 2000-02-17 19:39:52 +00:00
stat.S 2002-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com> 2003-02-25 20:36:29 +00:00
syscalls.c 2002-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com> 2003-02-25 20:36:29 +00:00
write.S 2002-02-25 D.Venkatasubramanian <dvenkat@noida.hcltech.com> 2003-02-25 20:36:29 +00:00