From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18257 invoked by alias); 30 Oct 2007 09:56:04 -0000 Received: (qmail 18248 invoked by uid 22791); 30 Oct 2007 09:56:03 -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; Tue, 30 Oct 2007 09:56:01 +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 l9U9twHa205270 for ; Tue, 30 Oct 2007 09:55:58 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 l9U9twg32330764 for ; Tue, 30 Oct 2007 10:55:58 +0100 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 l9U9tvhM031009 for ; Tue, 30 Oct 2007 10:55:58 +0100 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 l9U9tu8n030997 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Oct 2007 10:55:57 +0100 Message-ID: <4726FF43.3080600@de.ibm.com> Date: Tue, 30 Oct 2007 09:56:00 -0000 From: Markus Deuling User-Agent: Thunderbird 2.0.0.6 (X11/20070728) MIME-Version: 1.0 To: GDB Patches CC: Ulrich Weigand Subject: [rfc] [04/20] Get rid of current_gdbarch in arm-linux-nat.c Content-Type: multipart/mixed; boundary="------------060209050806020607020005" 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/msg00798.txt.bz2 This is a multi-part message in MIME format. --------------060209050806020607020005 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Content-length: 312 Hi, this patch gets rid of some of the current_gdbarch's in arm-linux-nat.c Is this ok to commit? ChangeLog: * arm-linux-nat.c (fetch_register, fetch_regs): Use get_regcache_arch to get at the current architecture by regcache. -- Markus Deuling GNU Toolchain for Linux on Cell BE deuling@de.ibm.com --------------060209050806020607020005 Content-Type: text/plain; name="ChangeLog-arm-linux-nat" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ChangeLog-arm-linux-nat" Content-length: 121 * arm-linux-nat.c (fetch_register, fetch_regs): Use get_regcache_arch to get at the current architecture by regcache. --------------060209050806020607020005--