From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51369 invoked by alias); 15 Aug 2017 14:20:30 -0000 Mailing-List: contact newlib-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-cvs-owner@sourceware.org Received: (qmail 50401 invoked by uid 9078); 15 Aug 2017 14:19:42 -0000 Date: Tue, 15 Aug 2017 14:20:00 -0000 Message-ID: <20170815141942.50397.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] fix typo in AArch64 crt0 X-Act-Checkin: newlib-cygwin X-Git-Author: Alexander Fedotov-B55613 X-Git-Refname: refs/heads/master X-Git-Oldrev: 1f6644876e66cfd5be2306b7df5215917987d95d X-Git-Newrev: 7e69f983a46dfb9ae9c09e30fc20ad6a91f0ddc4 X-SW-Source: 2017-q3/txt/msg00041.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7e69f983a46dfb9ae9c09e30fc20ad6a91f0ddc4 commit 7e69f983a46dfb9ae9c09e30fc20ad6a91f0ddc4 Author: Alexander Fedotov-B55613 Date: Tue Aug 15 17:01:05 2017 +0300 fix typo in AArch64 crt0 Diff: --- libgloss/aarch64/crt0.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgloss/aarch64/crt0.S b/libgloss/aarch64/crt0.S index 0c669d9..cc7e84d 100644 --- a/libgloss/aarch64/crt0.S +++ b/libgloss/aarch64/crt0.S @@ -243,7 +243,7 @@ FUNCTION (_cpu_init_hook): ret .align 3 -#ifdef ARM_RDP_MONITOR +#ifdef ARM_RDI_MONITOR .LC0: GEN_DWORD HeapBase #else