From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27342 invoked by alias); 9 Jun 2005 16:59:55 -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 27334 invoked by uid 22791); 9 Jun 2005 16:59:53 -0000 Received: from alg145.algor.co.uk (HELO dmz.algor.co.uk) (62.254.210.145) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 09 Jun 2005 16:59:53 +0000 Received: from alg158.algor.co.uk ([62.254.210.158] helo=olympia.mips.com) by dmz.algor.co.uk with esmtp (Exim 3.35 #1 (Debian)) id 1DgQfv-0000lQ-00 for ; Thu, 09 Jun 2005 18:18:39 +0100 Received: from stockwell.mips.com ([192.168.192.238]) by olympia.mips.com with esmtp (Exim 3.36 #1 (Debian)) id 1DgQNV-0000Ht-00 for ; Thu, 09 Jun 2005 17:59:38 +0100 Subject: Re: [patch] MIPS16e support in simulator. From: David Ung To: gdb-patches@sources.redhat.com In-Reply-To: <1118335933.1627.639.camel@localhost.localdomain> References: <1118335933.1627.639.camel@localhost.localdomain> Content-Type: text/plain Date: Thu, 09 Jun 2005 16:59:00 -0000 Message-Id: <1118336377.1641.642.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-MTUK-Scanner: Found to be clean X-MTUK-SpamCheck: not spam (whitelisted), SpamAssassin (score=-4.846, required 4, AWL, BAYES_00) X-SW-Source: 2005-06/txt/msg00079.txt.bz2 > ! mipsisa32r2*-*-*) sim_gen=M16 > ! sim_igen_machine="-M mips32r2,mips16,mips16e" > ! sim_m16_machine="-M mips16,mips16e,mips32" > sim_igen_filter="32,f" > sim_mach_default="mipsisa32r2" > ;; > ! mipsisa32*-*-*) sim_gen=M16 > ! sim_igen_machine="-M mips32,mips16,mips16e" > ! sim_m16_machine="-M mips16,mips16e,mips32r2" > sim_igen_filter="32,f" > sim_mach_default="mipsisa32" > ;; Somehow I managed to screw up the sim_m16_machine lines as above. :( They should be the other way around of course. :) David.