[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:
parent
c71c975fe6
commit
3b41b58357
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user