From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6079 invoked by alias); 10 Sep 2015 13:53:09 -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 6068 invoked by uid 89); 10 Sep 2015 13:53:08 -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,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, 10 Sep 2015 13:53:07 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] S/390: Fix instruction format of crj*, clrj*, and clgrj*. From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: Date: Thu, 10 Sep 2015 13:53:00 -0000 X-SW-Source: 2015-q3/txt/msg11055.txt.bz2 *** TEST RESULTS FOR COMMIT be62444771a4a711300e2439fb1232415d9c835c *** Author: Andreas Krebbel Branch: master Commit: be62444771a4a711300e2439fb1232415d9c835c S/390: Fix instruction format of crj*, clrj*, and clgrj*. This fixes the instruction format for 3 of the compare and branch extended mnemonics. That way the extended mnemonics are actually being found by objdump. gas/testsuite/ChangeLog: 2015-09-10 Andreas Krebbel * gas/s390/zarch-z10.d: Fix testcase for some of the compare and branch extended mnemonics. opcodes/ChangeLog: 2015-09-10 Andreas Krebbel * s390-opc.txt: Fix instruction format of crj*, clrj*, and clgrj*.