From 86c2d1a39eae1a3145436c7fbbcfefdd253e2c4d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 24 Jul 1995 19:36:57 +0000 Subject: [PATCH] * ld-empic/empic.exp: If $CC does not exist, call untested rather than unresolved. --- ld/testsuite/ChangeLog | 16 ++++++++++++++++ ld/testsuite/ld-empic/empic.exp | 5 +++++ 2 files changed, 21 insertions(+) diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index c2d4ed4bbb4..76835ffe336 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,19 @@ +Mon Jul 24 15:34:31 1995 Ian Lance Taylor + + * ld-empic/empic.exp: If $CC does not exist, call untested rather + than unresolved. + +Thu Jul 20 15:09:26 1995 Ian Lance Taylor + + * ld-undefined/undefined.exp: If $CC does not exist, mark the + tests as untested rather than unresolved. Clear ELF xfails for + mips*, not just mips. + +Tue Jul 18 12:00:41 1995 Ian Lance Taylor + + * ld-undefined/undefined.exp: Add setup_xfail for sh-*-* for + undefined line test. + Fri Jul 14 13:07:48 1995 Ian Lance Taylor * ld-undefined/undefined.exp: New test, to check reporting of diff --git a/ld/testsuite/ld-empic/empic.exp b/ld/testsuite/ld-empic/empic.exp index 5039efef7aa..e845822498b 100644 --- a/ld/testsuite/ld-empic/empic.exp +++ b/ld/testsuite/ld-empic/empic.exp @@ -29,6 +29,11 @@ if ![istarget mips*-*-ecoff*] { set testname relax +if { [which $CC] == 0 } { + untested $testname + return +} + # Test that relaxation works correctly. This testsuite was composed # (by experimentation) to force the linker to relax twice--that is, # the first relaxation pass will force another call to be out of -- 2.30.2