diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2014-12-12 12:00:01 +0000 |
---|---|---|
committer | Kyrylo Tkachov <ktkachov@gcc.gnu.org> | 2014-12-12 12:00:01 +0000 |
commit | 69aef6dcdcebd6f4494d9ca6e3ff7fdfa38ec602 (patch) | |
tree | 46d44e86b666318ec4dd4c2a4f0745934a4bdf7c /libvtv | |
parent | 3d3dbaddce17ecb312558f77bf32e3b0cc3d5fe5 (diff) | |
download | gcc-69aef6dcdcebd6f4494d9ca6e3ff7fdfa38ec602.zip gcc-69aef6dcdcebd6f4494d9ca6e3ff7fdfa38ec602.tar.gz gcc-69aef6dcdcebd6f4494d9ca6e3ff7fdfa38ec602.tar.bz2 |
Add load of target-utils.exp to libatomic, libitm, libvtv, libgo testsuite drivers
* testsuite/lib/libatomic.exp: Load target-utils.exp
* testsuite/lib/libitm.exp: Load target-utils.exp.
Move load of target-supports.exp earlier.
* testsuite/lib/libvtv.exp: Load target-utils.exp
From-SVN: r218664
Diffstat (limited to 'libvtv')
-rw-r--r-- | libvtv/ChangeLog | 4 | ||||
-rw-r--r-- | libvtv/testsuite/lib/libvtv.exp | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index d63806f..671223f 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,7 @@ +2014-12-12 Kyrylo Tkachov <kyrylo.tkachov@arm.com> + + * testsuite/lib/libvtv.exp: Load target-utils.exp + 2014-11-21 H.J. Lu <hongjiu.lu@intel.com> PR bootstrap/63784 diff --git a/libvtv/testsuite/lib/libvtv.exp b/libvtv/testsuite/lib/libvtv.exp index 83674be..c473b0a 100644 --- a/libvtv/testsuite/lib/libvtv.exp +++ b/libvtv/testsuite/lib/libvtv.exp @@ -26,6 +26,7 @@ load_lib dg.exp load_gcc_lib file-format.exp load_gcc_lib target-supports.exp load_gcc_lib target-supports-dg.exp +load_gcc_lib target-utils.exp load_gcc_lib scanasm.exp load_gcc_lib scandump.exp load_gcc_lib scanrtl.exp |