From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26886 invoked by alias); 11 Oct 2007 08:55:41 -0000 Received: (qmail 26878 invoked by uid 22791); 11 Oct 2007 08:55:40 -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; Thu, 11 Oct 2007 08:55:35 +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 l9B8tGS51387974 for ; Thu, 11 Oct 2007 08:55:16 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 v8.5) with ESMTP id l9B8tEhK2326648 for ; Thu, 11 Oct 2007 10:55:14 +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 l9B8tAH9024554 for ; Thu, 11 Oct 2007 10:55:13 +0200 Received: from bbkeks.boeblingen.de.ibm.com (dyn-9-152-248-41.boeblingen.de.ibm.com [9.152.248.41]) by d12av02.megacenter.de.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l9B8t9QJ024518 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 11 Oct 2007 10:55:10 +0200 Message-ID: <470DE48F.6020808@de.ibm.com> Date: Thu, 11 Oct 2007 08:55:00 -0000 From: Markus Deuling User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: GDB Patches CC: Ulrich Weigand , Joel Brobecker , Daniel Jacobowitz , Mark Kettenis Subject: [rfc] [00/17] Get rid of current_gdbarch (4th) Content-Type: text/plain; charset=ISO-8859-15; 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: 2007-10/txt/msg00262.txt.bz2 Hi, this is the 4th patch set for getting rid of current_gdbarch. Patch 04/17 is a patch from Ulrich which adds "struct gdbarch" to "struct objfile" to enable accessing an objfiles's architecture. Some of the following patches depend on this patch. @Uli: I hope it's ok that I borrowed your patch ? ;-) I do have no idea how to test the changes to win32-nat and go32-nat. Although the changes are still mostly mechanical it would somewhen be a good idea to test it, I guess. Tested by running testuite on x86 and gdb_mbuild. Is this ok? Thanks a lot for your effort -- Markus Deuling GNU Toolchain for Linux on Cell BE deuling@de.ibm.com