diff options
author | Nick Clifton <nickc@redhat.com> | 2001-06-12 16:02:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-06-12 16:02:13 +0000 |
commit | 1e9f9630d4cf7c58040f79187ec32c66bf4384c3 (patch) | |
tree | 79c5ac6055136e88b9d7649d713b91831b5baeee /ld/testsuite/ld-undefined | |
parent | Document use of comparison operators as infix operators (diff) | |
download | binutils-gdb-1e9f9630d4cf7c58040f79187ec32c66bf4384c3.tar.gz binutils-gdb-1e9f9630d4cf7c58040f79187ec32c66bf4384c3.tar.bz2 binutils-gdb-1e9f9630d4cf7c58040f79187ec32c66bf4384c3.zip |
Correct setup_xfail rule.
Diffstat (limited to 'ld/testsuite/ld-undefined')
-rw-r--r-- | ld/testsuite/ld-undefined/undefined.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-undefined/undefined.exp b/ld/testsuite/ld-undefined/undefined.exp index 8ac4bbe3ed9..e47a2016bb3 100644 --- a/ld/testsuite/ld-undefined/undefined.exp +++ b/ld/testsuite/ld-undefined/undefined.exp @@ -140,6 +140,6 @@ setup_xfail mips-sgi-irix6* # the function. Therefore the line number in the error message is 8 instead # of 9. On 64 bit s/390 this works because of the new brasl instruction that # doesn't need a literal pool entry. -setup_xfail s390-*-elf +setup_xfail s390-*-* checkund $ml $testline |