From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17679 invoked by alias); 13 Jul 2006 13:00:18 -0000 Received: (qmail 17670 invoked by uid 22791); 13 Jul 2006 13:00:17 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 13 Jul 2006 13:00:15 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G10nd-0005gU-4g for gdb-patches@sourceware.org; Thu, 13 Jul 2006 09:00:13 -0400 Date: Thu, 13 Jul 2006 13:00:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Subject: Re: [PATCH] mips-tdep.c: Fix bug in evaluating signed address Message-ID: <20060713130012.GA21817@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org References: <20060616162332.GA11814@calimero.vinschen.de> <20060712193149.GP24622@nevyn.them.org> <20060713115456.GU8759@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060713115456.GU8759@calimero.vinschen.de> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00148.txt.bz2 On Thu, Jul 13, 2006 at 01:54:56PM +0200, Corinna Vinschen wrote: > > Hmm, yes, you're right. I didn't realize that when changing unpack_long > to extract_signed_integer. Thanks, correct version below. > > > Corinna > > * mips-tdep.c (mips_integer_to_address): Simplify be calling > extract_signed_integer directly. Fix comment. OK. -- Daniel Jacobowitz CodeSourcery