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:
authorKevin Buettner <kevinb@redhat.com>2011-03-22 01:11:14 +0300
committerKevin Buettner <kevinb@redhat.com>2011-03-22 01:11:14 +0300
commit3b60b701b1e3ee239cacb1aafa71bb721c812ccd (patch)
tree546a7eb203a6cc8a40e8b8aeabdc8c93d7179ddd /newlib/libc/sys/sysnecv850/Makefile.am
parent5e5b7f35ace686ee5aa5ef8138412433a696fef7 (diff)
* libc/sys/sysnecv850/trap.S (___trap0): Fix errno handling.
* libc/sys/sysnecv850/rename.c: New file. * libc/sys/sysnecv850/Makefile.am (lib_a_SOURCES): Add rename.c * libc/sys/sysnecv850/Makefile.in: Regenerate. * libc/sys/sysnecv850/fstat.c (_fstat): Invoke trap for SYS_fstat. * libc/sys/sysnecv850/unlink.c (_unlink): Invoke trap for SYS_unlink.
Diffstat (limited to 'newlib/libc/sys/sysnecv850/Makefile.am')
-rw-r--r--newlib/libc/sys/sysnecv850/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/sys/sysnecv850/Makefile.am b/newlib/libc/sys/sysnecv850/Makefile.am
index 544438810..df150168c 100644
--- a/newlib/libc/sys/sysnecv850/Makefile.am
+++ b/newlib/libc/sys/sysnecv850/Makefile.am
@@ -16,7 +16,7 @@ extra_objs = $(lpfx)_exit.o $(lpfx)access.o $(lpfx)chmod.o \
$(lpfx)open.o $(lpfx)pipe.o $(lpfx)read.o $(lpfx)link.o \
$(lpfx)sbrk.o $(lpfx)stat.o $(lpfx)time.o $(lpfx)trap.o \
$(lpfx)unlink.o $(lpfx)utime.o $(lpfx)wait.o $(lpfx)write.o \
- $(lpfx)times.o $(lpfx)gettime.o
+ $(lpfx)times.o $(lpfx)gettime.o $(lpfx)rename.o
else
extra_objs =
endif
@@ -27,7 +27,7 @@ EXTRA_lib_a_SOURCES = \
execv.c execve.c fork.c fstat.c getpid.c isatty.c \
kill.c lseek.c open.c pipe.c read.c link.c \
sbrk.c stat.c time.c trap.S unlink.c utime.c wait.c write.c \
- times.c gettime.c
+ times.c gettime.c rename.c
lib_a_SOURCES =
lib_a_DEPENDENCIES = $(extra_objs)
lib_a_CCASFLAGS = $(AM_CCASFLAGS)