public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/fw/builtin-syscalls-4] aarch64: Modify error-shown comments for strcpy
@ 2019-12-31 10:48 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2019-12-31 10:48 UTC (permalink / raw)
  To: glibc-cvs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="us-ascii", Size: 815 bytes --]

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=64297d49b37f637a82faedd16bf8860e0ab31606

commit 64297d49b37f637a82faedd16bf8860e0ab31606
Author: Xuelei Zhang <zhangxuelei4@huawei.com>
Date:   Fri Dec 27 11:57:24 2019 -0300

    aarch64: Modify error-shown comments for strcpy
    
    Checked on aarch64-linux-gnu.

Diff:
---
 sysdeps/aarch64/strcpy.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/aarch64/strcpy.S b/sysdeps/aarch64/strcpy.S
index 791644c..0de307f 100644
--- a/sysdeps/aarch64/strcpy.S
+++ b/sysdeps/aarch64/strcpy.S
@@ -232,7 +232,7 @@ L(entry_no_page_cross):
 #ifdef __AARCH64EB__
 	rev64	datav.16b, datav.16b
 #endif
-	/* ���loc */
+	/* calculate the loc value */
 	cmeq	datav.16b, datav.16b, #0
 	mov	data1, datav.d[0]
 	mov	data2, datav.d[1]


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

only message in thread, other threads:[~2019-12-31 10:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-31 10:48 [glibc/fw/builtin-syscalls-4] aarch64: Modify error-shown comments for strcpy Florian Weimer

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).