This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Remove code handling old ARM aliases from GDB


(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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]