This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

Spurious change(?) to testsuite/gas/macros/strings.s causing XPASSfor cris-*


I'm finally analyzing/adjusting cris-* testsuite failures (which
IMHO is supposed to be done by the people doing the actual
changes, bah).

This change (causing an XPASS for cris-* whose corresponding
setup_xfail should be removed if the actual change below is
intended), looks unintended or incomplete.  For one the CVS log
doesn't match the checkin, and there's no corrsponding
gas/testsuite/ChangeLog entry:

revision 1.3
date: 2004/07/27 11:37:11;  author: nickc;  state: Exp;  lines: +1 -0
Add CRX insns: pushx, popx
Add support to GAS for expressions which are the difference of
two symbols

Index: strings.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/macros/strings.s,v
retrieving revision 1.2
retrieving revision 1.3
diff -p -c -r1.2 -r1.3
*** strings.s	17 Jun 2000 12:09:58 -0000	1.2
--- strings.s	27 Jul 2004 11:37:11 -0000	1.3
***************
*** 1,3 ****
--- 1,4 ----
+ #NO_APP
  	.macro M arg1
  	.ascii	"\arg1"
  	.endm

brgds, H-P


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