From patchwork Fri Dec 27 13:44:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Xuelei Zhang X-Patchwork-Id: 1215714 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-108324-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=huawei.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="NvObrObT"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47kp321xFvz9sPh for ; Sat, 28 Dec 2019 00:44:30 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=YFA p3JBaIO65jQ+tDoqMa4LJlM9XXM1BxweXSUU80WuDzqKvnWIEs735G5LIIqrOLag JMkVt12vAwWdhSETb1JUab5VHYHDKz+T71gyAjVkBdFJfzA1rlhXDlflHX/bQryE MGxxj5XVrGGN4eoetoPDCHLgdnQMMV1ub8D3vAZM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=T7NDSIP+T gzQ7w9tBa2PbYbV5Qg=; b=NvObrObTZESC0LkAyIA66CTipNP/dMUNmfh/+dejS V5VF/AEbHzlcE4jZNgjobRgENkCR/jRriFfJO8L4I4cZJkOfyVBUTd8wzsTeRhQc aWruZBDmJ3m/Z2MNNoPAEFD0xKR7nVG/dKjppzQTmvxnLxwFVtMYZyErivp3/dgW sU= Received: (qmail 21923 invoked by alias); 27 Dec 2019 13:44:24 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 21915 invoked by uid 89); 27 Dec 2019 13:44:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-16.6 required=5.0 tests=AWL, BAYES_00, BODY_8BITS, GARBLED_BODY, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, MIME_CHARSET_FARAWAY, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:0800, HContent-Transfer-Encoding:8bit X-HELO: huawei.com From: Xuelei Zhang To: , , , , Subject: [PATCH 2/2] aarch64: Modify error-shown comments for strcpy Date: Fri, 27 Dec 2019 21:44:09 +0800 Message-ID: <20191227134409.45340-1-zhangxuelei4@huawei.com> MIME-Version: 1.0 --- 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 791644c0b2c..0de307fbd98 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]