From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28555 invoked by alias); 31 Mar 2010 01:20:10 -0000 Received: (qmail 28545 invoked by uid 22791); 31 Mar 2010 01:20:09 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SARE_MSGID_LONG40,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.35) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 31 Mar 2010 01:20:05 +0000 Received: from wpaz21.hot.corp.google.com (wpaz21.hot.corp.google.com [172.24.198.85]) by smtp-out.google.com with ESMTP id o2V1K1jD012823 for ; Wed, 31 Mar 2010 03:20:02 +0200 Received: from gwb17 (gwb17.prod.google.com [10.200.2.17]) by wpaz21.hot.corp.google.com with ESMTP id o2V1Jmgi029591 for ; Tue, 30 Mar 2010 18:20:00 -0700 Received: by gwb17 with SMTP id 17so3454609gwb.9 for ; Tue, 30 Mar 2010 18:20:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.157.20 with HTTP; Tue, 30 Mar 2010 18:20:00 -0700 (PDT) In-Reply-To: <201003301941.45755.vapier@gentoo.org> References: <1269899363-10054-1-git-send-email-vapier@gentoo.org> <201003301907.28723.vapier@gentoo.org> <201003301941.45755.vapier@gentoo.org> Date: Wed, 31 Mar 2010 01:20:00 -0000 Received: by 10.151.89.20 with SMTP id r20mr6772375ybl.311.1269998400330; Tue, 30 Mar 2010 18:20:00 -0700 (PDT) Message-ID: Subject: Re: [PATCH] sim: constify watchpoint interrupt names From: Doug Evans To: Mike Frysinger Cc: gdb-patches@sourceware.org, Hans-Peter Nilsson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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/msg01103.txt.bz2 On Tue, Mar 30, 2010 at 4:41 PM, Mike Frysinger wrote: > they do pass, and this reminds me of why dejagnu is so damn annoying. =A0a > simple `make check-sim` fails by default because the sim framework attemp= ts to > execute the binary on the host instead of through the sim. =A0seems prett= y dumb > to me. I'm guessing a patch to sim/testsuite/lib/sim-defs.exp to catch this would be trivial.