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:
authorJon Turney <jon.turney@dronecode.org.uk>2022-12-16 13:21:13 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2022-12-16 13:22:37 +0300
commit98fa366cb68a0c297bbb4a64a2d86649709aeabb (patch)
tree46b6ce4daacf4699ea79d9e16dc0bffbd26c025d
parente3cb003bd735aeed8d1b6b249f150c794046afda (diff)
Revert "Cygwin: x86_64: add wmemset assembler entry point"
This reverts commit 188d5f6c9ad5cbbd6f0fcb9aaf15bc9870597910.
-rw-r--r--winsup/cygwin/x86_64/memset.s8
1 files changed, 0 insertions, 8 deletions
diff --git a/winsup/cygwin/x86_64/memset.s b/winsup/cygwin/x86_64/memset.s
index d3b95ecd2..ac73b6ace 100644
--- a/winsup/cygwin/x86_64/memset.s
+++ b/winsup/cygwin/x86_64/memset.s
@@ -67,11 +67,3 @@ L1: rep
movq 16(%rsp),%rdi
ret
.seh_endproc
-
- .globl wmemset
- .seh_proc wmemset
-wmemset:
- .seh_endprologue
- shlq $1,%r8 /* cnt * sizeof (wchar_t) */
- jmp memset
- .seh_endproc