From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73845 invoked by alias); 15 May 2015 02:39:41 -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 73551 invoked by uid 89); 15 May 2015 02:39:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 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; Fri, 15 May 2015 02:39:40 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Fix some PPC assembler errors. From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: <4bc0608a8b693f033555aa5705fdd5fc44cb9a9a@kwanyin> Date: Fri, 15 May 2015 02:39:00 -0000 X-SW-Source: 2015-q2/txt/msg04389.txt.bz2 *** TEST RESULTS FOR COMMIT 4bc0608a8b693f033555aa5705fdd5fc44cb9a9a *** Author: Peter Bergner Branch: master Commit: 4bc0608a8b693f033555aa5705fdd5fc44cb9a9a Fix some PPC assembler errors. Remove the wait instructions for server processors, since they were never implemented. Also add the extra operands added to the tlbie and slbia instructions with ISA 2.06 and ISA 2.05 respectively. binutils/ * MAINTAINERS: Add myself as PPC maintainer. opcodes/ * ppc-opc.c (IH) New define. (powerpc_opcodes) : Do not enable for POWER7. : Add RS operand for POWER7. : Add IH operand for POWER6. gas/testsuite/ * gas/ppc/power4.d: Add a slbia test. * gas/ppc/power4.s: Likewise. * gas/ppc/power6.d: Add slbia and tlbie tests. * gas/ppc/power6.s: Likewise. * gas/ppc/power7.d: Remove wait tests. Add a tlbie test. * gas/ppc/power7.s: Likewise.