aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/z8k/Makefile.in
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-12-17 20:17:13 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-12-17 20:17:13 +0000
commitd8ae996c41cf0148f5bffa393bc35ed9b0e5d5d5 (patch)
treeb3086194f8dc3f1cedd595cde4be79a65d640685 /newlib/libc/machine/z8k/Makefile.in
parent8232f2e050785e61113a926aa922e4004dd9c118 (diff)
downloadnewlib-d8ae996c41cf0148f5bffa393bc35ed9b0e5d5d5.zip
newlib-d8ae996c41cf0148f5bffa393bc35ed9b0e5d5d5.tar.gz
newlib-d8ae996c41cf0148f5bffa393bc35ed9b0e5d5d5.tar.bz2
2004-12-17 Christian Groessler <chris@groessler.org>
* libc/machine/z8k/memcmp.S: New file. * libc/machine/z8k/memcpy.S: Ditto. * libc/machine/z8k/memmove.S: Ditto. * libc/machine/z8k/memset.S: Ditto. * libc/machine/z8k/Makefile.am: Add new files. * libc/machine/z8k/Makefile.in: Regenerated. * libc/machine/z8k/setjmp.S: Fix indirect register usage in Z8002 part. Implement Z8002 stdcall version.
Diffstat (limited to 'newlib/libc/machine/z8k/Makefile.in')
-rw-r--r--newlib/libc/machine/z8k/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/machine/z8k/Makefile.in b/newlib/libc/machine/z8k/Makefile.in
index 9736912..2dced64 100644
--- a/newlib/libc/machine/z8k/Makefile.in
+++ b/newlib/libc/machine/z8k/Makefile.in
@@ -89,7 +89,7 @@ INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
noinst_LIBRARIES = lib.a
-lib_a_SOURCES = setjmp.S
+lib_a_SOURCES = setjmp.S memset.S memcpy.S memmove.S memcmp.S
ACLOCAL_AMFLAGS = -I ../../..
CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
@@ -103,7 +103,7 @@ DEFS = @DEFS@ -I. -I$(srcdir)
CPPFLAGS = @CPPFLAGS@
LIBS = @LIBS@
lib_a_LIBADD =
-lib_a_OBJECTS = setjmp.o
+lib_a_OBJECTS = setjmp.o memset.o memcpy.o memmove.o memcmp.o
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)