From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96530 invoked by alias); 23 Jul 2019 08:00:47 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 96416 invoked by uid 89); 23 Jul 2019 08:00:41 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.6 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:754 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 23 Jul 2019 08:00:40 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 664CC307D844; Tue, 23 Jul 2019 08:00:39 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-116-18.ams2.redhat.com [10.36.116.18]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 31CEC60BF1; Tue, 23 Jul 2019 08:00:39 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id B8029A80872; Tue, 23 Jul 2019 10:00:37 +0200 (CEST) Date: Tue, 23 Jul 2019 08:00:00 -0000 From: Corinna Vinschen To: Alexander Fedotov Cc: Richard.Earnshaw@arm.com, newlib@sourceware.org Subject: Re: [PATCH v3] [Arm] Stack Pointer and Stack Limit initialization refactored. Message-ID: <20190723080037.GJ21169@calimero.vinschen.de> Reply-To: newlib@sourceware.org Mail-Followup-To: Alexander Fedotov , Richard.Earnshaw@arm.com, newlib@sourceware.org References: <20190722161853.2874-1-alfedotov@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="PEkEgRdBLZYkpbX2" Content-Disposition: inline In-Reply-To: <20190722161853.2874-1-alfedotov@gmail.com> User-Agent: Mutt/1.11.3 (2019-02-01) X-SW-Source: 2019/txt/msg00328.txt.bz2 --PEkEgRdBLZYkpbX2 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 713 On Jul 22 11:18, Alexander Fedotov wrote: > SP initialization changes: > 1. set default value in semihosting case as well > 2. moved existing SP & SL init code for processor modes in separate rou= tine and made it as "hook" > 3. init SP for processor modes in Thumb mode as well >=20 > Add new macro FN_RETURN, FN_EH_START and FN_EH_END. > --- > libgloss/arm/arm.h | 26 ++++ > libgloss/arm/crt0.S | 290 +++++++++++++++++++++++++------------ > newlib/libc/sys/arm/arm.h | 26 ++++ > newlib/libc/sys/arm/crt0.S | 290 +++++++++++++++++++++++++------------ > 4 files changed, 454 insertions(+), 178 deletions(-) Pushed. Thanks, Corinna --=20 Corinna Vinschen Cygwin Maintainer Red Hat --PEkEgRdBLZYkpbX2 Content-Type: application/pgp-signature; name="signature.asc" Content-length: 833 -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEoVYPmneWZnwT6kwF9TYGna5ET6AFAl02vqUACgkQ9TYGna5E T6AJaw//Ur6m7T8BoTlC8B1TDTXCSOiAUb1Px8xWJLNlYRVWxgXWGFu+uEM6wGlV oY1blI2e71LqkqUGKBWHZmiIf6MTNsUvYHWJSD9aZDO9KuFCJy35FLiIK0XA7fiM plIEMnoCuwWwUeBC4Q7M1xu9OckqGNID5WIMIBXGyvEwsXdGwAAMDrKsXocQCStt P2Y0gOHAWDz+sWvgtusK5hy/BSYaCWiw02SFFAccSkjWnrkNyuqM5GAVJWVoL6BV eUQb9HWNTFwwYXcmTeqDQAMu555+AlYck4ukBQL43sra8sqPRW7kmY3nVVdF9Xfs HoX7ZSmFCT+1f1gCX74bT3+ImOp+rvqbfJMtX2+4MeYaPGqj0b0xleVbeO5d8DCT zaJiLEIVZ2m5/5ZUFViBmshVPoZfxZkWJd/WL60Z0I+sf4XZrXWz5g1XXPPYo6Tc sh8kr+YrYaxFBkVbmD+r3KqpgUFvhILdIDOIfaWkRHWUxlVe/Yy2VqYdznFcwiuJ N4GwuAREb5Z+QXyXmFe/Lvpg3n2vb+cIhoPo+EsmVITUB2wW8tnyFf+c/9xEJWoC lKyVFyjU/pqNardFIqC9Dtv8/Fpf9qncG7CLHjZ6Xt/zJdLOl0T6/Le+4VlrdXdJ CrwPFBdUdignyKHRifotw5+p79BL3JwWjICA4fKl7m1rzaQ8Yd8= =MJwu -----END PGP SIGNATURE----- --PEkEgRdBLZYkpbX2--