From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98587 invoked by alias); 27 Apr 2015 16:25:08 -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 98566 invoked by uid 89); 27 Apr 2015 16:25:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_50 autolearn=ham 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; Mon, 27 Apr 2015 16:25:06 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] opcodes/ From: sergiodj+buildbot@redhat.com To: gdb-testers@sourceware.org Message-Id: <4fff86c517abb5ba454befe0ec0f284f720dde00@kwanyin> Date: Mon, 27 Apr 2015 16:25:00 -0000 X-SW-Source: 2015-q2/txt/msg03085.txt.bz2 *** TEST RESULTS FOR COMMIT 4fff86c517abb5ba454befe0ec0f284f720dde00 *** Author: Peter Bergner Branch: master Commit: 4fff86c517abb5ba454befe0ec0f284f720dde00 opcodes/ * ppc-opc.c (DCBT_EO): New define. (powerpc_opcodes) : Enable for POWER8 and later. : Likewise. : Likewise. : Likewise. : Do not enable for POWER7 and later. : Likewise. : Default to the two operand form of the instruction for all "old" cpus. For "new" cpus, use the operand ordering that matches whether the cpu is server or embedded. : Likewise. gas/testsuite/ * gas/ppc/a2.s: Fixup test case due to dcbt/dcbtst embedded operand ordering change. * gas/ppc/a2.d: Likewise. * gas/ppc/476.d: Likewise. * gas/ppc/booke.s: Remove invalid 3 operand dcbt tests. * gas/ppc/booke.d: Likewise. * gas/ppc/power7.s: Remove lbarx, lharx, stbcx., sthcx., waitrsv and waitimpl tests. * gas/ppc/power7.d: Likewise.