From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2578 invoked by alias); 26 Mar 2007 13:28:33 -0000 Received: (qmail 2566 invoked by uid 22791); 26 Mar 2007 13:28:32 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 26 Mar 2007 14:28:22 +0100 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 7EABB4B26D; Mon, 26 Mar 2007 08:28:20 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 49BFA4B262; Mon, 26 Mar 2007 08:28:20 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.63) (envelope-from ) id 1HVpFD-0005H1-Qn; Mon, 26 Mar 2007 09:28:19 -0400 Date: Mon, 26 Mar 2007 13:28:00 -0000 From: Daniel Jacobowitz To: "Maciej W. Rozycki" Cc: gdb-patches@sourceware.org, Nigel Stephens , "Maciej W. Rozycki" Subject: Re: ui-out.c: Truncate address like deprecated_print_address_numeric() Message-ID: <20070326132819.GA20094@caradoc.them.org> Mail-Followup-To: "Maciej W. Rozycki" , gdb-patches@sourceware.org, Nigel Stephens , "Maciej W. Rozycki" References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.14+cvs20070313 (2007-03-13) 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-03/txt/msg00230.txt.bz2 On Mon, Mar 26, 2007 at 02:19:12PM +0100, Maciej W. Rozycki wrote: > 2007-03-26 Nigel Stephens > Maciej W. Rozycki > > * ui-out.c (ui_out_field_core_addr): Truncate address to > TARGET_ADDR_BIT size before printing. > > > OK to apply? Yes, this is OK. Thanks. -- Daniel Jacobowitz CodeSourcery