From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 123830 invoked by alias); 24 Mar 2016 17:17:38 -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 123820 invoked by uid 89); 24 Mar 2016 17:17:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.5 required=5.0 tests=AWL,BAYES_50,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=sk:josema, U*jose.marchesi, jose.marchesi@oracle.com, josemarchesioraclecom 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, 24 Mar 2016 17:17:28 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] sparc: reorder wr instructions in sparc_opcodes to fix diagnostics From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: Date: Thu, 24 Mar 2016 17:25:00 -0000 X-SW-Source: 2016-q1/txt/msg09864.txt.bz2 *** TEST RESULTS FOR COMMIT a6b71f422b2a4c1dae639064945bc8697528c57b *** Author: Jose E. Marchesi Branch: master Commit: a6b71f422b2a4c1dae639064945bc8697528c57b sparc: reorder wr instructions in sparc_opcodes to fix diagnostics This patch changes the location of several variants of the `wr' instruction in sparc_opcodes. This is to get the assembler to emit the right diagnostics when an invalid %asrN register is used in an instruction.