From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4837 invoked by alias); 15 Nov 2007 13:41:21 -0000 Received: (qmail 4826 invoked by uid 22791); 15 Nov 2007 13:41:19 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 15 Nov 2007 13:41:16 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 9ADAE9824E; Thu, 15 Nov 2007 13:41:14 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 1E47698103; Thu, 15 Nov 2007 13:41:14 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Isey1-0005Ag-7h; Thu, 15 Nov 2007 08:41:13 -0500 Date: Thu, 15 Nov 2007 13:41:00 -0000 From: Daniel Jacobowitz To: Markus Deuling Cc: GDB Patches , Ulrich Weigand , rearnsha@arm.com Subject: Re: [rfc] Remove LOWEST_PC macro Message-ID: <20071115134113.GA19840@caradoc.them.org> Mail-Followup-To: Markus Deuling , GDB Patches , Ulrich Weigand , rearnsha@arm.com References: <473C0FC3.1020507@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <473C0FC3.1020507@de.ibm.com> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes 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-11/txt/msg00304.txt.bz2 On Thu, Nov 15, 2007 at 10:22:11AM +0100, Markus Deuling wrote: > Hi, > > this patch replaces the only occurence of LOWEST_PC macro in arm target by > itsexpression and replaces > current_gdbarch with get_frame_arch. > > Tested by builing arm target. Ok to commit? OK. -- Daniel Jacobowitz CodeSourcery