This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
[patch] [rfa] Mark sh xfail for strings test
- To: binutils at sourceware dot cygnus dot com
- Subject: [patch] [rfa] Mark sh xfail for strings test
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- Date: Sun, 29 Oct 2000 12:34:17 -0500 (EST)
GAS macros still mishandles macro arguments in strings. An "\arg1" is
warned for as containing "\a" instead of there being look-ahead to match
the \arg1 macro argument. This for targets defining ONLY_STANDARD_ESCAPES.
Until there's consensus whether the above is a correct description or
whether ONLY_STANDARD_ESCAPES is bad and wrong in itself, I propose
marking also sh xfail.
Ok to commit?
2000-10-29 Hans-Peter Nilsson <hp@bitrange.com>
* gas/macros/macros.exp: Mark strings test xfail for sh.
Index: macros.exp
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/macros/macros.exp,v
retrieving revision 1.5
diff -p -c -r1.5 macros.exp
*** macros.exp 2000/07/20 17:53:38 1.5
--- macros.exp 2000/10/29 17:25:05
*************** case $target_triplet in {
*** 29,33 ****
--- 29,34 ----
if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } {
# FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES.
setup_xfail cris-*-*
+ setup_xfail sh*-*-*
run_dump_test strings
}
brgds, H-P