From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22302 invoked by alias); 16 Jun 2005 15:19:38 -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 21921 invoked by uid 22791); 16 Jun 2005 15:19:00 -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, 16 Jun 2005 15:19:00 +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 1DiwQr-0002l4-00; Thu, 16 Jun 2005 16:37:29 +0100 Received: from stockwell.mips.com ([192.168.192.238]) by olympia.mips.com with esmtp (Exim 3.36 #1 (Debian)) id 1Diw8o-0008HC-00; Thu, 16 Jun 2005 16:18:50 +0100 Subject: Re: [patch] MIPS16e support in simulator. From: David Ung To: Andrew Cagney Cc: gdb-patches@sources.redhat.com In-Reply-To: <42B04190.8020202@gnu.org> References: <1118335933.1627.639.camel@localhost.localdomain> <42B04190.8020202@gnu.org> Content-Type: text/plain Date: Thu, 16 Jun 2005 15:19:00 -0000 Message-Id: <1118935130.1602.81.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.848, required 4, AWL, BAYES_00) X-SW-Source: 2005-06/txt/msg00219.txt.bz2 On Wed, 2005-06-15 at 10:56 -0400, Andrew Cagney wrote: > David Ung wrote: > > This patch adds MIPS16e support in the GNU simulator. I've configure > > targets mipsisa32*-*-*, mipsisa32r2*-*-*, mipsisa64*-*-*, > > mipsisa64r2*-*-* to generate both normal and mips16e code. > > sure, check it in (and thanks for putting the new stuff in a new file) > (i'll get the account organized) > committed to CVS. David.