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-06-21 01:44:54 +0400
committerJeff Johnston <jjohnstn@redhat.com>2007-06-21 01:44:54 +0400
commit7f8ec7f1631944f4fd473aeb5e60fc3438a3378c (patch)
treea2e7aad7f7de704339b499e9429763f5871306b1 /libgloss/spu/Makefile.in
parent72a14088c27bf0059e99366b5264b93cf37df364 (diff)
2007-06-20 Patrick Mansfield <patmans@us.ibm.com>
* spu/jsre.h: JSRE_LINK, JSRE_SYMLINK and JSRE_READLINK. * spu/link.c: New file to add link support via an assist call. * spu/readlink.c: New file to add readlink support via an assist call. * spu/symlink.c: New file to add symlink support via an assist call. * spu/Makefile.in: Add new files.
Diffstat (limited to 'libgloss/spu/Makefile.in')
-rw-r--r--libgloss/spu/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgloss/spu/Makefile.in b/libgloss/spu/Makefile.in
index 5ec6b31f0..c71db76dd 100644
--- a/libgloss/spu/Makefile.in
+++ b/libgloss/spu/Makefile.in
@@ -58,8 +58,9 @@ OBJS = \
access.o chdir.o chmod.o chown.o close.o conv_stat.o dup.o exit.o \
fchdir.o fchmod.o fchown.o fstat.o ftruncate.o getcwd.o \
getpagesize.o getpid.o gettimeofday.o isatty.o kill.o lchown.o \
- lseek.o lstat.o mkdir.o mknod.o nanosleep.o open.o read.o rmdir.o \
- sbrk.o stat.o syscalls.o unlink.o write.o
+ link.o lseek.o lstat.o mkdir.o mknod.o nanosleep.o open.o read.o \
+ readlink.o rmdir.o sbrk.o stat.o symlink.o syscalls.o unlink.o \
+ write.o
# Object files specific to particular targets.
EVALOBJS = ${OBJS}