From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106027 invoked by alias); 12 May 2015 15:09:15 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 105978 invoked by uid 89); 12 May 2015 15:09:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail.emea.novell.com Received: from mail.emea.novell.com (HELO mail.emea.novell.com) (130.57.118.101) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 12 May 2015 15:09:14 +0000 Received: from EMEA1-MTA by mail.emea.novell.com with Novell_GroupWise; Tue, 12 May 2015 16:09:12 +0100 Message-Id: <555233B602000078000798EF@mail.emea.novell.com> Date: Tue, 12 May 2015 15:09:00 -0000 From: "Jan Beulich" To: "H.J. Lu" Cc: "Binutils" Subject: Re: [committed, PATCH] Remove Disp16|Disp32 from 64-bit direct branches References: <20150511212331.GA1838@intel.com> <5551F4E70200007800079575@mail.emea.novell.com> <55520C440200007800079718@mail.emea.novell.com> <555216370200007800079773@mail.emea.novell.com> <5552318402000078000798A8@mail.emea.novell.com> In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2015-05/txt/msg00091.txt.bz2 >>> On 12.05.15 at 17:03, wrote: > On Tue, May 12, 2015 at 7:59 AM, Jan Beulich wrote: >> Yes. But then what was the point of you ripping out Disp16? >=20 > I removed it since it doesn't jump to the target. Can you verify > that it does jump to "(nextip + disp16) & 0xffff, not jump to > "(nextip + disp16)"? Yes - see the gdb output I provided yesterday. Jan