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: 37098 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]