From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5609 invoked by alias); 9 May 2011 04:53:26 -0000 Received: (qmail 5600 invoked by uid 22791); 9 May 2011 04:53:25 -0000 X-SWARE-Spam-Status: No, hits=-0.3 required=5.0 tests=AWL,BAYES_20,SARE_PROLOSTOCK_SYM1,TW_IW,TW_MX X-Spam-Check-By: sourceware.org Received: from dair.pair.com (HELO dair.pair.com) (209.68.1.49) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Mon, 09 May 2011 04:53:11 +0000 Received: (qmail 34079 invoked by uid 20157); 9 May 2011 04:53:09 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 9 May 2011 04:53:09 -0000 Date: Mon, 09 May 2011 04:53:00 -0000 From: Hans-Peter Nilsson To: "Joseph S. Myers" cc: gdb-patches@sourceware.org Subject: Re: Remove code handling old ARM aliases from GDB In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-05/txt/msg00215.txt.bz2 (Taking the liberty of CC:ing the list when replying to an off-list message; I didn't see anything better kept off-list.) On Thu, 5 May 2011, Joseph S. Myers wrote: > Please see if this xfailing patch is effective for you. Not that I have anything you couldn't test, but yes it was, thanks. Though, only *some* iwmmxt tests fail and all tests pass the same GAS option seen below, so this is a sim problem, thus it should as Joel Brobecker points out, be kfail, which requires a PR, where the aforementioned PR12737 fits the bill. I'll commit the following, so we can move on. Though, I'll give it another 24h for someone to shout in case I understood wrong. sim/testsuite: PR sim/12737 * sim/arm/iwmmxt/wcmpgt.cgs, sim/arm/iwmmxt/wmac.cgs, sim/arm/iwmmxt/wsra.cgs, sim/arm/xscale/blx.cgs: Kfail. Index: sim/testsuite/sim/arm/iwmmxt/wcmpgt.cgs =================================================================== RCS file: /cvs/src/src/sim/testsuite/sim/arm/iwmmxt/wcmpgt.cgs,v retrieving revision 1.1 diff -u -r1.1 wcmpgt.cgs --- sim/testsuite/sim/arm/iwmmxt/wcmpgt.cgs 1 Apr 2003 11:07:58 -0000 1.1 +++ sim/testsuite/sim/arm/iwmmxt/wcmpgt.cgs 5 May 2011 23:48:33 -0000 @@ -1,6 +1,7 @@ # Intel(r) Wireless MMX(tm) technology testcase for WCMPGT # mach: xscale # as: -mcpu=xscale+iwmmxt +# kfail: sim/12737 *-*-* .include "testutils.inc" Index: sim/testsuite/sim/arm/iwmmxt/wmac.cgs =================================================================== RCS file: /cvs/src/src/sim/testsuite/sim/arm/iwmmxt/wmac.cgs,v retrieving revision 1.1 diff -u -r1.1 wmac.cgs --- sim/testsuite/sim/arm/iwmmxt/wmac.cgs 1 Apr 2003 11:07:58 -0000 1.1 +++ sim/testsuite/sim/arm/iwmmxt/wmac.cgs 5 May 2011 23:48:33 -0000 @@ -1,6 +1,7 @@ # Intel(r) Wireless MMX(tm) technology testcase for WMAC # mach: xscale # as: -mcpu=xscale+iwmmxt +# kfail: sim/12737 *-*-* .include "testutils.inc" Index: sim/testsuite/sim/arm/iwmmxt/wsra.cgs =================================================================== RCS file: /cvs/src/src/sim/testsuite/sim/arm/iwmmxt/wsra.cgs,v retrieving revision 1.1 diff -u -r1.1 wsra.cgs --- sim/testsuite/sim/arm/iwmmxt/wsra.cgs 1 Apr 2003 11:07:58 -0000 1.1 +++ sim/testsuite/sim/arm/iwmmxt/wsra.cgs 5 May 2011 23:48:33 -0000 @@ -1,6 +1,7 @@ # Intel(r) Wireless MMX(tm) technology testcase for WSRA # mach: xscale # as: -mcpu=xscale+iwmmxt +# kfail: sim/12737 *-*-* .include "testutils.inc" Index: sim/testsuite/sim/arm/xscale/blx.cgs =================================================================== RCS file: /cvs/src/src/sim/testsuite/sim/arm/xscale/blx.cgs,v retrieving revision 1.1 diff -u -r1.1 blx.cgs --- sim/testsuite/sim/arm/xscale/blx.cgs 1 Apr 2003 11:07:58 -0000 1.1 +++ sim/testsuite/sim/arm/xscale/blx.cgs 5 May 2011 23:48:33 -0000 @@ -1,5 +1,6 @@ # arm testcase for bl$cond $offset24 # mach: all +# kfail: sim/12737 *-*-* .include "testutils.inc" brgds, H-P