From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59323 invoked by alias); 11 May 2015 21:37:42 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 59314 invoked by uid 89); 11 May 2015 21:37:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 11 May 2015 21:37:41 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Remove Disp16|Disp32 from 64-bit direct branches From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: <70cead076728d1bc0d905b32fcb0c44c25f00ccc@kwanyin> Date: Mon, 11 May 2015 21:37:00 -0000 X-SW-Source: 2015-q2/txt/msg04002.txt.bz2 *** TEST RESULTS FOR COMMIT 70cead076728d1bc0d905b32fcb0c44c25f00ccc *** Author: H.J. Lu Branch: master Commit: 70cead076728d1bc0d905b32fcb0c44c25f00ccc Remove Disp16|Disp32 from 64-bit direct branches Disp16 and Disp32 aren't supported by direct branches in 64-bit mode. This patch removes them from 64-bit direct branches. * opcodes/i386-opc.tbl (call): Remove Disp16|Disp32 from 64-bit direct branch. (jmp): Likewise. * i386-tbl.h: Regenerated.