From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105175 invoked by alias); 13 Aug 2015 10:53:51 -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 105162 invoked by uid 89); 13 Aug 2015 10:53:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,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; Thu, 13 Aug 2015 10:53:49 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Fixes for unpredictable nops and 26-bit versions of teq, tst, cmn, cmp. From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: <4ab90a7a90ccf8a671f139c1c6387ba8028e6011@gdb-build> Date: Thu, 13 Aug 2015 10:53:00 -0000 X-SW-Source: 2015-q3/txt/msg07249.txt.bz2 *** TEST RESULTS FOR COMMIT 4ab90a7a90ccf8a671f139c1c6387ba8028e6011 *** Author: Andre Vieira Branch: master Commit: 4ab90a7a90ccf8a671f139c1c6387ba8028e6011 Fixes for unpredictable nops and 26-bit versions of teq,tst,cmn,cmp. opcodes * arm-dis.c (print_insn_arm): Disassembling for all targets V6 and higher with ARM instruction set will now mark the 26-bit versions of teq,tst,cmn and cmp as UNPREDICTABLE. (arm_opcodes): Fix for unpredictable nop being recognized as a teq. test * gas/arm/nops.d: New. * gas/arm/nops.s: New. * gas/arm/inst.d: Changed expectation file for 26-bit teq, tst, cmn and cmp.