From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29721 invoked by alias); 4 May 2008 03:39:46 -0000 Received: (qmail 29711 invoked by uid 22791); 4 May 2008 03:39:45 -0000 X-Spam-Check-By: sourceware.org Received: from mail3.caviumnetworks.com (HELO mail3.caviumnetworks.com) (12.108.191.235) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 04 May 2008 03:39:25 +0000 Received: from exch4.caveonetworks.com (Not Verified[192.168.16.23]) by mail3.caviumnetworks.com with MailMarshal (v6,2,2,3503) id ; Sat, 03 May 2008 23:39:26 -0400 Received: from exch4.caveonetworks.com ([192.168.16.23]) by exch4.caveonetworks.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 3 May 2008 20:39:23 -0700 Received: from localhost.localdomain ([64.169.86.201]) by exch4.caveonetworks.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Sat, 3 May 2008 20:39:23 -0700 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.14.2/8.13.7/Debian-2) with ESMTP id m443dMXj016416; Sat, 3 May 2008 20:39:22 -0700 Received: (from anemet@localhost) by localhost.localdomain (8.14.2/8.13.7/Submit) id m443dLlg016413; Sat, 3 May 2008 20:39:21 -0700 From: Adam Nemet MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18461.12264.746267.109263@localhost.localdomain> Date: Sun, 04 May 2008 07:24:00 -0000 To: Daniel Jacobowitz Cc: Pedro Alves , gdb-patches@sourceware.org Subject: Re: [PATCH] add-symbol-file not to print address truncated In-Reply-To: <20080504002922.GA11584@caradoc.them.org> References: <18460.63329.752236.534872@localhost.localdomain> <200805040043.26994.pedro@codesourcery.com> <18460.63955.147821.776423@localhost.localdomain> <200805040053.27168.pedro@codesourcery.com> <18461.19.864624.156635@localhost.localdomain> <20080504002922.GA11584@caradoc.them.org> X-Mailer: VM 7.17 under 21.4 (patch 20) "Double Solitaire" XEmacs Lucid 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-05/txt/msg00159.txt.bz2 Daniel Jacobowitz writes: > On Sat, May 03, 2008 at 05:15:15PM -0700, Adam Nemet wrote: > > I can retest the patch without those bits then (which is pretty much an > > obvious patch now) like: > > > > * symfile.c (add_symbol_file_command): Use paddress rather than > > hex_string to print the address. > > This is definitely OK. Just for the record, I checked this in after retesting on mipsisa64-elf. Thanks, Dan and Pedro. Adam