From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32915 invoked by alias); 10 Apr 2016 04:12:44 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 32667 invoked by uid 89); 10 Apr 2016 04:12:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: smtp.gentoo.org Date: Sun, 10 Apr 2016 04:12:00 -0000 From: Mike Frysinger To: Adhemerval Zanella Cc: libc-alpha@sourceware.org Subject: Re: [PATCH 1/4] Define __ASSUME_ALIGNED_REGISTER_PAIRS for missing ports Message-ID: <20160410041234.GS6588@vapier.lan> Mail-Followup-To: Adhemerval Zanella , libc-alpha@sourceware.org References: <1456431555-14182-1-git-send-email-adhemerval.zanella@linaro.org> <1456431555-14182-2-git-send-email-adhemerval.zanella@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="yeSKnB+6aHnEj8dY" Content-Disposition: inline In-Reply-To: <1456431555-14182-2-git-send-email-adhemerval.zanella@linaro.org> X-SW-Source: 2016-04/txt/msg00152.txt.bz2 --yeSKnB+6aHnEj8dY Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 475 On 25 Feb 2016 17:19, Adhemerval Zanella wrote: > --- a/sysdeps/unix/sysv/linux/powerpc/kernel-features.h > +++ b/sysdeps/unix/sysv/linux/powerpc/kernel-features.h >=20=20 > +/* Define this if your 32-bit syscall API requires 64-bit register > + pairs to start with an even-number register. */ > +#ifndef __powerpc64__ > +# define __ASSUME_ALIGNED_REGISTER_PAIRS 1 > +#endif i'm not familiar with the ABI at this level, but does this also apply to the new LE ABI ? -mike --yeSKnB+6aHnEj8dY Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJXCdKyAAoJEEFjO5/oN/WBadoQAMOzTxhJbtdpFLu9BdUsZ/dk RB7vbG94Qt3Rs4IOPESurXFUE0elvn+YUeVcW7rd0rbc9gyIAPARnxbA/IQqvTD+ RsRBl0mhKE/k2yB9ie/EqKacD7Z8wmUpvUvvzBk6uMaLGFga/afaCysQlq9ntzm7 p+ZxDIE2IoJvBHcntiB/S/7/4w33do8ADXDO9TYRy0ojiPM7SM9/UnaC2WTuJU8e JRiT5uwX9V6h5WOI2jEXcl0VzNVpyspTBfBCSJzoIP+JFXhywTPQ7GADZ19uWmQR 4Vzx7a3Qe7eMq1vr4CN+ORQYm9awWR5XgrV5jysVk+C4u0PG2Y3hrHzDtLEMY1/T /fWRqdV5QX1SBr/VtY/AsYOYxvT/xu7zItiX1BqBINsa2F/V0vbZRjxFzj3ZthQt X/gV9whr1Y+pvNrBNYHtKrrPdNvQtZcnBAV2xiWZw6Pn/EJJxAVyFrE0GZp83oUC gfEcb+i5wVb14FWuz5kH0EjsHi6jwsaRZdZrMwab0oJZfXun9iOdGguaSw1LoHX/ hpl25MbBkCqoC5IlU6TLnR3U15oBSguguDi4+rwIWxOIxtw6QOUFNpxhAMaSOHEe anwE3JgSnRMH33xjqY7Xg7nM2zNWpgQBhdmjmkKFtSvxY8drwW0j/trh0+jvQocc eHSgUcIhQGbKGxTfH6lc =RMO4 -----END PGP SIGNATURE----- --yeSKnB+6aHnEj8dY--