public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Revert "Cygwin: x86_64: add wmemset assembler entry point"
@ 2022-12-16 13:36 Jon TURNEY
  0 siblings, 0 replies; only message in thread
From: Jon TURNEY @ 2022-12-16 13:36 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=242a2a5971fb4981ef539ad1f87eab4944d5a84f

commit 242a2a5971fb4981ef539ad1f87eab4944d5a84f
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Fri Dec 16 10:21:13 2022 +0000

    Revert "Cygwin: x86_64: add wmemset assembler entry point"
    
    This reverts commit 188d5f6c9ad5cbbd6f0fcb9aaf15bc9870597910.
    
    (cherry picked from commit 98fa366cb68a0c297bbb4a64a2d86649709aeabb)

Diff:
---
 winsup/cygwin/x86_64/memset.s | 8 --------
 1 file changed, 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-16 13:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-16 13:36 [newlib-cygwin] Revert "Cygwin: x86_64: add wmemset assembler entry point" Jon TURNEY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).