From: ramana Date: Tue, 20 Oct 2015 10:39:30 +0000 (+0000) Subject: Enable VTV for aarch64 and arm X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21eb0cbb13a6d66bfdbd94c862f368999332ce35;p=thirdparty%2Fgcc.git Enable VTV for aarch64 and arm Requires fix for section anchors with VTV i.e. PR other/67868 2015-10-20 Ramana Radhakrishnan * configure.tgt (aarch64*-*-linux): Enable. (arm*-*-linux*): Enable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229045 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index 6284e134ab2e..57fe850bff5a 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,8 @@ +2015-10-20 Ramana Radhakrishnan + + * configure.tgt (aarch64*-*-linux): Enable. + (arm*-*-linux*): Enable. + 2015-10-09 David Malcolm * testsuite/lib/libvtv.exp: Load multiline.exp before prune.exp, diff --git a/libvtv/configure.tgt b/libvtv/configure.tgt index e5433713355b..adcff5c50ce4 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]*) ;;