From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12514 invoked by alias); 14 Jul 2008 11:27:14 -0000 Received: (qmail 12505 invoked by uid 22791); 14 Jul 2008 11:27:13 -0000 X-Spam-Check-By: sourceware.org Received: from mtagate8.de.ibm.com (HELO mtagate8.de.ibm.com) (195.212.29.157) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 14 Jul 2008 11:26:52 +0000 Received: from d12nrmr1607.megacenter.de.ibm.com (d12nrmr1607.megacenter.de.ibm.com [9.149.167.49]) by mtagate8.de.ibm.com (8.13.8/8.13.8) with ESMTP id m6EBPrqk643986 for ; Mon, 14 Jul 2008 11:25:53 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 m6EBPrZf2781230 for ; Mon, 14 Jul 2008 13:25:53 +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 m6EBPrJ5018652 for ; Mon, 14 Jul 2008 13:25:53 +0200 Received: from [127.0.0.1] (dyn-9-152-248-39.boeblingen.de.ibm.com [9.152.248.39]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m6EBPqBW018620 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 Jul 2008 13:25:52 +0200 Message-ID: <487B378A.2050006@de.ibm.com> Date: Mon, 14 Jul 2008 11:27:00 -0000 From: Markus Deuling User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: GDB Patches , 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/msg00278.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. > Thank you, committed this one.