From: Daniel Jacobowitz Date: Mon, 18 Feb 2002 23:42:58 +0000 (+0000) Subject: 2002-02-18 Daniel Jacobowitz X-Git-Tag: binutils-2_12~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b64a7af2871952d30cc5c26650fa4ba8c3752ae8;p=thirdparty%2Fbinutils-gdb.git 2002-02-18 Daniel Jacobowitz * gas/sh/basic.exp: Don't run PIC tests for targets that don't support it. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index fbc78659194..585acbbde27 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-02-18 Daniel Jacobowitz + + * gas/sh/basic.exp: Don't run PIC tests for targets that don't + support it. + 2002-02-18 John David Anglin * gas/hppa/reloc/reloc.exp (labelopbug.s): Change test to suit diff --git a/gas/testsuite/gas/sh/basic.exp b/gas/testsuite/gas/sh/basic.exp index d68ac0a9f9a..1f9608696f7 100644 --- a/gas/testsuite/gas/sh/basic.exp +++ b/gas/testsuite/gas/sh/basic.exp @@ -91,7 +91,9 @@ if [istarget sh*-*-*] then { # Test DSP instructions run_dump_test "dsp" - run_dump_test "pic" + if {[istarget sh*-*elf] || [istarget sh*-linux*]} then { + run_dump_test "pic" + } run_dump_test "pcrel" }