Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Hans-Peter Nilsson <hp@bitrange.com>
To: "Joseph S. Myers" <joseph@codesourcery.com>
Cc: gdb-patches@sourceware.org
Subject: Re: Remove code handling old ARM aliases from GDB
Date: Mon, 09 May 2011 04:53:00 -0000	[thread overview]
Message-ID: <alpine.BSF.2.00.1105090021060.26887@dair.pair.com> (raw)
In-Reply-To: <Pine.LNX.4.64.1105052349190.20285@digraph.polyomino.org.uk>

(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


      parent reply	other threads:[~2011-05-09  4:53 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-04 19:01 Joseph S. Myers
2011-05-04 19:21 ` Mark Kettenis
2011-05-04 19:23 ` Pedro Alves
2011-05-04 19:24   ` Pedro Alves
2011-05-05 13:21 ` Hans-Peter Nilsson
2011-05-05 13:47   ` Hans-Peter Nilsson
2011-05-05 14:34   ` Joseph S. Myers
2011-05-05 22:11     ` Hans-Peter Nilsson
2011-05-05 22:34       ` Joseph S. Myers
2011-05-05 23:06         ` Hans-Peter Nilsson
2011-05-05 23:19           ` Joseph S. Myers
2011-05-05 23:52           ` Joseph S. Myers
2011-05-06  0:23           ` Joel Brobecker
2011-05-06  3:00             ` Hans-Peter Nilsson
     [not found]           ` <Pine.LNX.4.64.1105052349190.20285@digraph.polyomino.org.uk>
2011-05-09  4:53             ` Hans-Peter Nilsson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.BSF.2.00.1105090021060.26887@dair.pair.com \
    --to=hp@bitrange.com \
    --cc=gdb-patches@sourceware.org \
    --cc=joseph@codesourcery.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox