From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10647 invoked by alias); 11 Jul 2008 14:25:46 -0000 Received: (qmail 10632 invoked by uid 22791); 11 Jul 2008 14:25:45 -0000 X-Spam-Check-By: sourceware.org Received: from mtagate6.de.ibm.com (HELO mtagate6.de.ibm.com) (195.212.29.155) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Jul 2008 14:25:22 +0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate6.de.ibm.com (8.13.8/8.13.8) with ESMTP id m6BEOahQ493568 for ; Fri, 11 Jul 2008 14:24:36 GMT Received: from d12av02.megacenter.de.ibm.com (d12av02.megacenter.de.ibm.com [9.149.165.228]) by d12nrmr1607.megacenter.de.ibm.com (8.13.8/8.13.8/NCO v9.0) with ESMTP id m6BEOa8D4190446 for ; Fri, 11 Jul 2008 16:24:36 +0200 Received: from d12av02.megacenter.de.ibm.com (loopback [127.0.0.1]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m6BEOYiU026858 for ; Fri, 11 Jul 2008 16:24:35 +0200 Received: from [127.0.0.1] (dyn-9-152-248-45.boeblingen.de.ibm.com [9.152.248.45]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m6BEOXLo026793 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 11 Jul 2008 16:24:34 +0200 Message-ID: <48776CEC.1020807@de.ibm.com> Date: Fri, 11 Jul 2008 14:25:00 -0000 From: Markus Deuling User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Joel Brobecker CC: GDB Patches , msnyder@redhat.com, joseph@codesourcery.com, Daniel Jacobowitz , Ulrich Weigand Subject: [ping] Re: [rfc] Replace current_gdbarch in *mips* References: <48648F3A.9070400@de.ibm.com> <20080701011555.GA2071@adacore.com> In-Reply-To: <20080701011555.GA2071@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-07/txt/msg00210.txt.bz2 Joel Brobecker schrieb: > Hi Markus, > >> 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. > > I finally checked out the results of the testing on mips-irix, and > they came out OK. Beware that this only takes care of testing the > changes inside mips-tdep.c and even so the results on this platform > are not stellar. Nonetheless, it's nice to see that it didn't reveal > any new visible regression! :-) > Again thank you very much, Joel. Does anyone have access to a MIPS machine and can test remote- and bsd-specific testing ? Regards, Markus