From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15214 invoked by alias); 13 Jun 2005 03:18:39 -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 15207 invoked by uid 22791); 13 Jun 2005 03:18:37 -0000 Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 13 Jun 2005 03:18:37 +0000 Received: from drow by nevyn.them.org with local (Exim 4.50) id 1DhfT7-0006Ue-Ps; Sun, 12 Jun 2005 23:18:33 -0400 Date: Mon, 13 Jun 2005 03:18:00 -0000 From: Daniel Jacobowitz To: David Ung , binutils@sourceware.org Cc: gdb-patches@sources.redhat.com Subject: Re: [patch] MIPS16e support in simulator. Message-ID: <20050613031833.GG9288@nevyn.them.org> Mail-Followup-To: David Ung , binutils@sourceware.org, gdb-patches@sources.redhat.com References: <1118335933.1627.639.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1118335933.1627.639.camel@localhost.localdomain> User-Agent: Mutt/1.5.8i X-SW-Source: 2005-06/txt/msg00142.txt.bz2 On Thu, Jun 09, 2005 at 05:52:13PM +0100, 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. > > David. > > 2005-06-09 David Ung > Nigel Stephens > > * mips.igen: New mips16e model and include m16e.igen. > (check_u64): Add mips16e tag. > * m16e.igen: New file for MIPS16e instructions. > * configure.ac (mipsisa32*-*-*, mipsisa32r2*-*-*, mipsisa64*-*-*, > mipsisa64r2*-*-*): Change sim_gen to M16, add mips16 and mips16e > models. > * configure: Regenerate. So um... unfortunately, GDB does not have an active MIPS maintainer at the moment. I do not see anything (other than your followup about the mipsisa32 configure stanza) obviously wrong with these changes, but I can't provide any useful review of the mips-specific bits. I don't suppose someone on binutils@ could lend a hand? -- Daniel Jacobowitz CodeSourcery, LLC