From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23461 invoked by alias); 19 Mar 2010 17:09:36 -0000 Received: (qmail 23446 invoked by uid 22791); 19 Mar 2010 17:09:34 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 19 Mar 2010 17:09:31 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 3C24267FBF; Fri, 19 Mar 2010 17:09:29 +0000 (UTC) From: Mike Frysinger To: Mark Kettenis Subject: Re: [PATCH] gdb: fix sparc memcpy fortify error Date: Fri, 19 Mar 2010 17:09:00 -0000 User-Agent: KMail/1.13.1 (Linux/2.6.33; KDE/4.4.1; x86_64; ; ) Cc: gdb-patches@sourceware.org References: <1268964549-30380-1-git-send-email-vapier@gentoo.org> <201003190925.o2J9Pn8q004109@glazunov.sibelius.xs4all.nl> In-Reply-To: <201003190925.o2J9Pn8q004109@glazunov.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart6287011.bmOr3lEbmd"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201003191309.26720.vapier@gentoo.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00733.txt.bz2 --nextPart6287011.bmOr3lEbmd Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-length: 239 On Friday 19 March 2010 05:25:49 Mark Kettenis wrote: > Does it help if you replace >=20 > > gdb_assert (!(sparc_floating_p (type) && len =3D=3D 16)); >=20 > with >=20 > gdb_assert (len <=3D 8); yes, that works on my system -mike --nextPart6287011.bmOr3lEbmd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iQIcBAABAgAGBQJLo6/GAAoJEEFjO5/oN/WBUCkQANhZfMXRh+pkiuwUOAFUObxg kJM8LrAvHmu7xu46Ts/GzzokiFRnNLS4CWChxpcYU3aYp0aYRpDczjDcdzMm4kpJ YnBnG9MHwuCY+4B2uDq0takB8RjYvTkKE4hwVsMBzP9LFNeXY6cB8ckhfpCaNgdP 9qKIfGpxvGIEOEbGKLHgSkK3W1FMWw7JsBslrDLC6N6HliJH+I8Jyw+l6ju8TZdf 9nBr0r7eIi4EzkceYRZgXYCgF9va+yQmjY0px7AKWfh1usRE5PvrJiv9T3hfMi/x MD7k9gMQH3ZgMHEnMdMqrGJA/ibO1NyqYZsZ4bsmF+4lENoX8aJqmsEKpvuSpeGu G6F90BPJ+wqqBOrQPuuAkh8qpFPj24rjFUzl6Mheej+eM3S5XjFXkisHQJAp9vrn zY56nN1RF6Tw4Pgq4Gr5Fyrcg8ECzE3WqJ3MsocB9YIm1nDPqKZY88coXLBuSrLr Is6hCto4jrma/+5WCsQPGy9uZZg0NhaiDaS+iUmUVwXpVDQrgM5eqixt2C6cqVLt TWVAjW8TFjp7tSLK2v4vGqdstipEYmCqFS2rT6+CykidMqzoL7qQ1DijwkY/L0V4 MtI6HYc9BFlOZXCDuLrKxbIMA7e8IBUnUDgywoeG+TRAfxaaJwDELllcGR+1+Uf8 LRn1tzt0aanM/CDCZbMN =ZqyK -----END PGP SIGNATURE----- --nextPart6287011.bmOr3lEbmd--