Enable VTV for aarch64 and arm

Requires fix for section anchors with VTV i.e. PR other/67868

2015-10-20  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

	* configure.tgt (aarch64*-*-linux): Enable.
	(arm*-*-linux*): Enable.

From-SVN: r229045
This commit is contained in:
Ramana Radhakrishnan 2015-10-20 10:39:30 +00:00 committed by Ramana Radhakrishnan
parent 805f52d386
commit 2ee31fbf05
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-10-20 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* configure.tgt (aarch64*-*-linux): Enable.
(arm*-*-linux*): Enable.
2015-10-09 David Malcolm <dmalcolm@redhat.com>
* testsuite/lib/libvtv.exp: Load multiline.exp before prune.exp,

View File

@ -37,6 +37,10 @@ case "${target}" in
sparc*-*-linux*)
;;
arm*-*-linux*)
VTV_SUPPORTED=yes
;;
aarch64*-*-linux*)
VTV_SUPPORTED=yes
;;
x86_64-*-darwin[1]* | i?86-*-darwin[1]*)
;;