From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25590 invoked by alias); 27 Jun 2008 13:26:59 -0000 Received: (qmail 25580 invoked by uid 22791); 27 Jun 2008 13:26:59 -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; Fri, 27 Jun 2008 13:26:41 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1983F2A96BB; Fri, 27 Jun 2008 09:26:39 -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 S+MZhaFwLml8; Fri, 27 Jun 2008 09:26:39 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C0F2C2A96B8; Fri, 27 Jun 2008 09:26:38 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 65EA9E7ACD; Fri, 27 Jun 2008 09:26:38 -0400 (EDT) Date: Fri, 27 Jun 2008 15:37:00 -0000 From: Joel Brobecker To: Markus Deuling Cc: GDB Patches , msnyder@redhat.com, joseph@codesourcery.com, Daniel Jacobowitz , Ulrich Weigand Subject: Re: [rfc] Replace current_gdbarch in *mips* Message-ID: <20080627132638.GA3946@adacore.com> References: <48648F3A.9070400@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48648F3A.9070400@de.ibm.com> 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: 2008-06/txt/msg00497.txt.bz2 > this patch replaces most of the current_gdbarch's found in *mips*. > These replacements are mostly mechanical changes. Unfortunately I dont > have access to MIPS (linux, bsd, remote) machines. This patch is > hence only "tested" by building GDB with --enable-targets=all. > > Maybe someone from you can run the testsuite with the patch attached? > Thanks in advance. I will test the patch on mips-irix. This is not the platform where we get the best results, so if someone has access to a mips-linux matchine, I think we would get more meaningful results. -- Joel