diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-12-14 21:35:07 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-12-14 21:35:07 +0000 |
commit | 09d7f0a65886ce66c0620901ed40d81a8cd70dba (patch) | |
tree | 4113a010a47453f3a3f6365455c76d80049bb543 /binutils/testsuite/binutils-all | |
parent | 1a8b189e1c86e5c17e80e78d15c1fe000604e9a6 (diff) | |
download | gdb-09d7f0a65886ce66c0620901ed40d81a8cd70dba.zip gdb-09d7f0a65886ce66c0620901ed40d81a8cd70dba.tar.gz gdb-09d7f0a65886ce66c0620901ed40d81a8cd70dba.tar.bz2 |
expect simple-objcopy test to fail on hp300
Diffstat (limited to 'binutils/testsuite/binutils-all')
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index 7c832f7..0b8125e 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -49,7 +49,7 @@ if ![string match "" $got] then { # On some systems the result of objcopy will not be identical. # Those systems should use setup_xfail here. - setup_xfail "sh-*-coff" + setup_xfail "sh-*-coff" "m68*-*-hpux*" if [string match "" $exec_output] then { pass "objcopy (simple copy)" |