From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16384 invoked by alias); 11 Jul 2008 14:28:54 -0000 Received: (qmail 16374 invoked by uid 22791); 11 Jul 2008 14:28:53 -0000 X-Spam-Check-By: sourceware.org Received: from mtagate7.de.ibm.com (HELO mtagate7.de.ibm.com) (195.212.29.156) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 11 Jul 2008 14:28:31 +0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate7.de.ibm.com (8.13.8/8.13.8) with ESMTP id m6BESRvR429184 for ; Fri, 11 Jul 2008 14:28:27 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 m6BESRXY4001930 for ; Fri, 11 Jul 2008 16:28:27 +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 m6BESRkZ032529 for ; Fri, 11 Jul 2008 16:28:27 +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 m6BESPwH032498 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 11 Jul 2008 16:28:27 +0200 Message-ID: <48776DD4.5010300@de.ibm.com> Date: Fri, 11 Jul 2008 14:28:00 -0000 From: Markus Deuling User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: GDB Patches , Daniel Jacobowitz , joseph@codesourcery.com, Ulrich Weigand Subject: Re: [rfc] Replace current_gdbarch in *mips* References: <48648F3A.9070400@de.ibm.com> <20080711142158.GB6035@caradoc.them.org> In-Reply-To: <20080711142158.GB6035@caradoc.them.org> 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/msg00211.txt.bz2 Daniel Jacobowitz schrieb: > On Fri, Jun 27, 2008 at 08:56:58AM +0200, Markus Deuling wrote: >> Hi, >> >> 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. > > There's also a simulator. You should be able to test mips-elf by > using the GCC simtest howto. > > In any case, this patch looks fine to me and I think Joel's IRIX > testing is sufficient. > Hi Daniel, sorry for the overlapping ping :-) Thanks a lot. I'll commit the patch then. Regards, Markus