From 85c3f1bccfe785ccf239522692df13d8669e45e6 Mon Sep 17 00:00:00 2001 From: "ro@138bc75d-0d04-0410-961f-82ee72b054a4" Date: Thu, 18 Dec 2014 09:42:22 +0000 Subject: [PATCH] Include target-utils.exp in boehm-gc testing * testsuite/lib/boehm-gc.exp: Load target-utils.exp. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218857 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 4 ++++ testsuite/lib/boehm-gc.exp | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index a0e162c3..17114fa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-12-18 Rainer Orth + + * testsuite/lib/boehm-gc.exp: Load target-utils.exp. + 2014-11-21 H.J. Lu PR bootstrap/63784 diff --git a/testsuite/lib/boehm-gc.exp b/testsuite/lib/boehm-gc.exp index c5b3e95b..bafe7bb3 100644 --- a/testsuite/lib/boehm-gc.exp +++ b/testsuite/lib/boehm-gc.exp @@ -27,6 +27,7 @@ load_gcc_lib wrapper.exp load_gcc_lib target-supports.exp # For dg-skip-if. load_gcc_lib target-supports-dg.exp +load_gcc_lib target-utils.exp # For ${tool}_exit. load_gcc_lib gcc-defs.exp # For prune_gcc_output. -- 2.40.0