More ld testsuite tweaks

Zack Weinberg zack@codesourcery.com
Tue May 31 23:04:00 GMT 2005


ld-scripts/align1 fails on arm-epoc-pe; this seems to be a genuine
bug, but not an important one; accordingly, XFAIL it.  OK to commit?

zw

        * ld-scripts/align.exp: XFAIL align1 on arm-epoc-pe.

===================================================================
Index: ld/testsuite/ld-scripts/align.exp
--- ld/testsuite/ld-scripts/align.exp	12 May 2005 07:32:08 -0000	1.6
+++ ld/testsuite/ld-scripts/align.exp	31 May 2005 22:54:06 -0000
@@ -29,6 +29,9 @@ if ![ld_assemble $as $srcdir/$subdir/ali
     return
 }
 
+# Doesn't work on arm-epoc-pe, appears to be a genuine bug.
+setup_xfail "arm-epoc-pe"
+
 if ![ld_simple_link $ld tmpdir/align "-T $srcdir/$subdir/align.t tmpdir/align.o"] {
     fail $testname
 } else {



More information about the Binutils mailing list