diff options
author | ktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-12-12 12:00:01 +0000 |
---|---|---|
committer | ktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-12-12 12:00:01 +0000 |
commit | 704006e9fa047d25dcb6d97cf4c5199e64209565 (patch) | |
tree | 46d44e86b666318ec4dd4c2a4f0745934a4bdf7c /libvtv | |
parent | fe994837ef9af6599a13896b51ae4628bea8dd95 (diff) | |
download | gcc-704006e9fa047d25dcb6d97cf4c5199e64209565.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
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218664 138bc75d-0d04-0410-961f-82ee72b054a4
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 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 |