summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2006-08-31 13:21:22 +0000
committerJoseph Myers <joseph@codesourcery.com>2006-08-31 13:21:22 +0000
commit9e04e5635ee99d6169f8a737a480d30faf9f2a7a (patch)
tree565a50ea5eb4bc50283320f4a8d94dc798f0ba00
parent506135d82adb6f020a68339210248bbe1d0fd86d (diff)
downloadbinutils-gdb-9e04e5635ee99d6169f8a737a480d30faf9f2a7a.tar.gz
ld/testsuite/
* ld-scripts/crossref.exp: XFAIL third test on mips*-*-linux*.
-rw-r--r--ChangeLog.csl5
-rw-r--r--ld/testsuite/ld-scripts/crossref.exp2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 613242f3990..b1623d013ad 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,8 @@
+2006-08-31 Joseph Myers <joseph@codesourcery.com>
+
+ ld/testsuite/
+ * ld-scripts/crossref.exp: XFAIL third test on mips*-*-linux*.
+
2006-08-30 Mark Shinwell <shinwell@codesourcery.com>
bfd/
diff --git a/ld/testsuite/ld-scripts/crossref.exp b/ld/testsuite/ld-scripts/crossref.exp
index c47e05ffc37..dacd771f965 100644
--- a/ld/testsuite/ld-scripts/crossref.exp
+++ b/ld/testsuite/ld-scripts/crossref.exp
@@ -104,6 +104,8 @@ if [string match "" $exec_output] then {
}
}
+setup_xfail mips*-*-linux*
+
# Check cross references for ld -r
if { ![ld_compile $CC "$srcdir/$subdir/cross4.c" tmpdir/cross4.o] } {