From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22214 invoked by alias); 31 Mar 2010 03:42:24 -0000 Received: (qmail 22204 invoked by uid 22791); 31 Mar 2010 03:42:23 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,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; Wed, 31 Mar 2010 03:42:19 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id C414467E50; Wed, 31 Mar 2010 03:42:17 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: Re: [PATCH] sim: constify watchpoint interrupt names Date: Wed, 31 Mar 2010 03:42:00 -0000 User-Agent: KMail/1.13.1 (Linux/2.6.33.1; KDE/4.4.1; x86_64; ; ) Cc: "Hans-Peter Nilsson" References: <1269899363-10054-1-git-send-email-vapier@gentoo.org> <201003301941.45755.vapier@gentoo.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart9140905.rDKRoNV1Mt"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201003302342.07192.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/msg01105.txt.bz2 --nextPart9140905.rDKRoNV1Mt Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 1429 On Tuesday 30 March 2010 21:45:54 Hans-Peter Nilsson wrote: > On Tue, 30 Mar 2010, Mike Frysinger wrote: > > On Tuesday 30 March 2010 19:20:56 Hans-Peter Nilsson wrote: > > > Feel free to commit with a suitable ChangeLog entry if > > > tests pass. > >=20 > > they do pass, and this reminds me of why dejagnu is so damn annoying. a > > simple `make check-sim` fails by default because the sim framework > > attempts to execute the binary on the host instead of through the sim.= =20 > > seems pretty dumb to me. >=20 > JFTR, you're supposed to specify a "board", like so: > "make check-sim RUNTESTFLAGS=3D--target_board=3Dv850-sim" thanks > but you know that as you have run tests. i hacked the .exp locally to force the run binary > Target executable files always default to the host (through > "unix.exp" aka. --target_board=3Dunix). That you're testing the > simulator itself by running the target executable files there is > just a special-case, but anyway I guess it'd be a good idea > (read: feel free to send patches) for the simulator Makefile.in > to default to its dejagnu board when running the tests, e.g. to > default RUNTESTFLAGS to the above. ...or maybe even better, as > Doug suggested. i agree that the default behavior for other dirs makes sense, but i think t= he=20 sim should default to the sim instead of the host because of the nature of = it i'd have to ponder how to actually implement it -mike --nextPart9140905.rDKRoNV1Mt 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) iQIcBAABAgAGBQJLssSPAAoJEEFjO5/oN/WBK0gP/2nw9x6hQIeMoGtcsyu9M4x3 dN5V4mCi/Fod67kPGmXU+fsFvu18p5OXRuQP+F6pT1LhJ6fcC9ggMgvUWqOntob5 k/R1eK0GLZvwR30pvBPHz8Cy6ALNmRKZ2dC2aM73qgRjEUzMC9h1lHOlWh6a5pT+ qAMYwyDQIWVVND6ZNtXRmhgbEtGtINcn7QTTFnKVvOve9oaqPHNJnQVPERRrjNNW yUDNzl4Ucv7nzTvlzhBxUwPDKEGPkN4WBzYg8KK5/I8dHKplp1SSIKUXO2oIhvGF V39ZcKfaeWLGFoNBs1bhapNbsgo2lWMoXdjnVUU5CicWOnKw2eOkO1lnRBq03/Hf CHRHJYtA/dIFruAZVBb8cyiDGUQC58llWl6edPeE0lijWtBtKWr+eFL5EiQrW3l5 OcPWgPJc0kagVnRXEwP4M/n5A/Akj32mPerEkJ34/XbA99dV/DMkuguu/09biC/0 /JtrJGzrIIkuwc3ulMUdWW21JQ2fOJ998jA2BQOsNP4gm1d4BOsxcHOFxkkel6Hx Y6Otj//0cf0hRxx4vZhcypcpaT2p/s6JSBzcmKb+NPknNVfXw633OX9imBC+ImVc iOE3zeZkH1nbseeyIpphc4TVatW3B+O6VDVsnUK4KsnF7IJxAuwfkEgY0BbI5Wlb b/2twDsIga1fPqMh4RwX =xQ8w -----END PGP SIGNATURE----- --nextPart9140905.rDKRoNV1Mt--