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:
authorCorinna Vinschen <corinna@vinschen.de>2022-12-20 12:13:38 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-12-20 12:13:59 +0300
commit43743ed754727a0ab5bbe9b15068d3256791f011 (patch)
tree30917175e881b68cc98f950ae3f5bb9dd6ca6d5d /winsup/cygwin/Makefile.am
parentb09617a828e8b1a372847d52673171d78b7dede1 (diff)
Cygwin: x86_64: import latest NetBSD bcopy.S
Tweak slightly to allow implementing entire {w}mem{p}{cpy,move} family: Add WIDE macro processing for wmem* and POST macro processing for memp* functions. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/Makefile.am')
-rw-r--r--winsup/cygwin/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/winsup/cygwin/Makefile.am b/winsup/cygwin/Makefile.am
index f63e89591..f8c249f52 100644
--- a/winsup/cygwin/Makefile.am
+++ b/winsup/cygwin/Makefile.am
@@ -52,9 +52,15 @@ TEST_LIB_NAME=libcygwin0.a
# These objects are included directly into the import library
if TARGET_X86_64
TARGET_FILES= \
+ x86_64/bcopy.S \
x86_64/memchr.S \
x86_64/memcpy.S \
- x86_64/memset.S
+ x86_64/memmove.S \
+ x86_64/mempcpy.S \
+ x86_64/memset.S \
+ x86_64/wmemcpy.S \
+ x86_64/wmemmove.S \
+ x86_64/wmempcpy.S
endif
LIB_FILES= \