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>2009-12-10 20:22:11 +0300
committerJeff Johnston <jjohnstn@redhat.com>2009-12-10 20:22:11 +0300
commitcfc4fc9debfdd6823358bc63c550b96f3d48d5b1 (patch)
treef13cade758d6bbda82ee6bf78637a3181dd5d28f /libgloss/xc16x
parent655e435357f985b125e4de8e63d268ae42de27e2 (diff)
Fix reference to putchar.o and puts.o which were moved to newlib as part of
initial check-in.
Diffstat (limited to 'libgloss/xc16x')
-rw-r--r--libgloss/xc16x/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgloss/xc16x/Makefile.in b/libgloss/xc16x/Makefile.in
index b2845c2bd..83a75ae03 100644
--- a/libgloss/xc16x/Makefile.in
+++ b/libgloss/xc16x/Makefile.in
@@ -69,8 +69,8 @@ CRT0 = crt0.o crt0_cygmon.o crt0_redboot.o
# Generic object files common to all targets.
GENOBJS_NO_TRAP = close.o create.o crt0.o fstat.o getchar1.o \
- isatty.o lseek.o mem-layout.o misc.o open.o putchar.o \
- puts.o read.o sbrk.o syscalls.o write.o
+ isatty.o lseek.o mem-layout.o misc.o open.o \
+ read.o sbrk.o syscalls.o write.o
GENOBJS = ${GENOBJS_NO_TRAP} trap_handle.o
# Object files specific to particular targets.