From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4373 invoked by alias); 13 Nov 2009 22:25:12 -0000 Received: (qmail 4365 invoked by uid 22791); 13 Nov 2009 22:25:11 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Nov 2009 22:25:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id EE2C62BABEA for ; Fri, 13 Nov 2009 17:25:05 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2558KfbarDJ1 for ; Fri, 13 Nov 2009 17:25:05 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id EEED52BABBB for ; Fri, 13 Nov 2009 17:25:04 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 09AAAF5905; Fri, 13 Nov 2009 14:24:44 -0800 (PST) Date: Fri, 13 Nov 2009 22:25:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: RFC: Strip the ISA bit when printing symbol offsets Message-ID: <20091113222444.GB4557@adacore.com> References: <20091113212716.GA28795@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091113212716.GA28795@caradoc.them.org> User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-11/txt/msg00312.txt.bz2 > 2009-11-13 Daniel Jacobowitz > > * defs.h (print_address_symbolic, build_address_symbolic): Update > prototypes. > * printcmd.c (print_address_symbolic): Take a gdbarch argument. > Pass it to build_address_symbolic. All callers updated. > (build_address_symbolic): Take a gdbarch argument. Use > gdbarch_addr_bits_remove for functions. All callers updated. I tried to find something wrong with this, but couldn't :). So, no objection. -- Joel