diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-12-18 09:42:22 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-12-18 09:42:22 +0000 |
commit | 7d4c11a3c278d8fe5bb9af082adeeeb8f4885b39 (patch) | |
tree | d774dbe75469bc9c1432477a343a3c6686dc663a /boehm-gc | |
parent | f528d4e99a4b0f3877216164f471030e16653f02 (diff) | |
download | gcc-7d4c11a3c278d8fe5bb9af082adeeeb8f4885b39.tar.gz |
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
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/ChangeLog | 4 | ||||
-rw-r--r-- | boehm-gc/testsuite/lib/boehm-gc.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index a0e162c3b18..17114fa06cb 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,7 @@ +2014-12-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * testsuite/lib/boehm-gc.exp: Load target-utils.exp. + 2014-11-21 H.J. Lu <hongjiu.lu@intel.com> PR bootstrap/63784 diff --git a/boehm-gc/testsuite/lib/boehm-gc.exp b/boehm-gc/testsuite/lib/boehm-gc.exp index c5b3e95b0f0..bafe7bb34e8 100644 --- a/boehm-gc/testsuite/lib/boehm-gc.exp +++ b/boehm-gc/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. |