From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22799 invoked by alias); 26 Jun 2007 18:48:16 -0000 Received: (qmail 22780 invoked by uid 22791); 26 Jun 2007 18:48:15 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 26 Jun 2007 18:48:04 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3A9B32A9C18; Tue, 26 Jun 2007 14:48:02 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Kx0JZVhFRwxW; Tue, 26 Jun 2007 14:48:02 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 211662A9C0C; Tue, 26 Jun 2007 14:48:02 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E9368E7B54; Tue, 26 Jun 2007 14:50:01 -0400 (EDT) Date: Tue, 26 Jun 2007 19:11:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org, richard@codesourcery.com Subject: Re: Make all four mipsisa* simulators support mipsisa{32,64}{,r2} Message-ID: <20070626185001.GG3700@adacore.com> References: <878xa81c99.fsf@firetop.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <878xa81c99.fsf@firetop.home> User-Agent: Mutt/1.4.2.2i 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: 2007-06/txt/msg00471.txt.bz2 > Although most mipsisa* GNU tools support all four of MIPS32, MIP32r2, > MIPS64 and MIPS64r2, the gdb simulator doesn't. So while the gcc > configurations build multilibs for all four targets, it usually isn't > possible to test them all using one configuration's simulator. [..] > sim/mips/ > * configure.ac (sim_mipsisa3264_configs): New variable. > (mipsis32*-*-, mipsisa32r2*-*-*, mips64*-*-*, mips64r2*-*-*): Make > every configuration support all four targets, using the triplet to > determine the default. > * configure: Regenerate. I think this deserves an entry in gdb/NEWS. Opinions? Thanks, -- Joel