From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25584 invoked by alias); 6 Jan 2003 07:18:54 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 25576 invoked from network); 6 Jan 2003 07:18:52 -0000 Received: from unknown (HELO mms3.broadcom.com) (63.70.210.38) by 209.249.29.67 with SMTP; 6 Jan 2003 07:18:52 -0000 Received: from 63.70.210.1 by mms3.broadcom.com with ESMTP (Broadcom MMS1 SMTP Relay (MMS v5.5.0)); Sun, 05 Jan 2003 23:18:37 -0700 Received: from mail-sj1-5.sj.broadcom.com (mail-sj1-5.sj.broadcom.com [10.16.128.236]) by mon-irva-11.broadcom.com (8.9.1/8.9.1) with ESMTP id XAA12109; Sun, 5 Jan 2003 23:18:30 -0800 (PST) Received: from dt-sj3-118.sj.broadcom.com (dt-sj3-118 [10.21.64.118]) by mail-sj1-5.sj.broadcom.com (8.12.4/8.12.4/SSF) with ESMTP id h067IVER007682; Sun, 5 Jan 2003 23:18:32 -0800 (PST) Received: (from cgd@localhost) by dt-sj3-118.sj.broadcom.com ( 8.9.1/SJ8.9.1) id XAA19396; Sun, 5 Jan 2003 23:18:27 -0800 (PST) To: rsandifo@redhat.com cc: gdb-patches@sources.redhat.com Subject: Re: sim/mips patch: add support for more NEC VR targets References: From: cgd@broadcom.com Date: Mon, 06 Jan 2003 07:18:00 -0000 In-Reply-To: rsandifo@redhat.com's message of "Sun, 5 Jan 2003 11:51:44 +0000 (UTC)" Message-ID: MIME-Version: 1.0 X-WSS-ID: 1207F247559914-01-01 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00199.txt.bz2 At Sun, 5 Jan 2003 11:51:44 +0000 (UTC), "Richard Sandiford" wrote: > OK. One way (I think I mentioned it privately, maybe it's what you > had in mind anyway) would be to add some sort of exclusion filter > to igen. As well as "*FOO" to include something for architecture > FOO there could be "!FOO" (or whatever) to exclude it. quickly looking at the igen code, it doesn't look like that's an approach that promises a pretty implementation... > * Makefile.in (tmp-run-multi): Fix mips16 filter. installed, thanks. chris