]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Enable VTV for aarch64 and arm
authorRamana Radhakrishnan <ramana.radhakrishnan@arm.com>
Tue, 20 Oct 2015 10:39:30 +0000 (10:39 +0000)
committerRamana Radhakrishnan <ramana@gcc.gnu.org>
Tue, 20 Oct 2015 10:39:30 +0000 (10:39 +0000)
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

libvtv/ChangeLog
libvtv/configure.tgt

index 6284e134ab2efc660ad01422b0cfda6429d1d287..57fe850bff5a64a79f85d7811e0f7a418c9b5951 100644 (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,
index e5433713355b47d953c431ee4bfe2dcfb7fc05b2..adcff5c50ce453c77e144f2abc583db58b2b6efa 100644 (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]*)
        ;;