aboutsummaryrefslogtreecommitdiff
path: root/libvtv
diff options
context:
space:
mode:
authorRamana Radhakrishnan <ramana.radhakrishnan@arm.com>2015-10-20 10:39:30 +0000
committerRamana Radhakrishnan <ramana.radhakrishnan@arm.com>2015-10-20 10:39:30 +0000
commita2e4fd4db1a5607cfcc70031c92b9fe60993a67a (patch)
tree651fea2776b9bf146aef841f0ef105534ece7a0b /libvtv
parent61bde452bab83fed8e42fb77e233820531ac8df4 (diff)
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. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@229045 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libvtv')
-rw-r--r--libvtv/ChangeLog5
-rw-r--r--libvtv/configure.tgt4
2 files changed, 9 insertions, 0 deletions
diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog
index 6284e134ab2..57fe850bff5 100644
--- a/libvtv/ChangeLog
+++ b/libvtv/ChangeLog
@@ -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,
diff --git a/libvtv/configure.tgt b/libvtv/configure.tgt
index e5433713355..adcff5c50ce 100644
--- a/libvtv/configure.tgt
+++ b/libvtv/configure.tgt
@@ -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]*)
;;