From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84032 invoked by alias); 7 Oct 2016 10:19:21 -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 83997 invoked by uid 89); 7 Oct 2016 10:19:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.4 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; Fri, 07 Oct 2016 10:19:10 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] [AArch64] PR target/20667, fix disassembler for the "special" optional SYS_Rt operand for "ic"/"tlbi" From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: <362c0c4d9cc9f320d1e85755404879a13ebed91a@gdb-build> Date: Fri, 07 Oct 2016 10:19:00 -0000 X-SW-Source: 2016-q4/txt/msg00476.txt.bz2 *** TEST RESULTS FOR COMMIT 362c0c4d9cc9f320d1e85755404879a13ebed91a *** Author: Jiong Wang Branch: master Commit: 362c0c4d9cc9f320d1e85755404879a13ebed91a [AArch64] PR target/20667, fix disassembler for the "special" optional SYS_Rt operand for "ic"/"tlbi" gas/ PR target/20667 * testsuite/gas/aarch64/sys-rt-reg.s: Test source for instructions using SYS_Rt reg. * testsuite/gas/aarch64/sys-rt-reg.d: New testcase. opcodes/ PR target/20667 * aarch64-opc.c (aarch64_print_operand): Always print operand if it's available.