[libgomp][testsuite] Explicitly include target-utils.exp (fix libgomp testsuite ERROR)

* testsuite/lib/libgomp.exp: Load target-utils.exp.
	Move load of target-supportes.exp earlier.

From-SVN: r218662
This commit is contained in:
Kyrylo Tkachov 2014-12-12 10:31:44 +00:00 committed by Kyrylo Tkachov
parent c71c975fe6
commit 3b41b58357
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2014-12-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* testsuite/lib/libgomp.exp: Load target-utils.exp.
Move load of target-supportes.exp earlier.
2014-12-10 Ilya Verbin <ilya.verbin@intel.com>
* testsuite/libgomp.c/target-9.c: New test.

View File

@ -17,9 +17,10 @@ load_lib dg.exp
load_gcc_lib prune.exp
load_gcc_lib target-libpath.exp
load_gcc_lib wrapper.exp
load_gcc_lib target-supports.exp
load_gcc_lib target-utils.exp
load_gcc_lib gcc-defs.exp
load_gcc_lib timeout.exp
load_gcc_lib target-supports.exp
load_gcc_lib file-format.exp
load_gcc_lib target-supports-dg.exp
load_gcc_lib scanasm.exp