summaryrefslogtreecommitdiff
path: root/libvtv
diff options
context:
space:
mode:
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>2014-12-12 12:00:01 +0000
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>2014-12-12 12:00:01 +0000
commit69aef6dcdcebd6f4494d9ca6e3ff7fdfa38ec602 (patch)
tree46d44e86b666318ec4dd4c2a4f0745934a4bdf7c /libvtv
parent3d3dbaddce17ecb312558f77bf32e3b0cc3d5fe5 (diff)
downloadgcc-69aef6dcdcebd6f4494d9ca6e3ff7fdfa38ec602.tar.gz
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/ChangeLog4
-rw-r--r--libvtv/testsuite/lib/libvtv.exp1
2 files changed, 5 insertions, 0 deletions
diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog
index d63806f5c32..671223f5891 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 83674be29a2..c473b0a3357 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