From: Julian Seward Date: Tue, 25 Nov 2014 11:37:14 +0000 (+0000) Subject: arm64: implement "BRK #imm16". X-Git-Tag: svn/VALGRIND_3_11_0~802 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf927a2e3297dda953de21055f81c93da65c52d3;p=thirdparty%2Fvalgrind.git arm64: implement "BRK #imm16". git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14781 --- diff --git a/Makefile.all.am b/Makefile.all.am index 68f8fe57e0..a64950b6eb 100644 --- a/Makefile.all.am +++ b/Makefile.all.am @@ -97,7 +97,7 @@ clean-noinst_DSYMS: # -fno-builtin is important for defeating LLVM's idiom recognition # that somehow causes VG_(memset) to get into infinite recursion. AM_CFLAGS_BASE = \ - -O2 -g \ + -Og \ -Wall \ -Wcast-align \ -Wmissing-prototypes \ diff --git a/Makefile.am b/Makefile.am index d35fd36d34..2859abcec7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,18 +3,20 @@ AUTOMAKE_OPTIONS = foreign 1.10 dist-bzip2 include $(top_srcdir)/Makefile.all.am -TOOLS = memcheck \ - cachegrind \ - callgrind \ - massif \ - lackey \ - none \ - helgrind \ - drd - -EXP_TOOLS = exp-sgcheck \ - exp-bbv \ - exp-dhat +#TOOLS = memcheck \ +# cachegrind \ +# callgrind \ +# massif \ +# lackey \ +# none \ +# helgrind \ +# drd +# +#EXP_TOOLS = exp-sgcheck \ +# exp-bbv \ +# exp-dhat +TOOLS = none memcheck +EXP_TOOLS = # Put docs last because building the HTML is slow and we want to get # everything else working before we try it. diff --git a/auxprogs/gsl16test b/auxprogs/gsl16test index bd127d76ea..b34f6bdfec 100755 --- a/auxprogs/gsl16test +++ b/auxprogs/gsl16test @@ -89,10 +89,10 @@ runcmd "Untarring " \ "rm -rf gsl-1.6-patched && tar xzf $GSL_FILE" && \ \ runcmd "Configuring " \ - "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure)" && \ + "(cd gsl-1.6-patched && CC=$GSL_CC CFLAGS=\"$GSL_CFLAGS\" ./configure --build=aarch64-unknown-linux-gnu)" && \ \ runcmd "Building " \ - "(cd gsl-1.6-patched && make -j4 && make -k check)" + "(cd gsl-1.6-patched && make -j6 && make -k check)" echo -n " Collecting reference results " rm -f out-REF