From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122639 invoked by alias); 30 Mar 2017 14:09:27 -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 122620 invoked by uid 89); 30 Mar 2017 14:09:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*R:D*sourceware.org, H*R:U*newlib 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; Thu, 30 Mar 2017 14:09:25 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 93FF57E9DE; Thu, 30 Mar 2017 14:09:25 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 93FF57E9DE Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=vinschen@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 93FF57E9DE Received: from calimero.vinschen.de (ovpn-117-18.ams2.redhat.com [10.36.117.18]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5CF25182D3; Thu, 30 Mar 2017 14:09:25 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 283E3A8030F; Thu, 30 Mar 2017 16:09:24 +0200 (CEST) Date: Thu, 30 Mar 2017 14:09:00 -0000 From: Corinna Vinschen To: "Moore, Catherine" Cc: newlib@sourceware.org Subject: Re: [Patch] Use .syntax unified for arm assembly language routines Message-ID: <20170330140924.GD10780@calimero.vinschen.de> Reply-To: newlib@sourceware.org Mail-Followup-To: "Moore, Catherine" , newlib@sourceware.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="R3G7APHDIzY6R/pk" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.0 (2017-02-23) X-SW-Source: 2017/txt/msg00235.txt.bz2 --R3G7APHDIzY6R/pk Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 667 Hi Catherine, On Mar 29 23:24, Moore, Catherine wrote: > The LLVM integrated assembler doesn't support .syntax divided. I'd like = to switch to .syntax unified for these two files. >=20 > For testing, I used GAS to build the files with .syntax divided and .synt= ax unified and compared the object files for differences. > They compared the same. >=20 > OK to commit? In theory yes, but your patch doesn't apply because it contains spaces where the original file has TABs. Can you please regenerate the patch with `git format-patch' and attach it to a mail? That works better most of the time. Thanks, Corinna --=20 Corinna Vinschen Cygwin Maintainer Red Hat --R3G7APHDIzY6R/pk Content-Type: application/pgp-signature; name="signature.asc" Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJY3RGTAAoJEPU2Bp2uRE+gnugP/0Jb7JYUldA2rCw6hQqSgde1 gV/WT/B3i3YhMdkY3iQmx1evQh31RYpaJwwPoKlQUu+jXKx9L3j4Iw5J0EI/zAVj 7TPvDxE2VP6HDMVL8fQzbR7i5zJJzuvTliuYNtlyc0x6BGBGVKpWYD/Xmmv+w6Da UbVGwCWKK85iZudsbXQWy9pszkYBFTJxV6jtGD7LGip/a7FwGYmpR7CMjA2Z/8kN fH/y58/OMVuLpFvETZ2p0D6k/IbkAuiRn0SaTBbJyryXkNXM1mN3qGdrJ3aNP3qH uKwPPZkXE5zgln6U/YlMhn46bIn+3qWE8ob4UB9+ci8Wexzzn9L7vEYdqEGEptqg ysDQpILipofxF94ALn7OrKr0LhQnTtoYbRPGvXaO9oXEaba6+SavnX5GQCSHVNZ3 yIFpDNNxlJjkaumzLeOQRu8os13JiJU1pmBoGc/72l2beDJtNUwin6x1KvszOkuW 3/TFESSUGngo+yOuNXiCN+L4+aY3H1I7PswX/lrA0KhHrt+yajntv9BZdG2O+Sq8 J5b/oQOvxOK0aIfmDjdi3vI9g4vCZ2Jjq85uXP6aSYf3+NDBUWvnmVG6GjsgJnTB F8SG5k4ojAPhVj7Q7La0GyHS1qHorEMdeEHXkZi1akE9Uu9YvZCmawkMKXHoy1My I6XE6DERPzVxitU8hZ9u =i9Ex -----END PGP SIGNATURE----- --R3G7APHDIzY6R/pk--