From: Carl Love Date: Wed, 1 Jul 2015 18:48:48 +0000 (+0000) Subject: Patch 1 of 6 X-Git-Tag: svn/VALGRIND_3_11_0~256 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33d527bae5a0a73d8ab0c8496628a13deca33df9;p=thirdparty%2Fvalgrind.git Patch 1 of 6 Rework the aux vector hwcap capability checking utilities. This is meant to consolidate a number of existing _cap checking scripts, and allow a better way of checking for additional capabilites. The bugzilla for this commit is 349790 Patch submitted by Will Schmidt Reviewed and tested by Carl Love git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15388 --- diff --git a/tests/Makefile.am b/tests/Makefile.am index b01cfb7f50..07f3d64638 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -8,6 +8,7 @@ dist_noinst_SCRIPTS = \ check_makefile_consistency \ check_dfp_cap \ check_vmx_cap \ + check_ppc64_auxv_cap \ filter_addresses \ filter_discards \ filter_libc \