Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-09-22 01:14:41 +0400
committerJeff Johnston <jjohnstn@redhat.com>2007-09-22 01:14:41 +0400
commit9594d5c34280edea9355a2e951c27c2aea269e7d (patch)
treeafa3754c2a0e6c953ed20d941eaabdab986d8410 /libgloss/spu/Makefile.in
parent364faf910ab0e1239e645596b8c76b227024331f (diff)
2007-09-21 Patrick Mansfield <patmans@us.ibm.com>
* spu/Makefile.in: Add new files. * spu/jsre.h: Add JSRE_PREAD, JSRE_PWRITE, JSRE_READV, and JSRE_WRITEV opcodes. * spu/pread.c: New file to add pread via assist call. * spu/pwrite.c: New file to add pwrite via assist call. * spu/readv.c: New file to add readv via assist call. * spu/writev.c: New file to add writev via assist call.
Diffstat (limited to 'libgloss/spu/Makefile.in')
-rw-r--r--libgloss/spu/Makefile.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/libgloss/spu/Makefile.in b/libgloss/spu/Makefile.in
index b1f564035..95cc912ee 100644
--- a/libgloss/spu/Makefile.in
+++ b/libgloss/spu/Makefile.in
@@ -60,9 +60,10 @@ OBJS = \
fsync.o ftruncate.o getcwd.o getpagesize.o getpid.o \
gettimeofday.o isatty.o kill.o lchown.o link.o lockf.o lseek.o \
lstat.o mkdir.o mknod.o mkstemp.o mktemp.o nanosleep.o open.o \
- read.o readlink.o rmdir.o sbrk.o sched_yield.o shm_open.o \
- shm_unlink.o stat.o symlink.o sync.o syscalls.o truncate.o umask.o \
- unlink.o utime.o utimes.o write.o
+ pread.o pwrite.o read.o readlink.o readv.o rmdir.o sbrk.o \
+ sched_yield.o shm_open.o shm_unlink.o stat.o symlink.o sync.o \
+ syscalls.o truncate.o umask.o unlink.o utime.o utimes.o write.o \
+ writev.o
# Object files specific to particular targets.
EVALOBJS = ${OBJS}