From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3145 invoked by alias); 2 Sep 2019 08:36:21 -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 3137 invoked by uid 89); 2 Sep 2019 08:36:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy= 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; Mon, 02 Sep 2019 08:36:20 +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 3D03280F7C; Mon, 2 Sep 2019 08:36:19 +0000 (UTC) Received: from calimero.vinschen.de (ovpn-116-98.ams2.redhat.com [10.36.116.98]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 08F7460C05; Mon, 2 Sep 2019 08:36:18 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id 8FF11A80452; Mon, 2 Sep 2019 10:36:17 +0200 (CEST) Date: Mon, 02 Sep 2019 08:36:00 -0000 From: Corinna Vinschen To: Sandra Loosemore Cc: newlib@sourceware.org Subject: Re: [PATCH] Adjust nios2 and m68k semihosting for sys/stat.h changes. Message-ID: <20190902083617.GE4164@calimero.vinschen.de> Reply-To: newlib@sourceware.org Mail-Followup-To: Sandra Loosemore , newlib@sourceware.org References: <20190901235201.10239-1-sandra@codesourcery.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="OaZoDhBhXzo6bW1J" Content-Disposition: inline In-Reply-To: <20190901235201.10239-1-sandra@codesourcery.com> User-Agent: Mutt/1.12.1 (2019-06-15) X-SW-Source: 2019/txt/msg00534.txt.bz2 --OaZoDhBhXzo6bW1J Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 702 Hi Sandra, On Sep 1 17:52, Sandra Loosemore wrote: > Commit 72ff9acad2ab54e80a19ddaec0106065c817e3f6 caused st_atime, > st_ctime, and st_mtime to be defined as macros. This collided with use of > these identifiers as field names in struct gdb_stat (which represents > the GDB RSP encoding of struct stat) in libgloss semihosting support for > nios2 and m68k. This patch renames all the fields of struct gdb_stat. Commit d0651704411d fixes this by only renaming the st_Xtime fields in struct gdb_stat to st_Xtim. Maybe that's an option for you, too? Otherwise we have multiple different names in an otherwise identical struct... Thanks, Corinna --=20 Corinna Vinschen Cygwin Maintainer Red Hat --OaZoDhBhXzo6bW1J Content-Type: application/pgp-signature; name="signature.asc" Content-length: 833 -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEoVYPmneWZnwT6kwF9TYGna5ET6AFAl1s1IEACgkQ9TYGna5E T6C3BxAAnaGa1Xr6va6PpDzwSFzFayoiDX6dMg9MINH+xtwRoXMm3DXA8pQ2U44f eGK4UbJPr01G+8pa9aZAlHp1DkUVhAorc6qsHC86pxAF37RgPVnbgegQLWsBMShj BUe9ww/+mmfOHSqgvC0U9wGxD3ZgAheT2DQZkbDyQHDJnPytsF65jGssik3NPNPU c8uYSVE+46qf3Od7VfgYKOT7z04RPdyhCaq/YiLayh+DRPYJetmNZieTk/xkas/F 874lOZdhmoGuKM8okKJjm6DyaGysL6vzjUq9vHKOCaXfwpDj/DDC2NNBUdKbUyH9 96CSVzB9hFu0kR11jQrOaqigMFmjsNr18iSnZ7NFmoij3AgEiTnEdDNbfd4Wdc9W ekRs6u3mZXH+GC6aXMuA/5etxUspknoMNYVBx8U72CusPI4gN5nHowasiqWMkMuW /gw7D7of7+Ao2W6nRm7e+n0mQkZ7xfRRaXnIvJr10RDZT8PWA5TkK0LyeqsityXS 72N/d5crzWzl0cvpC+Ewq5PaSeQX5g10ObGEfutcAu5Y3vnScLbkbIzEPjOuRiCO fSiMpxFJCuldsVYmhWWHq3YPi7nldQ2u5XZsFEHebJoePDgGm5cwuan3omIPMvpL 6bQ0vblsjFyHjOjPwJnD5jvzxN/rVu/KIZVldD/OA2rG+l3lTrw= =1AaH -----END PGP SIGNATURE----- --OaZoDhBhXzo6bW1J--