diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-07-15 17:02:34 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-07-15 17:02:34 +0000 |
commit | d49560a9c3cf8dc43ab87573ae3e3931b55e2e76 (patch) | |
tree | 269601c37415fb2e65829e34299f8a7f93eaaa6f | |
parent | 435394bff75ece6c0af1cff02c8c53869ee5baf9 (diff) | |
download | fsf-binutils-gdb-d49560a9c3cf8dc43ab87573ae3e3931b55e2e76.zip fsf-binutils-gdb-d49560a9c3cf8dc43ab87573ae3e3931b55e2e76.tar.gz fsf-binutils-gdb-d49560a9c3cf8dc43ab87573ae3e3931b55e2e76.tar.bz2 |
* ld-undefined/undefined.exp: XFAIL on IRIX6 for the usual as
with other DWARF2 targets.
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-undefined/undefined.exp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index bb40b34..e0074d2 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 15 18:00:30 1999 Mark P. Mitchell <mark@codesourcery.com> + + * ld-undefined/undefined.exp: XFAIL on IRIX6 for the usual as + with other DWARF2 targets. + 1999-07-13 Nick Clifton <nickc@cygnus.com> * ld-undefined/undefined.exp: Do not expect arm toolchains to fail diff --git a/ld/testsuite/ld-undefined/undefined.exp b/ld/testsuite/ld-undefined/undefined.exp index 744225a..5f55192 100644 --- a/ld/testsuite/ld-undefined/undefined.exp +++ b/ld/testsuite/ld-undefined/undefined.exp @@ -123,5 +123,6 @@ set ml "undefined.c:9: undefined reference to `this_function_is_not_defined'" #setup_xfail strongarm-*-elf #setup_xfail thumb-*-elf setup_xfail mcore-*-elf +setup_xfail mips-sgi-irix6* checkund $ml $testline |