From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14631 invoked by alias); 25 Mar 2012 07:56:32 -0000 Received: (qmail 14623 invoked by uid 22791); 25 Mar 2012 07:56:31 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD 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; Sun, 25 Mar 2012 07:56:17 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 710B51B403B for ; Sun, 25 Mar 2012 07:56:16 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: Re: [patch] sim: bfin: fix typos in large constants in tests Date: Sun, 25 Mar 2012 07:56:00 -0000 User-Agent: KMail/1.13.7 (Linux/3.2.0; KDE/4.6.5; x86_64; ; ) References: <201203250242.58817.vapier@gentoo.org> In-Reply-To: <201203250242.58817.vapier@gentoo.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart5773434.QJt3gSyhZP"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201203250356.20472.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: 2012-03/txt/msg00843.txt.bz2 --nextPart5773434.QJt3gSyhZP Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-length: 678 and along those lines, i've committed this as well -mike 2012-03-25 Mike Frysinger * fact.s: Comment out test with too large a number (6227020800). --- fact.s 4 Jun 2011 17:44:21 -0000 1.1 +++ fact.s 25 Mar 2012 07:54:48 -0000 @@ -28,7 +28,11 @@ _test: factorial 10 3628800 factorial 11 39916800 factorial 12 479001600 - factorial 13 6227020800 +# This is the real answer, but it overflows 32bits. Since gas itself +# likes to choke on 64bit values when compiled for 32bit systems, just +# specify the truncated 32bit value since that's what the Blackfin will +# come up with too. +# factorial 13 6227020800 factorial 13 1932053504 pass =20 --nextPart5773434.QJt3gSyhZP 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.17 (GNU/Linux) iQIcBAABAgAGBQJPbs+kAAoJEEFjO5/oN/WB4WIQAKI2hHxWAcnnih7QCnWOL/iX ZHn5hiYEINY6092zDOMNaOcJVyDo3j0C1RXKJ94VtHDG1GQudJeotXLWMr8ioPDr XDFWtJKIUuxYe0/HTmnQCMab9H2k9AuFTMogUj9X4qf+PcrCfn91DvBylZS4iUHv uPnx585jzCX4t2GOCZ9wA+FLUb1VSgGT2aOsPNOUvZ3UioNqEL42YNHQN0BV7Xcy CF1IwHuVkJ43vjwdUNhIa7yH0qh4RnjhgIFfxAoOZArHKpfptv/cuuZ78VELo0xs 5yaNqrgCKvbbKKRggoFNhXkTX0zOhusMBBD3TnHWCoHBohLEGGbuIIgY7dWP71Lo Pa0WIL1yxmqdfPwdbLRVn9LutrOykpu4ET0xw4L0HRdgbLO08O6q7k2ls1vK7Nbl Q5U7Nse2OifmIzGqqdZUyPBQOeKyAtQIvp+onGcWIxp1ap1w0VtN9bvqJB1vj+Iw iA3hErumeSUlB+0W7SGLpyp963meqh5li1DyNCv7lrH390cXpg5H8dE0OdgD2l5Q 2RednTd9u0z+k90bTU5cbywqejn6VhKR7GpVhDwz0nFfgEFXJ3L7dG7yJxpLx/ZX pK2RiQmLT6fjayV9pSn0iHqy3NO4CSg5cTvLtf5WAD834+zDGROryn2ayG3lGkDZ GV3+81roJqeHDks3p2ub =pu/J -----END PGP SIGNATURE----- --nextPart5773434.QJt3gSyhZP--