From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41053 invoked by alias); 7 Dec 2016 15:13:34 -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 40922 invoked by uid 89); 7 Dec 2016 15:13:33 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= 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 ESMTP; Wed, 07 Dec 2016 15:13:21 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] MIPS/include: opcode/mips.h: Correct INSN_CHIP_MASK From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <4b0781150f69b6ff251dac447c77e4d4f6598da8@gdb-build> Date: Wed, 07 Dec 2016 15:39:00 -0000 X-SW-Source: 2016-q4/txt/msg04900.txt.bz2 *** TEST RESULTS FOR COMMIT 4b0781150f69b6ff251dac447c77e4d4f6598da8 *** Author: Maciej W. Rozycki Branch: master Commit: 4b0781150f69b6ff251dac447c77e4d4f6598da8 MIPS/include: opcode/mips.h: Correct INSN_CHIP_MASK Complement commit e407c74b5b60 ("Support for MIPS R5900 (Sony Playstation 2)"), , and commit 2c62985659da ("MIPS: Add Octeon 3 support") and update the chip mask accordingly. include/ * opcode/mips.h (INSN_CHIP_MASK): Update according to bit use.