Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 323750 Details for
Bug 435012
=dev-util/valgrind-3.7.0-r4 : _FORTIFY_SOURCE shows presence of overflows
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
valgrind-3.7.0-r4:20120914-112723.log (text/plain), 733.65 KB, created by
Agostino Sarubbo
on 2012-09-14 11:55:07 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2012-09-14 11:55:07 UTC
Size:
733.65 KB
patch
obsolete
> * Package: dev-util/valgrind-3.7.0-r4 > * Repository: gentoo > * Maintainer: blueness@gentoo.org > * USE: amd64 elibc_glibc kernel_linux multilib test userland_GNU > * FEATURES: sandbox test userpriv usersandbox >>>> Unpacking source... >>>> Unpacking valgrind-3.7.0.tar.bz2 to /tmp/portage/dev-util/valgrind-3.7.0-r4/work >>>> Source unpacked in /tmp/portage/dev-util/valgrind-3.7.0-r4/work >>>> Preparing source in /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0 ... > * Applying valgrind-3.7.0-respect-flags.patch ... > [ ok ] > * Applying valgrind-3.7.0-fno-stack-protector.patch ... > [ ok ] > * Applying valgrind-3.6.0-local-labels.patch ... > [ ok ] > * Applying valgrind-3.7.0-non-exec-stack-v2.patch ... > [ ok ] > * Applying valgrind-3.7.0-fix-gcc-regex.patch ... > [ ok ] > * Applying valgrind-3.7.0-automake-1.11.2.patch ... > [ ok ] > * Applying valgrind-3.7.0-glibc-2.15.patch ... > [ ok ] > * Running eautoreconf in '/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' ... > * Running aclocal ... > [ ok ] > * Running autoconf ... > [ ok ] > * Running autoheader ... > [ ok ] > * Running automake --add-missing --copy --foreign ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0 ... > * econf: updating valgrind-3.7.0/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating valgrind-3.7.0/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-dependency-tracking --without-mpicc --disable-silent-rules >configure: WARNING: unrecognized options: --disable-silent-rules >checking for a BSD-compatible install... /usr/bin/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether to enable maintainer-specific portions of Makefiles... no >checking whether ln -s works... yes >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking for style of include used by make... GNU >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ >checking whether we are using the GNU C++ compiler... yes >checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes >checking dependency style of x86_64-pc-linux-gnu-g++... none >checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib >checking for a sed that does not truncate output... /bin/sed >checking for ar... /usr/bin/ar >checking for perl... /usr/bin/perl >checking for gdb... /usr/bin/gdb >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking for diff -u... yes >checking for a supported version of gcc... ok (4.5.4) >checking build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for a supported CPU... ok (x86_64) >checking for a 64-bit only build... no >checking for a 32-bit only build... no >checking for a supported OS... ok (linux-gnu) >checking for the kernel version... 2.6.x/3.x family (3.4.9-gentoo) >checking for 32 bit build support... yes >checking for a supported CPU/OS combination... ok (amd64-linux) >checking for use as an inner Valgrind... no >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking features.h usability... yes >checking features.h presence... yes >checking for features.h... yes >checking the GLIBC_VERSION version... 2.15 family >checking for CLOCK_MONOTONIC... yes >checking for pthread_rwlock_t... yes >checking for PTHREAD_MUTEX_ADAPTIVE_NP... yes >checking for PTHREAD_MUTEX_ERRORCHECK_NP... yes >checking for PTHREAD_MUTEX_RECURSIVE_NP... yes >checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP... yes >checking for pthread_mutex_t.__m_kind... no >checking for pthread_mutex_t.__data.__kind... yes >checking for Altivec... no >checking for VSX... no >checking for pthread_create@GLIBC2.0()... no >checking for eventfd()... yes >checking if gcc accepts -m32... yes >checking if gcc accepts -m64... yes >checking if gcc accepts -mmmx... yes >checking if gcc accepts -msse... yes >checking if gcc accepts -mpreferred-stack-boundary... no >checking if gcc accepts -Wno-pointer-sign... yes >checking if gcc accepts -Wno-empty-body... yes >checking if gcc accepts -Wno-format-zero-length... yes >checking if gcc accepts -Wno-nonnull... yes >checking if gcc accepts -Wno-overflow... yes >checking if gcc accepts -Wno-uninitialized... yes >checking if gcc accepts -Wextra or -W... -Wextra >checking if gcc accepts -fno-stack-protector... yes >checking if gcc accepts --param inline-unit-growth... yes >checking if the linker accepts -Wl,--build-id=none... yes >checking if ppc32/64 as supports mtocrf/mfocrf... no >checking if x86/amd64 assembler speaks SSE3... yes >checking if x86/amd64 assembler speaks SSSE3... yes >checking if x86/amd64 assembler supports 'pclmulqdq'... yes >checking if x86/amd64 assembler supports 'lzcnt'... yes >checking if x86/amd64 assembler speaks SSE4.2... yes >checking for TLS support... yes >checking for ANSI C header files... (cached) yes >checking asm/unistd.h usability... yes >checking asm/unistd.h presence... yes >checking for asm/unistd.h... yes >checking endian.h usability... yes >checking endian.h presence... yes >checking for endian.h... yes >checking mqueue.h usability... yes >checking mqueue.h presence... yes >checking for mqueue.h... yes >checking sys/endian.h usability... no >checking sys/endian.h presence... no >checking for sys/endian.h... no >checking sys/epoll.h usability... yes >checking sys/epoll.h presence... yes >checking for sys/epoll.h... yes >checking sys/eventfd.h usability... yes >checking sys/eventfd.h presence... yes >checking for sys/eventfd.h... yes >checking sys/klog.h usability... yes >checking sys/klog.h presence... yes >checking for sys/klog.h... yes >checking sys/poll.h usability... yes >checking sys/poll.h presence... yes >checking for sys/poll.h... yes >checking sys/signal.h usability... yes >checking sys/signal.h presence... yes >checking for sys/signal.h... yes >checking sys/signalfd.h usability... yes >checking sys/signalfd.h presence... yes >checking for sys/signalfd.h... yes >checking sys/syscall.h usability... yes >checking sys/syscall.h presence... yes >checking for sys/syscall.h... yes >checking sys/time.h usability... yes >checking sys/time.h presence... yes >checking for sys/time.h... yes >checking for sys/types.h... (cached) yes >checking if <linux/futex.h> is usable... yes >checking for uid_t in sys/types.h... yes >checking for off_t... yes >checking for size_t... yes >checking whether time.h and sys/time.h may both be included... yes >checking for working memcmp... yes >checking for stdlib.h... (cached) yes >checking for unistd.h... (cached) yes >checking for sys/param.h... yes >checking for getpagesize... yes >checking for working mmap... yes >checking for pthread_create in -lpthread... yes >checking for clock_gettime in -lrt... yes >checking for clock_gettime... yes >checking for epoll_create... yes >checking for epoll_pwait... yes >checking for klogctl... yes >checking for mallinfo... yes >checking for memchr... yes >checking for memset... yes >checking for mkdir... yes >checking for mremap... yes >checking for ppoll... yes >checking for pthread_barrier_init... yes >checking for pthread_condattr_setclock... yes >checking for pthread_mutex_timedlock... yes >checking for pthread_rwlock_timedrdlock... yes >checking for pthread_rwlock_timedwrlock... yes >checking for pthread_spin_lock... yes >checking for pthread_yield... yes >checking for readlinkat... yes >checking for semtimedop... yes >checking for signalfd... yes >checking for sigwaitinfo... yes >checking for strchr... yes >checking for strdup... yes >checking for strpbrk... yes >checking for strrchr... yes >checking for strstr... yes >checking for syscall... yes >checking for utimensat... yes >checking primary target for usable MPI2-compliant C compiler and mpi.h... no >checking secondary target for usable MPI2-compliant C compiler and mpi.h... no >checking for boost... yes >checking for OpenMP... yes >checking if gcc supports __sync_bool_compare_and_swap... yes >checking if g++ supports __sync_bool_compare_and_swap... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating VEX/Makefile >config.status: creating valgrind.spec >config.status: creating valgrind.pc >config.status: creating glibc-2.X.supp >config.status: creating docs/Makefile >config.status: creating tests/Makefile >config.status: creating tests/vg_regtest >config.status: creating perf/Makefile >config.status: creating perf/vg_perf >config.status: creating gdbserver_tests/Makefile >config.status: creating include/Makefile >config.status: creating auxprogs/Makefile >config.status: creating mpi/Makefile >config.status: creating coregrind/Makefile >config.status: creating memcheck/Makefile >config.status: creating memcheck/tests/Makefile >config.status: creating memcheck/tests/amd64/Makefile >config.status: creating memcheck/tests/x86/Makefile >config.status: creating memcheck/tests/linux/Makefile >config.status: creating memcheck/tests/darwin/Makefile >config.status: creating memcheck/tests/amd64-linux/Makefile >config.status: creating memcheck/tests/x86-linux/Makefile >config.status: creating memcheck/tests/ppc32/Makefile >config.status: creating memcheck/tests/ppc64/Makefile >config.status: creating memcheck/perf/Makefile >config.status: creating cachegrind/Makefile >config.status: creating cachegrind/tests/Makefile >config.status: creating cachegrind/tests/x86/Makefile >config.status: creating cachegrind/cg_annotate >config.status: creating cachegrind/cg_diff >config.status: creating callgrind/Makefile >config.status: creating callgrind/callgrind_annotate >config.status: creating callgrind/callgrind_control >config.status: creating callgrind/tests/Makefile >config.status: creating helgrind/Makefile >config.status: creating helgrind/tests/Makefile >config.status: creating massif/Makefile >config.status: creating massif/tests/Makefile >config.status: creating massif/perf/Makefile >config.status: creating massif/ms_print >config.status: creating lackey/Makefile >config.status: creating lackey/tests/Makefile >config.status: creating none/Makefile >config.status: creating none/tests/Makefile >config.status: creating none/tests/amd64/Makefile >config.status: creating none/tests/ppc32/Makefile >config.status: creating none/tests/ppc64/Makefile >config.status: creating none/tests/x86/Makefile >config.status: creating none/tests/arm/Makefile >config.status: creating none/tests/s390x/Makefile >config.status: creating none/tests/linux/Makefile >config.status: creating none/tests/darwin/Makefile >config.status: creating none/tests/x86-linux/Makefile >config.status: creating exp-sgcheck/Makefile >config.status: creating exp-sgcheck/tests/Makefile >config.status: creating drd/Makefile >config.status: creating drd/scripts/download-and-build-splash2 >config.status: creating drd/tests/Makefile >config.status: creating exp-bbv/Makefile >config.status: creating exp-bbv/tests/Makefile >config.status: creating exp-bbv/tests/x86/Makefile >config.status: creating exp-bbv/tests/x86-linux/Makefile >config.status: creating exp-bbv/tests/amd64-linux/Makefile >config.status: creating exp-bbv/tests/ppc32-linux/Makefile >config.status: creating exp-bbv/tests/arm-linux/Makefile >config.status: creating exp-dhat/Makefile >config.status: creating exp-dhat/tests/Makefile >config.status: creating coregrind/link_tool_exe_linux >config.status: creating coregrind/link_tool_exe_darwin >config.status: creating config.h >config.status: executing depfiles commands >configure: WARNING: unrecognized options: --disable-silent-rules > > Maximum build arch: amd64 > Primary build arch: amd64 > Secondary build arch: x86 > Build OS: linux > Primary build target: AMD64_LINUX > Secondary build target: X86_LINUX > Platform variant: vanilla > Primary -DVGPV string: -DVGPV_amd64_linux_vanilla=1 > Default supp files: exp-sgcheck.supp xfree-3.supp xfree-4.supp glibc-2.X-drd.supp glibc-2.34567-NPTL-helgrind.supp glibc-2.X.supp > >>>> Source configured. >>>> Compiling source in /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0 ... >make -j4 >echo "# This is a generated file, composed of the following suppression rules:" > default.supp >echo "# " exp-sgcheck.supp xfree-3.supp xfree-4.supp glibc-2.X-drd.supp glibc-2.34567-NPTL-helgrind.supp glibc-2.X.supp >> default.supp >cat exp-sgcheck.supp xfree-3.supp xfree-4.supp glibc-2.X-drd.supp glibc-2.34567-NPTL-helgrind.supp glibc-2.X.supp >> default.supp >make all-recursive >make[1]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' >Making all in include >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/include' >make[2]: Nessuna operazione da eseguire per «all». >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/include' >Making all in VEX >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/VEX' >make all-am >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/VEX' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-main_globals.o `test -f 'priv/main_globals.c' || echo './'`priv/main_globals.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-main_main.o `test -f 'priv/main_main.c' || echo './'`priv/main_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-main_util.o `test -f 'priv/main_util.c' || echo './'`priv/main_util.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-ir_defs.o `test -f 'priv/ir_defs.c' || echo './'`priv/ir_defs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-ir_match.o `test -f 'priv/ir_match.c' || echo './'`priv/ir_match.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-ir_opt.o `test -f 'priv/ir_opt.c' || echo './'`priv/ir_opt.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-guest_generic_bb_to_IR.o `test -f 'priv/guest_generic_bb_to_IR.c' || echo './'`priv/guest_generic_bb_to_IR.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-guest_generic_x87.o `test -f 'priv/guest_generic_x87.c' || echo './'`priv/guest_generic_x87.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-guest_x86_helpers.o `test -f 'priv/guest_x86_helpers.c' || echo './'`priv/guest_x86_helpers.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-guest_x86_toIR.o `test -f 'priv/guest_x86_toIR.c' || echo './'`priv/guest_x86_toIR.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-guest_amd64_helpers.o `test -f 'priv/guest_amd64_helpers.c' || echo './'`priv/guest_amd64_helpers.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-guest_amd64_toIR.o `test -f 'priv/guest_amd64_toIR.c' || echo './'`priv/guest_amd64_toIR.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-guest_ppc_helpers.o `test -f 'priv/guest_ppc_helpers.c' || echo './'`priv/guest_ppc_helpers.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-guest_ppc_toIR.o `test -f 'priv/guest_ppc_toIR.c' || echo './'`priv/guest_ppc_toIR.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-guest_arm_helpers.o `test -f 'priv/guest_arm_helpers.c' || echo './'`priv/guest_arm_helpers.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-guest_arm_toIR.o `test -f 'priv/guest_arm_toIR.c' || echo './'`priv/guest_arm_toIR.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-guest_s390_helpers.o `test -f 'priv/guest_s390_helpers.c' || echo './'`priv/guest_s390_helpers.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-guest_s390_toIR.o `test -f 'priv/guest_s390_toIR.c' || echo './'`priv/guest_s390_toIR.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_generic_regs.o `test -f 'priv/host_generic_regs.c' || echo './'`priv/host_generic_regs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_generic_simd64.o `test -f 'priv/host_generic_simd64.c' || echo './'`priv/host_generic_simd64.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_generic_simd128.o `test -f 'priv/host_generic_simd128.c' || echo './'`priv/host_generic_simd128.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_generic_reg_alloc2.o `test -f 'priv/host_generic_reg_alloc2.c' || echo './'`priv/host_generic_reg_alloc2.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_x86_defs.o `test -f 'priv/host_x86_defs.c' || echo './'`priv/host_x86_defs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_x86_isel.o `test -f 'priv/host_x86_isel.c' || echo './'`priv/host_x86_isel.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_amd64_defs.o `test -f 'priv/host_amd64_defs.c' || echo './'`priv/host_amd64_defs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_amd64_isel.o `test -f 'priv/host_amd64_isel.c' || echo './'`priv/host_amd64_isel.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_ppc_defs.o `test -f 'priv/host_ppc_defs.c' || echo './'`priv/host_ppc_defs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_ppc_isel.o `test -f 'priv/host_ppc_isel.c' || echo './'`priv/host_ppc_isel.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_arm_defs.o `test -f 'priv/host_arm_defs.c' || echo './'`priv/host_arm_defs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_arm_isel.o `test -f 'priv/host_arm_isel.c' || echo './'`priv/host_arm_isel.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_s390_defs.o `test -f 'priv/host_s390_defs.c' || echo './'`priv/host_s390_defs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_s390_isel.o `test -f 'priv/host_s390_isel.c' || echo './'`priv/host_s390_isel.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_amd64_linux_a-host_s390_disasm.o `test -f 'priv/host_s390_disasm.c' || echo './'`priv/host_s390_disasm.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-main_globals.o `test -f 'priv/main_globals.c' || echo './'`priv/main_globals.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-main_main.o `test -f 'priv/main_main.c' || echo './'`priv/main_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-main_util.o `test -f 'priv/main_util.c' || echo './'`priv/main_util.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-ir_defs.o `test -f 'priv/ir_defs.c' || echo './'`priv/ir_defs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-ir_match.o `test -f 'priv/ir_match.c' || echo './'`priv/ir_match.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-ir_opt.o `test -f 'priv/ir_opt.c' || echo './'`priv/ir_opt.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-guest_generic_bb_to_IR.o `test -f 'priv/guest_generic_bb_to_IR.c' || echo './'`priv/guest_generic_bb_to_IR.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-guest_generic_x87.o `test -f 'priv/guest_generic_x87.c' || echo './'`priv/guest_generic_x87.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-guest_x86_helpers.o `test -f 'priv/guest_x86_helpers.c' || echo './'`priv/guest_x86_helpers.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-guest_x86_toIR.o `test -f 'priv/guest_x86_toIR.c' || echo './'`priv/guest_x86_toIR.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-guest_amd64_helpers.o `test -f 'priv/guest_amd64_helpers.c' || echo './'`priv/guest_amd64_helpers.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-guest_amd64_toIR.o `test -f 'priv/guest_amd64_toIR.c' || echo './'`priv/guest_amd64_toIR.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-guest_ppc_helpers.o `test -f 'priv/guest_ppc_helpers.c' || echo './'`priv/guest_ppc_helpers.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-guest_ppc_toIR.o `test -f 'priv/guest_ppc_toIR.c' || echo './'`priv/guest_ppc_toIR.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-guest_arm_helpers.o `test -f 'priv/guest_arm_helpers.c' || echo './'`priv/guest_arm_helpers.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-guest_arm_toIR.o `test -f 'priv/guest_arm_toIR.c' || echo './'`priv/guest_arm_toIR.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-guest_s390_helpers.o `test -f 'priv/guest_s390_helpers.c' || echo './'`priv/guest_s390_helpers.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-guest_s390_toIR.o `test -f 'priv/guest_s390_toIR.c' || echo './'`priv/guest_s390_toIR.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_generic_regs.o `test -f 'priv/host_generic_regs.c' || echo './'`priv/host_generic_regs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_generic_simd64.o `test -f 'priv/host_generic_simd64.c' || echo './'`priv/host_generic_simd64.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_generic_simd128.o `test -f 'priv/host_generic_simd128.c' || echo './'`priv/host_generic_simd128.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_generic_reg_alloc2.o `test -f 'priv/host_generic_reg_alloc2.c' || echo './'`priv/host_generic_reg_alloc2.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_x86_defs.o `test -f 'priv/host_x86_defs.c' || echo './'`priv/host_x86_defs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_x86_isel.o `test -f 'priv/host_x86_isel.c' || echo './'`priv/host_x86_isel.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_amd64_defs.o `test -f 'priv/host_amd64_defs.c' || echo './'`priv/host_amd64_defs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_amd64_isel.o `test -f 'priv/host_amd64_isel.c' || echo './'`priv/host_amd64_isel.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_ppc_defs.o `test -f 'priv/host_ppc_defs.c' || echo './'`priv/host_ppc_defs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_ppc_isel.o `test -f 'priv/host_ppc_isel.c' || echo './'`priv/host_ppc_isel.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_arm_defs.o `test -f 'priv/host_arm_defs.c' || echo './'`priv/host_arm_defs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_arm_isel.o `test -f 'priv/host_arm_isel.c' || echo './'`priv/host_arm_isel.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_s390_defs.o `test -f 'priv/host_s390_defs.c' || echo './'`priv/host_s390_defs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_s390_isel.o `test -f 'priv/host_s390_isel.c' || echo './'`priv/host_s390_isel.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -Ipriv -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wbad-function-cast -Wcast-qual -Wcast-align -fstrict-aliasing -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libvex_x86_linux_a-host_s390_disasm.o `test -f 'priv/host_s390_disasm.c' || echo './'`priv/host_s390_disasm.c >rm -f libvex-amd64-linux.a >/usr/bin/ar cru libvex-amd64-linux.a libvex_amd64_linux_a-main_globals.o libvex_amd64_linux_a-main_main.o libvex_amd64_linux_a-main_util.o libvex_amd64_linux_a-ir_defs.o libvex_amd64_linux_a-ir_match.o libvex_amd64_linux_a-ir_opt.o libvex_amd64_linux_a-guest_generic_bb_to_IR.o libvex_amd64_linux_a-guest_generic_x87.o libvex_amd64_linux_a-guest_x86_helpers.o libvex_amd64_linux_a-guest_x86_toIR.o libvex_amd64_linux_a-guest_amd64_helpers.o libvex_amd64_linux_a-guest_amd64_toIR.o libvex_amd64_linux_a-guest_ppc_helpers.o libvex_amd64_linux_a-guest_ppc_toIR.o libvex_amd64_linux_a-guest_arm_helpers.o libvex_amd64_linux_a-guest_arm_toIR.o libvex_amd64_linux_a-guest_s390_helpers.o libvex_amd64_linux_a-guest_s390_toIR.o libvex_amd64_linux_a-host_generic_regs.o libvex_amd64_linux_a-host_generic_simd64.o libvex_amd64_linux_a-host_generic_simd128.o libvex_amd64_linux_a-host_generic_reg_alloc2.o libvex_amd64_linux_a-host_x86_defs.o libvex_amd64_linux_a-host_x86_isel.o libvex_amd64_linux_a-host_amd64_defs.o libvex_amd64_linux_a-host_amd64_isel.o libvex_amd64_linux_a-host_ppc_defs.o libvex_amd64_linux_a-host_ppc_isel.o libvex_amd64_linux_a-host_arm_defs.o libvex_amd64_linux_a-host_arm_isel.o libvex_amd64_linux_a-host_s390_defs.o libvex_amd64_linux_a-host_s390_isel.o libvex_amd64_linux_a-host_s390_disasm.o >x86_64-pc-linux-gnu-ranlib libvex-amd64-linux.a >rm -f libvex-x86-linux.a >/usr/bin/ar cru libvex-x86-linux.a libvex_x86_linux_a-main_globals.o libvex_x86_linux_a-main_main.o libvex_x86_linux_a-main_util.o libvex_x86_linux_a-ir_defs.o libvex_x86_linux_a-ir_match.o libvex_x86_linux_a-ir_opt.o libvex_x86_linux_a-guest_generic_bb_to_IR.o libvex_x86_linux_a-guest_generic_x87.o libvex_x86_linux_a-guest_x86_helpers.o libvex_x86_linux_a-guest_x86_toIR.o libvex_x86_linux_a-guest_amd64_helpers.o libvex_x86_linux_a-guest_amd64_toIR.o libvex_x86_linux_a-guest_ppc_helpers.o libvex_x86_linux_a-guest_ppc_toIR.o libvex_x86_linux_a-guest_arm_helpers.o libvex_x86_linux_a-guest_arm_toIR.o libvex_x86_linux_a-guest_s390_helpers.o libvex_x86_linux_a-guest_s390_toIR.o libvex_x86_linux_a-host_generic_regs.o libvex_x86_linux_a-host_generic_simd64.o libvex_x86_linux_a-host_generic_simd128.o libvex_x86_linux_a-host_generic_reg_alloc2.o libvex_x86_linux_a-host_x86_defs.o libvex_x86_linux_a-host_x86_isel.o libvex_x86_linux_a-host_amd64_defs.o libvex_x86_linux_a-host_amd64_isel.o libvex_x86_linux_a-host_ppc_defs.o libvex_x86_linux_a-host_ppc_isel.o libvex_x86_linux_a-host_arm_defs.o libvex_x86_linux_a-host_arm_isel.o libvex_x86_linux_a-host_s390_defs.o libvex_x86_linux_a-host_s390_isel.o libvex_x86_linux_a-host_s390_disasm.o >x86_64-pc-linux-gnu-ranlib libvex-x86-linux.a >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/VEX' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/VEX' >Making all in coregrind >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/coregrind' >make all-am >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/coregrind' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_commandline.o `test -f 'm_commandline.c' || echo './'`m_commandline.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_clientstate.o `test -f 'm_clientstate.c' || echo './'`m_clientstate.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -c -o libcoregrind_amd64_linux_a-m_cpuid.o `test -f 'm_cpuid.S' || echo './'`m_cpuid.S >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_debugger.o `test -f 'm_debugger.c' || echo './'`m_debugger.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_debuglog.o `test -f 'm_debuglog.c' || echo './'`m_debuglog.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_errormgr.o `test -f 'm_errormgr.c' || echo './'`m_errormgr.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_execontext.o `test -f 'm_execontext.c' || echo './'`m_execontext.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_hashtable.o `test -f 'm_hashtable.c' || echo './'`m_hashtable.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_libcbase.o `test -f 'm_libcbase.c' || echo './'`m_libcbase.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_libcassert.o `test -f 'm_libcassert.c' || echo './'`m_libcassert.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_libcfile.o `test -f 'm_libcfile.c' || echo './'`m_libcfile.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_libcprint.o `test -f 'm_libcprint.c' || echo './'`m_libcprint.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_libcproc.o `test -f 'm_libcproc.c' || echo './'`m_libcproc.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_libcsetjmp.o `test -f 'm_libcsetjmp.c' || echo './'`m_libcsetjmp.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_libcsignal.o `test -f 'm_libcsignal.c' || echo './'`m_libcsignal.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_machine.o `test -f 'm_machine.c' || echo './'`m_machine.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_main.o `test -f 'm_main.c' || echo './'`m_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_mallocfree.o `test -f 'm_mallocfree.c' || echo './'`m_mallocfree.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_options.o `test -f 'm_options.c' || echo './'`m_options.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_oset.o `test -f 'm_oset.c' || echo './'`m_oset.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_redir.o `test -f 'm_redir.c' || echo './'`m_redir.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_seqmatch.o `test -f 'm_seqmatch.c' || echo './'`m_seqmatch.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_signals.o `test -f 'm_signals.c' || echo './'`m_signals.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_sparsewa.o `test -f 'm_sparsewa.c' || echo './'`m_sparsewa.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_stacks.o `test -f 'm_stacks.c' || echo './'`m_stacks.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_stacktrace.o `test -f 'm_stacktrace.c' || echo './'`m_stacktrace.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_syscall.o `test -f 'm_syscall.c' || echo './'`m_syscall.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_threadstate.o `test -f 'm_threadstate.c' || echo './'`m_threadstate.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_tooliface.o `test -f 'm_tooliface.c' || echo './'`m_tooliface.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -c -o libcoregrind_amd64_linux_a-m_trampoline.o `test -f 'm_trampoline.S' || echo './'`m_trampoline.S >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_translate.o `test -f 'm_translate.c' || echo './'`m_translate.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_transtab.o `test -f 'm_transtab.c' || echo './'`m_transtab.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_vki.o `test -f 'm_vki.c' || echo './'`m_vki.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_vkiscnums.o `test -f 'm_vkiscnums.c' || echo './'`m_vkiscnums.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_wordfm.o `test -f 'm_wordfm.c' || echo './'`m_wordfm.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_xarray.o `test -f 'm_xarray.c' || echo './'`m_xarray.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_aspacehl.o `test -f 'm_aspacehl.c' || echo './'`m_aspacehl.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-aspacemgr-common.o `test -f 'm_aspacemgr/aspacemgr-common.c' || echo './'`m_aspacemgr/aspacemgr-common.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-aspacemgr-linux.o `test -f 'm_aspacemgr/aspacemgr-linux.c' || echo './'`m_aspacemgr/aspacemgr-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-coredump-elf.o `test -f 'm_coredump/coredump-elf.c' || echo './'`m_coredump/coredump-elf.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-coredump-macho.o `test -f 'm_coredump/coredump-macho.c' || echo './'`m_coredump/coredump-macho.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-misc.o `test -f 'm_debuginfo/misc.c' || echo './'`m_debuginfo/misc.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-d3basics.o `test -f 'm_debuginfo/d3basics.c' || echo './'`m_debuginfo/d3basics.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-debuginfo.o `test -f 'm_debuginfo/debuginfo.c' || echo './'`m_debuginfo/debuginfo.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-readdwarf.o `test -f 'm_debuginfo/readdwarf.c' || echo './'`m_debuginfo/readdwarf.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-readdwarf3.o `test -f 'm_debuginfo/readdwarf3.c' || echo './'`m_debuginfo/readdwarf3.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-readelf.o `test -f 'm_debuginfo/readelf.c' || echo './'`m_debuginfo/readelf.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-readmacho.o `test -f 'm_debuginfo/readmacho.c' || echo './'`m_debuginfo/readmacho.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-readpdb.o `test -f 'm_debuginfo/readpdb.c' || echo './'`m_debuginfo/readpdb.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-readstabs.o `test -f 'm_debuginfo/readstabs.c' || echo './'`m_debuginfo/readstabs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-storage.o `test -f 'm_debuginfo/storage.c' || echo './'`m_debuginfo/storage.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-tytypes.o `test -f 'm_debuginfo/tytypes.c' || echo './'`m_debuginfo/tytypes.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-cp-demangle.o `test -f 'm_demangle/cp-demangle.c' || echo './'`m_demangle/cp-demangle.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-cplus-dem.o `test -f 'm_demangle/cplus-dem.c' || echo './'`m_demangle/cplus-dem.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-demangle.o `test -f 'm_demangle/demangle.c' || echo './'`m_demangle/demangle.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-dyn-string.o `test -f 'm_demangle/dyn-string.c' || echo './'`m_demangle/dyn-string.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-safe-ctype.o `test -f 'm_demangle/safe-ctype.c' || echo './'`m_demangle/safe-ctype.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-m_gdbserver.o `test -f 'm_gdbserver/m_gdbserver.c' || echo './'`m_gdbserver/m_gdbserver.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-inferiors.o `test -f 'm_gdbserver/inferiors.c' || echo './'`m_gdbserver/inferiors.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-regcache.o `test -f 'm_gdbserver/regcache.c' || echo './'`m_gdbserver/regcache.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-remote-utils.o `test -f 'm_gdbserver/remote-utils.c' || echo './'`m_gdbserver/remote-utils.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-server.o `test -f 'm_gdbserver/server.c' || echo './'`m_gdbserver/server.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-signals.o `test -f 'm_gdbserver/signals.c' || echo './'`m_gdbserver/signals.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-target.o `test -f 'm_gdbserver/target.c' || echo './'`m_gdbserver/target.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-utils.o `test -f 'm_gdbserver/utils.c' || echo './'`m_gdbserver/utils.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-valgrind-low.o `test -f 'm_gdbserver/valgrind-low.c' || echo './'`m_gdbserver/valgrind-low.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-valgrind-low-x86.o `test -f 'm_gdbserver/valgrind-low-x86.c' || echo './'`m_gdbserver/valgrind-low-x86.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-valgrind-low-amd64.o `test -f 'm_gdbserver/valgrind-low-amd64.c' || echo './'`m_gdbserver/valgrind-low-amd64.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-valgrind-low-arm.o `test -f 'm_gdbserver/valgrind-low-arm.c' || echo './'`m_gdbserver/valgrind-low-arm.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-valgrind-low-ppc32.o `test -f 'm_gdbserver/valgrind-low-ppc32.c' || echo './'`m_gdbserver/valgrind-low-ppc32.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-valgrind-low-ppc64.o `test -f 'm_gdbserver/valgrind-low-ppc64.c' || echo './'`m_gdbserver/valgrind-low-ppc64.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-valgrind-low-s390x.o `test -f 'm_gdbserver/valgrind-low-s390x.c' || echo './'`m_gdbserver/valgrind-low-s390x.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-version.o `test -f 'm_gdbserver/version.c' || echo './'`m_gdbserver/version.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-initimg-linux.o `test -f 'm_initimg/initimg-linux.c' || echo './'`m_initimg/initimg-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-initimg-darwin.o `test -f 'm_initimg/initimg-darwin.c' || echo './'`m_initimg/initimg-darwin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-initimg-pathscan.o `test -f 'm_initimg/initimg-pathscan.c' || echo './'`m_initimg/initimg-pathscan.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-mach_basics.o `test -f 'm_mach/mach_basics.c' || echo './'`m_mach/mach_basics.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-mach_msg.o `test -f 'm_mach/mach_msg.c' || echo './'`m_mach/mach_msg.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-replacemalloc_core.o `test -f 'm_replacemalloc/replacemalloc_core.c' || echo './'`m_replacemalloc/replacemalloc_core.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-scheduler.o `test -f 'm_scheduler/scheduler.c' || echo './'`m_scheduler/scheduler.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-sema.o `test -f 'm_scheduler/sema.c' || echo './'`m_scheduler/sema.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-sigframe-x86-linux.o `test -f 'm_sigframe/sigframe-x86-linux.c' || echo './'`m_sigframe/sigframe-x86-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-sigframe-amd64-linux.o `test -f 'm_sigframe/sigframe-amd64-linux.c' || echo './'`m_sigframe/sigframe-amd64-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-sigframe-ppc32-linux.o `test -f 'm_sigframe/sigframe-ppc32-linux.c' || echo './'`m_sigframe/sigframe-ppc32-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-sigframe-ppc64-linux.o `test -f 'm_sigframe/sigframe-ppc64-linux.c' || echo './'`m_sigframe/sigframe-ppc64-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-sigframe-arm-linux.o `test -f 'm_sigframe/sigframe-arm-linux.c' || echo './'`m_sigframe/sigframe-arm-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-sigframe-s390x-linux.o `test -f 'm_sigframe/sigframe-s390x-linux.c' || echo './'`m_sigframe/sigframe-s390x-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-sigframe-x86-darwin.o `test -f 'm_sigframe/sigframe-x86-darwin.c' || echo './'`m_sigframe/sigframe-x86-darwin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-sigframe-amd64-darwin.o `test -f 'm_sigframe/sigframe-amd64-darwin.c' || echo './'`m_sigframe/sigframe-amd64-darwin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-syswrap-main.o `test -f 'm_syswrap/syswrap-main.c' || echo './'`m_syswrap/syswrap-main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-syswrap-generic.o `test -f 'm_syswrap/syswrap-generic.c' || echo './'`m_syswrap/syswrap-generic.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-syswrap-linux.o `test -f 'm_syswrap/syswrap-linux.c' || echo './'`m_syswrap/syswrap-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-syswrap-linux-variants.o `test -f 'm_syswrap/syswrap-linux-variants.c' || echo './'`m_syswrap/syswrap-linux-variants.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-syswrap-darwin.o `test -f 'm_syswrap/syswrap-darwin.c' || echo './'`m_syswrap/syswrap-darwin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-syswrap-x86-linux.o `test -f 'm_syswrap/syswrap-x86-linux.c' || echo './'`m_syswrap/syswrap-x86-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-syswrap-amd64-linux.o `test -f 'm_syswrap/syswrap-amd64-linux.c' || echo './'`m_syswrap/syswrap-amd64-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-syswrap-ppc32-linux.o `test -f 'm_syswrap/syswrap-ppc32-linux.c' || echo './'`m_syswrap/syswrap-ppc32-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-syswrap-ppc64-linux.o `test -f 'm_syswrap/syswrap-ppc64-linux.c' || echo './'`m_syswrap/syswrap-ppc64-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-syswrap-arm-linux.o `test -f 'm_syswrap/syswrap-arm-linux.c' || echo './'`m_syswrap/syswrap-arm-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-syswrap-s390x-linux.o `test -f 'm_syswrap/syswrap-s390x-linux.c' || echo './'`m_syswrap/syswrap-s390x-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-syswrap-x86-darwin.o `test -f 'm_syswrap/syswrap-x86-darwin.c' || echo './'`m_syswrap/syswrap-x86-darwin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-syswrap-amd64-darwin.o `test -f 'm_syswrap/syswrap-amd64-darwin.c' || echo './'`m_syswrap/syswrap-amd64-darwin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-elf.o `test -f 'm_ume/elf.c' || echo './'`m_ume/elf.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-macho.o `test -f 'm_ume/macho.c' || echo './'`m_ume/macho.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-main.o `test -f 'm_ume/main.c' || echo './'`m_ume/main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_amd64_linux_a-script.o `test -f 'm_ume/script.c' || echo './'`m_ume/script.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -c -o libcoregrind_amd64_linux_a-dispatch-amd64-linux.o `test -f 'm_dispatch/dispatch-amd64-linux.S' || echo './'`m_dispatch/dispatch-amd64-linux.S >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -c -o libcoregrind_amd64_linux_a-syscall-amd64-linux.o `test -f 'm_syswrap/syscall-amd64-linux.S' || echo './'`m_syswrap/syscall-amd64-linux.S >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -c -o libcoregrind_amd64_linux_a-dispatch-x86-linux.o `test -f 'm_dispatch/dispatch-x86-linux.S' || echo './'`m_dispatch/dispatch-x86-linux.S >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -c -o libcoregrind_amd64_linux_a-syscall-x86-linux.o `test -f 'm_syswrap/syscall-x86-linux.S' || echo './'`m_syswrap/syscall-x86-linux.S >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_commandline.o `test -f 'm_commandline.c' || echo './'`m_commandline.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_clientstate.o `test -f 'm_clientstate.c' || echo './'`m_clientstate.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -g -c -o libcoregrind_x86_linux_a-m_cpuid.o `test -f 'm_cpuid.S' || echo './'`m_cpuid.S >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_debugger.o `test -f 'm_debugger.c' || echo './'`m_debugger.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_debuglog.o `test -f 'm_debuglog.c' || echo './'`m_debuglog.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_errormgr.o `test -f 'm_errormgr.c' || echo './'`m_errormgr.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_execontext.o `test -f 'm_execontext.c' || echo './'`m_execontext.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_hashtable.o `test -f 'm_hashtable.c' || echo './'`m_hashtable.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_libcbase.o `test -f 'm_libcbase.c' || echo './'`m_libcbase.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_libcassert.o `test -f 'm_libcassert.c' || echo './'`m_libcassert.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_libcfile.o `test -f 'm_libcfile.c' || echo './'`m_libcfile.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_libcprint.o `test -f 'm_libcprint.c' || echo './'`m_libcprint.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_libcproc.o `test -f 'm_libcproc.c' || echo './'`m_libcproc.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_libcsetjmp.o `test -f 'm_libcsetjmp.c' || echo './'`m_libcsetjmp.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_libcsignal.o `test -f 'm_libcsignal.c' || echo './'`m_libcsignal.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_machine.o `test -f 'm_machine.c' || echo './'`m_machine.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_main.o `test -f 'm_main.c' || echo './'`m_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_mallocfree.o `test -f 'm_mallocfree.c' || echo './'`m_mallocfree.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_options.o `test -f 'm_options.c' || echo './'`m_options.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_oset.o `test -f 'm_oset.c' || echo './'`m_oset.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_redir.o `test -f 'm_redir.c' || echo './'`m_redir.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_seqmatch.o `test -f 'm_seqmatch.c' || echo './'`m_seqmatch.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_signals.o `test -f 'm_signals.c' || echo './'`m_signals.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_sparsewa.o `test -f 'm_sparsewa.c' || echo './'`m_sparsewa.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_stacks.o `test -f 'm_stacks.c' || echo './'`m_stacks.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_stacktrace.o `test -f 'm_stacktrace.c' || echo './'`m_stacktrace.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_syscall.o `test -f 'm_syscall.c' || echo './'`m_syscall.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_threadstate.o `test -f 'm_threadstate.c' || echo './'`m_threadstate.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_tooliface.o `test -f 'm_tooliface.c' || echo './'`m_tooliface.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -g -c -o libcoregrind_x86_linux_a-m_trampoline.o `test -f 'm_trampoline.S' || echo './'`m_trampoline.S >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_translate.o `test -f 'm_translate.c' || echo './'`m_translate.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_transtab.o `test -f 'm_transtab.c' || echo './'`m_transtab.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_vki.o `test -f 'm_vki.c' || echo './'`m_vki.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_vkiscnums.o `test -f 'm_vkiscnums.c' || echo './'`m_vkiscnums.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_wordfm.o `test -f 'm_wordfm.c' || echo './'`m_wordfm.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_xarray.o `test -f 'm_xarray.c' || echo './'`m_xarray.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_aspacehl.o `test -f 'm_aspacehl.c' || echo './'`m_aspacehl.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-aspacemgr-common.o `test -f 'm_aspacemgr/aspacemgr-common.c' || echo './'`m_aspacemgr/aspacemgr-common.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-aspacemgr-linux.o `test -f 'm_aspacemgr/aspacemgr-linux.c' || echo './'`m_aspacemgr/aspacemgr-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-coredump-elf.o `test -f 'm_coredump/coredump-elf.c' || echo './'`m_coredump/coredump-elf.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-coredump-macho.o `test -f 'm_coredump/coredump-macho.c' || echo './'`m_coredump/coredump-macho.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-misc.o `test -f 'm_debuginfo/misc.c' || echo './'`m_debuginfo/misc.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-d3basics.o `test -f 'm_debuginfo/d3basics.c' || echo './'`m_debuginfo/d3basics.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-debuginfo.o `test -f 'm_debuginfo/debuginfo.c' || echo './'`m_debuginfo/debuginfo.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-readdwarf.o `test -f 'm_debuginfo/readdwarf.c' || echo './'`m_debuginfo/readdwarf.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-readdwarf3.o `test -f 'm_debuginfo/readdwarf3.c' || echo './'`m_debuginfo/readdwarf3.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-readelf.o `test -f 'm_debuginfo/readelf.c' || echo './'`m_debuginfo/readelf.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-readmacho.o `test -f 'm_debuginfo/readmacho.c' || echo './'`m_debuginfo/readmacho.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-readpdb.o `test -f 'm_debuginfo/readpdb.c' || echo './'`m_debuginfo/readpdb.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-readstabs.o `test -f 'm_debuginfo/readstabs.c' || echo './'`m_debuginfo/readstabs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-storage.o `test -f 'm_debuginfo/storage.c' || echo './'`m_debuginfo/storage.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-tytypes.o `test -f 'm_debuginfo/tytypes.c' || echo './'`m_debuginfo/tytypes.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-cp-demangle.o `test -f 'm_demangle/cp-demangle.c' || echo './'`m_demangle/cp-demangle.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-cplus-dem.o `test -f 'm_demangle/cplus-dem.c' || echo './'`m_demangle/cplus-dem.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-demangle.o `test -f 'm_demangle/demangle.c' || echo './'`m_demangle/demangle.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-dyn-string.o `test -f 'm_demangle/dyn-string.c' || echo './'`m_demangle/dyn-string.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-safe-ctype.o `test -f 'm_demangle/safe-ctype.c' || echo './'`m_demangle/safe-ctype.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-m_gdbserver.o `test -f 'm_gdbserver/m_gdbserver.c' || echo './'`m_gdbserver/m_gdbserver.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-inferiors.o `test -f 'm_gdbserver/inferiors.c' || echo './'`m_gdbserver/inferiors.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-regcache.o `test -f 'm_gdbserver/regcache.c' || echo './'`m_gdbserver/regcache.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-remote-utils.o `test -f 'm_gdbserver/remote-utils.c' || echo './'`m_gdbserver/remote-utils.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-server.o `test -f 'm_gdbserver/server.c' || echo './'`m_gdbserver/server.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-signals.o `test -f 'm_gdbserver/signals.c' || echo './'`m_gdbserver/signals.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-target.o `test -f 'm_gdbserver/target.c' || echo './'`m_gdbserver/target.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-utils.o `test -f 'm_gdbserver/utils.c' || echo './'`m_gdbserver/utils.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-valgrind-low.o `test -f 'm_gdbserver/valgrind-low.c' || echo './'`m_gdbserver/valgrind-low.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-valgrind-low-x86.o `test -f 'm_gdbserver/valgrind-low-x86.c' || echo './'`m_gdbserver/valgrind-low-x86.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-valgrind-low-amd64.o `test -f 'm_gdbserver/valgrind-low-amd64.c' || echo './'`m_gdbserver/valgrind-low-amd64.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-valgrind-low-arm.o `test -f 'm_gdbserver/valgrind-low-arm.c' || echo './'`m_gdbserver/valgrind-low-arm.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-valgrind-low-ppc32.o `test -f 'm_gdbserver/valgrind-low-ppc32.c' || echo './'`m_gdbserver/valgrind-low-ppc32.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-valgrind-low-ppc64.o `test -f 'm_gdbserver/valgrind-low-ppc64.c' || echo './'`m_gdbserver/valgrind-low-ppc64.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-valgrind-low-s390x.o `test -f 'm_gdbserver/valgrind-low-s390x.c' || echo './'`m_gdbserver/valgrind-low-s390x.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-version.o `test -f 'm_gdbserver/version.c' || echo './'`m_gdbserver/version.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-initimg-linux.o `test -f 'm_initimg/initimg-linux.c' || echo './'`m_initimg/initimg-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-initimg-darwin.o `test -f 'm_initimg/initimg-darwin.c' || echo './'`m_initimg/initimg-darwin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-initimg-pathscan.o `test -f 'm_initimg/initimg-pathscan.c' || echo './'`m_initimg/initimg-pathscan.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-mach_basics.o `test -f 'm_mach/mach_basics.c' || echo './'`m_mach/mach_basics.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-mach_msg.o `test -f 'm_mach/mach_msg.c' || echo './'`m_mach/mach_msg.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-replacemalloc_core.o `test -f 'm_replacemalloc/replacemalloc_core.c' || echo './'`m_replacemalloc/replacemalloc_core.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-scheduler.o `test -f 'm_scheduler/scheduler.c' || echo './'`m_scheduler/scheduler.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-sema.o `test -f 'm_scheduler/sema.c' || echo './'`m_scheduler/sema.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-sigframe-x86-linux.o `test -f 'm_sigframe/sigframe-x86-linux.c' || echo './'`m_sigframe/sigframe-x86-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-sigframe-amd64-linux.o `test -f 'm_sigframe/sigframe-amd64-linux.c' || echo './'`m_sigframe/sigframe-amd64-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-sigframe-ppc32-linux.o `test -f 'm_sigframe/sigframe-ppc32-linux.c' || echo './'`m_sigframe/sigframe-ppc32-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-sigframe-ppc64-linux.o `test -f 'm_sigframe/sigframe-ppc64-linux.c' || echo './'`m_sigframe/sigframe-ppc64-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-sigframe-arm-linux.o `test -f 'm_sigframe/sigframe-arm-linux.c' || echo './'`m_sigframe/sigframe-arm-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-sigframe-s390x-linux.o `test -f 'm_sigframe/sigframe-s390x-linux.c' || echo './'`m_sigframe/sigframe-s390x-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-sigframe-x86-darwin.o `test -f 'm_sigframe/sigframe-x86-darwin.c' || echo './'`m_sigframe/sigframe-x86-darwin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-sigframe-amd64-darwin.o `test -f 'm_sigframe/sigframe-amd64-darwin.c' || echo './'`m_sigframe/sigframe-amd64-darwin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-syswrap-main.o `test -f 'm_syswrap/syswrap-main.c' || echo './'`m_syswrap/syswrap-main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-syswrap-generic.o `test -f 'm_syswrap/syswrap-generic.c' || echo './'`m_syswrap/syswrap-generic.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-syswrap-linux.o `test -f 'm_syswrap/syswrap-linux.c' || echo './'`m_syswrap/syswrap-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-syswrap-linux-variants.o `test -f 'm_syswrap/syswrap-linux-variants.c' || echo './'`m_syswrap/syswrap-linux-variants.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-syswrap-darwin.o `test -f 'm_syswrap/syswrap-darwin.c' || echo './'`m_syswrap/syswrap-darwin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-syswrap-x86-linux.o `test -f 'm_syswrap/syswrap-x86-linux.c' || echo './'`m_syswrap/syswrap-x86-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-syswrap-amd64-linux.o `test -f 'm_syswrap/syswrap-amd64-linux.c' || echo './'`m_syswrap/syswrap-amd64-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-syswrap-ppc32-linux.o `test -f 'm_syswrap/syswrap-ppc32-linux.c' || echo './'`m_syswrap/syswrap-ppc32-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-syswrap-ppc64-linux.o `test -f 'm_syswrap/syswrap-ppc64-linux.c' || echo './'`m_syswrap/syswrap-ppc64-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-syswrap-arm-linux.o `test -f 'm_syswrap/syswrap-arm-linux.c' || echo './'`m_syswrap/syswrap-arm-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-syswrap-s390x-linux.o `test -f 'm_syswrap/syswrap-s390x-linux.c' || echo './'`m_syswrap/syswrap-s390x-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-syswrap-x86-darwin.o `test -f 'm_syswrap/syswrap-x86-darwin.c' || echo './'`m_syswrap/syswrap-x86-darwin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-syswrap-amd64-darwin.o `test -f 'm_syswrap/syswrap-amd64-darwin.c' || echo './'`m_syswrap/syswrap-amd64-darwin.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-elf.o `test -f 'm_ume/elf.c' || echo './'`m_ume/elf.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-macho.o `test -f 'm_ume/macho.c' || echo './'`m_ume/macho.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-main.o `test -f 'm_ume/main.c' || echo './'`m_ume/main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libcoregrind_x86_linux_a-script.o `test -f 'm_ume/script.c' || echo './'`m_ume/script.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -g -c -o libcoregrind_x86_linux_a-dispatch-amd64-linux.o `test -f 'm_dispatch/dispatch-amd64-linux.S' || echo './'`m_dispatch/dispatch-amd64-linux.S >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -g -c -o libcoregrind_x86_linux_a-syscall-amd64-linux.o `test -f 'm_syswrap/syscall-amd64-linux.S' || echo './'`m_syswrap/syscall-amd64-linux.S >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -g -c -o libcoregrind_x86_linux_a-dispatch-x86-linux.o `test -f 'm_dispatch/dispatch-x86-linux.S' || echo './'`m_dispatch/dispatch-x86-linux.S >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -g -c -o libcoregrind_x86_linux_a-syscall-x86-linux.o `test -f 'm_syswrap/syscall-x86-linux.S' || echo './'`m_syswrap/syscall-x86-linux.S >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libreplacemalloc_toolpreload_amd64_linux_a-vg_replace_malloc.o `test -f 'm_replacemalloc/vg_replace_malloc.c' || echo './'`m_replacemalloc/vg_replace_malloc.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o libreplacemalloc_toolpreload_x86_linux_a-vg_replace_malloc.o `test -f 'm_replacemalloc/vg_replace_malloc.c' || echo './'`m_replacemalloc/vg_replace_malloc.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o valgrind-launcher-linux.o `test -f 'launcher-linux.c' || echo './'`launcher-linux.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o valgrind-m_debuglog.o `test -f 'm_debuglog.c' || echo './'`m_debuglog.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgdb-vgdb.o `test -f 'vgdb.c' || echo './'`vgdb.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgpreload_core_amd64_linux_so-vg_preloaded.o `test -f 'vg_preloaded.c' || echo './'`vg_preloaded.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/lib64/valgrind"\" -DVG_PLATFORM="\"x86-linux\"" -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgpreload_core_x86_linux_so-vg_preloaded.o `test -f 'vg_preloaded.c' || echo './'`vg_preloaded.c >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >rm -f libcoregrind-amd64-linux.a >/usr/bin/ar cru libcoregrind-amd64-linux.a libcoregrind_amd64_linux_a-m_commandline.o libcoregrind_amd64_linux_a-m_clientstate.o libcoregrind_amd64_linux_a-m_cpuid.o libcoregrind_amd64_linux_a-m_debugger.o libcoregrind_amd64_linux_a-m_debuglog.o libcoregrind_amd64_linux_a-m_errormgr.o libcoregrind_amd64_linux_a-m_execontext.o libcoregrind_amd64_linux_a-m_hashtable.o libcoregrind_amd64_linux_a-m_libcbase.o libcoregrind_amd64_linux_a-m_libcassert.o libcoregrind_amd64_linux_a-m_libcfile.o libcoregrind_amd64_linux_a-m_libcprint.o libcoregrind_amd64_linux_a-m_libcproc.o libcoregrind_amd64_linux_a-m_libcsetjmp.o libcoregrind_amd64_linux_a-m_libcsignal.o libcoregrind_amd64_linux_a-m_machine.o libcoregrind_amd64_linux_a-m_main.o libcoregrind_amd64_linux_a-m_mallocfree.o libcoregrind_amd64_linux_a-m_options.o libcoregrind_amd64_linux_a-m_oset.o libcoregrind_amd64_linux_a-m_redir.o libcoregrind_amd64_linux_a-m_seqmatch.o libcoregrind_amd64_linux_a-m_signals.o libcoregrind_amd64_linux_a-m_sparsewa.o libcoregrind_amd64_linux_a-m_stacks.o libcoregrind_amd64_linux_a-m_stacktrace.o libcoregrind_amd64_linux_a-m_syscall.o libcoregrind_amd64_linux_a-m_threadstate.o libcoregrind_amd64_linux_a-m_tooliface.o libcoregrind_amd64_linux_a-m_trampoline.o libcoregrind_amd64_linux_a-m_translate.o libcoregrind_amd64_linux_a-m_transtab.o libcoregrind_amd64_linux_a-m_vki.o libcoregrind_amd64_linux_a-m_vkiscnums.o libcoregrind_amd64_linux_a-m_wordfm.o libcoregrind_amd64_linux_a-m_xarray.o libcoregrind_amd64_linux_a-m_aspacehl.o libcoregrind_amd64_linux_a-aspacemgr-common.o libcoregrind_amd64_linux_a-aspacemgr-linux.o libcoregrind_amd64_linux_a-coredump-elf.o libcoregrind_amd64_linux_a-coredump-macho.o libcoregrind_amd64_linux_a-misc.o libcoregrind_amd64_linux_a-d3basics.o libcoregrind_amd64_linux_a-debuginfo.o libcoregrind_amd64_linux_a-readdwarf.o libcoregrind_amd64_linux_a-readdwarf3.o libcoregrind_amd64_linux_a-readelf.o libcoregrind_amd64_linux_a-readmacho.o libcoregrind_amd64_linux_a-readpdb.o libcoregrind_amd64_linux_a-readstabs.o libcoregrind_amd64_linux_a-storage.o libcoregrind_amd64_linux_a-tytypes.o libcoregrind_amd64_linux_a-cp-demangle.o libcoregrind_amd64_linux_a-cplus-dem.o libcoregrind_amd64_linux_a-demangle.o libcoregrind_amd64_linux_a-dyn-string.o libcoregrind_amd64_linux_a-safe-ctype.o libcoregrind_amd64_linux_a-m_gdbserver.o libcoregrind_amd64_linux_a-inferiors.o libcoregrind_amd64_linux_a-m_gdbserver.o libcoregrind_amd64_linux_a-regcache.o libcoregrind_amd64_linux_a-remote-utils.o libcoregrind_amd64_linux_a-server.o libcoregrind_amd64_linux_a-signals.o libcoregrind_amd64_linux_a-target.o libcoregrind_amd64_linux_a-utils.o libcoregrind_amd64_linux_a-valgrind-low.o libcoregrind_amd64_linux_a-valgrind-low-x86.o libcoregrind_amd64_linux_a-valgrind-low-amd64.o libcoregrind_amd64_linux_a-valgrind-low-arm.o libcoregrind_amd64_linux_a-valgrind-low-ppc32.o libcoregrind_amd64_linux_a-valgrind-low-ppc64.o libcoregrind_amd64_linux_a-valgrind-low-s390x.o libcoregrind_amd64_linux_a-version.o libcoregrind_amd64_linux_a-initimg-linux.o libcoregrind_amd64_linux_a-initimg-darwin.o libcoregrind_amd64_linux_a-initimg-pathscan.o libcoregrind_amd64_linux_a-mach_basics.o libcoregrind_amd64_linux_a-mach_msg.o libcoregrind_amd64_linux_a-replacemalloc_core.o libcoregrind_amd64_linux_a-scheduler.o libcoregrind_amd64_linux_a-sema.o libcoregrind_amd64_linux_a-sigframe-x86-linux.o libcoregrind_amd64_linux_a-sigframe-amd64-linux.o libcoregrind_amd64_linux_a-sigframe-ppc32-linux.o libcoregrind_amd64_linux_a-sigframe-ppc64-linux.o libcoregrind_amd64_linux_a-sigframe-arm-linux.o libcoregrind_amd64_linux_a-sigframe-s390x-linux.o libcoregrind_amd64_linux_a-sigframe-x86-darwin.o libcoregrind_amd64_linux_a-sigframe-amd64-darwin.o libcoregrind_amd64_linux_a-syswrap-main.o libcoregrind_amd64_linux_a-syswrap-generic.o libcoregrind_amd64_linux_a-syswrap-linux.o libcoregrind_amd64_linux_a-syswrap-linux-variants.o libcoregrind_amd64_linux_a-syswrap-darwin.o libcoregrind_amd64_linux_a-syswrap-x86-linux.o libcoregrind_amd64_linux_a-syswrap-amd64-linux.o libcoregrind_amd64_linux_a-syswrap-ppc32-linux.o libcoregrind_amd64_linux_a-syswrap-ppc64-linux.o libcoregrind_amd64_linux_a-syswrap-arm-linux.o libcoregrind_amd64_linux_a-syswrap-s390x-linux.o libcoregrind_amd64_linux_a-syswrap-x86-darwin.o libcoregrind_amd64_linux_a-syswrap-amd64-darwin.o libcoregrind_amd64_linux_a-elf.o libcoregrind_amd64_linux_a-macho.o libcoregrind_amd64_linux_a-main.o libcoregrind_amd64_linux_a-script.o libcoregrind_amd64_linux_a-dispatch-amd64-linux.o libcoregrind_amd64_linux_a-syscall-amd64-linux.o libcoregrind_amd64_linux_a-dispatch-x86-linux.o libcoregrind_amd64_linux_a-syscall-x86-linux.o >x86_64-pc-linux-gnu-ranlib libcoregrind-amd64-linux.a >rm -f libreplacemalloc_toolpreload-amd64-linux.a >/usr/bin/ar cru libreplacemalloc_toolpreload-amd64-linux.a libreplacemalloc_toolpreload_amd64_linux_a-vg_replace_malloc.o >x86_64-pc-linux-gnu-ranlib libreplacemalloc_toolpreload-amd64-linux.a >rm -f libreplacemalloc_toolpreload-x86-linux.a >/usr/bin/ar cru libreplacemalloc_toolpreload-x86-linux.a libreplacemalloc_toolpreload_x86_linux_a-vg_replace_malloc.o >x86_64-pc-linux-gnu-ranlib libreplacemalloc_toolpreload-x86-linux.a >x86_64-pc-linux-gnu-gcc -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o valgrind valgrind-launcher-linux.o valgrind-m_debuglog.o >x86_64-pc-linux-gnu-gcc -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgpreload_core-amd64-linux.so vgpreload_core_amd64_linux_so-vg_preloaded.o >x86_64-pc-linux-gnu-gcc -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m32 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgpreload_core-x86-linux.so vgpreload_core_x86_linux_so-vg_preloaded.o >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../coregrind/$f.dSYM ../.in_place; \ >done >mkdir -p ../.in_place; \ >for f in vgpreload_core-amd64-linux.so vgpreload_core-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../coregrind/$f ../.in_place; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../coregrind/$f ../.in_place; \ >done >x86_64-pc-linux-gnu-gcc -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgdb vgdb-vgdb.o -lpthread >rm -f libcoregrind-x86-linux.a >/usr/bin/ar cru libcoregrind-x86-linux.a libcoregrind_x86_linux_a-m_commandline.o libcoregrind_x86_linux_a-m_clientstate.o libcoregrind_x86_linux_a-m_cpuid.o libcoregrind_x86_linux_a-m_debugger.o libcoregrind_x86_linux_a-m_debuglog.o libcoregrind_x86_linux_a-m_errormgr.o libcoregrind_x86_linux_a-m_execontext.o libcoregrind_x86_linux_a-m_hashtable.o libcoregrind_x86_linux_a-m_libcbase.o libcoregrind_x86_linux_a-m_libcassert.o libcoregrind_x86_linux_a-m_libcfile.o libcoregrind_x86_linux_a-m_libcprint.o libcoregrind_x86_linux_a-m_libcproc.o libcoregrind_x86_linux_a-m_libcsetjmp.o libcoregrind_x86_linux_a-m_libcsignal.o libcoregrind_x86_linux_a-m_machine.o libcoregrind_x86_linux_a-m_main.o libcoregrind_x86_linux_a-m_mallocfree.o libcoregrind_x86_linux_a-m_options.o libcoregrind_x86_linux_a-m_oset.o libcoregrind_x86_linux_a-m_redir.o libcoregrind_x86_linux_a-m_seqmatch.o libcoregrind_x86_linux_a-m_signals.o libcoregrind_x86_linux_a-m_sparsewa.o libcoregrind_x86_linux_a-m_stacks.o libcoregrind_x86_linux_a-m_stacktrace.o libcoregrind_x86_linux_a-m_syscall.o libcoregrind_x86_linux_a-m_threadstate.o libcoregrind_x86_linux_a-m_tooliface.o libcoregrind_x86_linux_a-m_trampoline.o libcoregrind_x86_linux_a-m_translate.o libcoregrind_x86_linux_a-m_transtab.o libcoregrind_x86_linux_a-m_vki.o libcoregrind_x86_linux_a-m_vkiscnums.o libcoregrind_x86_linux_a-m_wordfm.o libcoregrind_x86_linux_a-m_xarray.o libcoregrind_x86_linux_a-m_aspacehl.o libcoregrind_x86_linux_a-aspacemgr-common.o libcoregrind_x86_linux_a-aspacemgr-linux.o libcoregrind_x86_linux_a-coredump-elf.o libcoregrind_x86_linux_a-coredump-macho.o libcoregrind_x86_linux_a-misc.o libcoregrind_x86_linux_a-d3basics.o libcoregrind_x86_linux_a-debuginfo.o libcoregrind_x86_linux_a-readdwarf.o libcoregrind_x86_linux_a-readdwarf3.o libcoregrind_x86_linux_a-readelf.o libcoregrind_x86_linux_a-readmacho.o libcoregrind_x86_linux_a-readpdb.o libcoregrind_x86_linux_a-readstabs.o libcoregrind_x86_linux_a-storage.o libcoregrind_x86_linux_a-tytypes.o libcoregrind_x86_linux_a-cp-demangle.o libcoregrind_x86_linux_a-cplus-dem.o libcoregrind_x86_linux_a-demangle.o libcoregrind_x86_linux_a-dyn-string.o libcoregrind_x86_linux_a-safe-ctype.o libcoregrind_x86_linux_a-m_gdbserver.o libcoregrind_x86_linux_a-inferiors.o libcoregrind_x86_linux_a-m_gdbserver.o libcoregrind_x86_linux_a-regcache.o libcoregrind_x86_linux_a-remote-utils.o libcoregrind_x86_linux_a-server.o libcoregrind_x86_linux_a-signals.o libcoregrind_x86_linux_a-target.o libcoregrind_x86_linux_a-utils.o libcoregrind_x86_linux_a-valgrind-low.o libcoregrind_x86_linux_a-valgrind-low-x86.o libcoregrind_x86_linux_a-valgrind-low-amd64.o libcoregrind_x86_linux_a-valgrind-low-arm.o libcoregrind_x86_linux_a-valgrind-low-ppc32.o libcoregrind_x86_linux_a-valgrind-low-ppc64.o libcoregrind_x86_linux_a-valgrind-low-s390x.o libcoregrind_x86_linux_a-version.o libcoregrind_x86_linux_a-initimg-linux.o libcoregrind_x86_linux_a-initimg-darwin.o libcoregrind_x86_linux_a-initimg-pathscan.o libcoregrind_x86_linux_a-mach_basics.o libcoregrind_x86_linux_a-mach_msg.o libcoregrind_x86_linux_a-replacemalloc_core.o libcoregrind_x86_linux_a-scheduler.o libcoregrind_x86_linux_a-sema.o libcoregrind_x86_linux_a-sigframe-x86-linux.o libcoregrind_x86_linux_a-sigframe-amd64-linux.o libcoregrind_x86_linux_a-sigframe-ppc32-linux.o libcoregrind_x86_linux_a-sigframe-ppc64-linux.o libcoregrind_x86_linux_a-sigframe-arm-linux.o libcoregrind_x86_linux_a-sigframe-s390x-linux.o libcoregrind_x86_linux_a-sigframe-x86-darwin.o libcoregrind_x86_linux_a-sigframe-amd64-darwin.o libcoregrind_x86_linux_a-syswrap-main.o libcoregrind_x86_linux_a-syswrap-generic.o libcoregrind_x86_linux_a-syswrap-linux.o libcoregrind_x86_linux_a-syswrap-linux-variants.o libcoregrind_x86_linux_a-syswrap-darwin.o libcoregrind_x86_linux_a-syswrap-x86-linux.o libcoregrind_x86_linux_a-syswrap-amd64-linux.o libcoregrind_x86_linux_a-syswrap-ppc32-linux.o libcoregrind_x86_linux_a-syswrap-ppc64-linux.o libcoregrind_x86_linux_a-syswrap-arm-linux.o libcoregrind_x86_linux_a-syswrap-s390x-linux.o libcoregrind_x86_linux_a-syswrap-x86-darwin.o libcoregrind_x86_linux_a-syswrap-amd64-darwin.o libcoregrind_x86_linux_a-elf.o libcoregrind_x86_linux_a-macho.o libcoregrind_x86_linux_a-main.o libcoregrind_x86_linux_a-script.o libcoregrind_x86_linux_a-dispatch-amd64-linux.o libcoregrind_x86_linux_a-syscall-amd64-linux.o libcoregrind_x86_linux_a-dispatch-x86-linux.o libcoregrind_x86_linux_a-syscall-x86-linux.o >x86_64-pc-linux-gnu-ranlib libcoregrind-x86-linux.a >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/coregrind' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/coregrind' >Making all in . >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' >mkdir -p ./.in_place >rm -f ./.in_place/default.supp >ln -s ../default.supp ./.in_place >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' >Making all in memcheck >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck' >Making all in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o memcheck_amd64_linux-mc_leakcheck.o `test -f 'mc_leakcheck.c' || echo './'`mc_leakcheck.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o memcheck_amd64_linux-mc_malloc_wrappers.o `test -f 'mc_malloc_wrappers.c' || echo './'`mc_malloc_wrappers.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o memcheck_amd64_linux-mc_main.o `test -f 'mc_main.c' || echo './'`mc_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o memcheck_amd64_linux-mc_translate.o `test -f 'mc_translate.c' || echo './'`mc_translate.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o memcheck_amd64_linux-mc_machine.o `test -f 'mc_machine.c' || echo './'`mc_machine.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o memcheck_amd64_linux-mc_errors.o `test -f 'mc_errors.c' || echo './'`mc_errors.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o memcheck_x86_linux-mc_leakcheck.o `test -f 'mc_leakcheck.c' || echo './'`mc_leakcheck.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o memcheck_x86_linux-mc_malloc_wrappers.o `test -f 'mc_malloc_wrappers.c' || echo './'`mc_malloc_wrappers.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o memcheck_x86_linux-mc_main.o `test -f 'mc_main.c' || echo './'`mc_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o memcheck_x86_linux-mc_translate.o `test -f 'mc_translate.c' || echo './'`mc_translate.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o memcheck_x86_linux-mc_machine.o `test -f 'mc_machine.c' || echo './'`mc_machine.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o memcheck_x86_linux-mc_errors.o `test -f 'mc_errors.c' || echo './'`mc_errors.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgpreload_memcheck_amd64_linux_so-mc_replace_strmem.o `test -f 'mc_replace_strmem.c' || echo './'`mc_replace_strmem.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgpreload_memcheck_x86_linux_so-mc_replace_strmem.o `test -f 'mc_replace_strmem.c' || echo './'`mc_replace_strmem.c >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >x86_64-pc-linux-gnu-gcc -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgpreload_memcheck-amd64-linux.so vgpreload_memcheck_amd64_linux_so-mc_replace_strmem.o >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../memcheck/$f.dSYM ../.in_place; \ >done >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o memcheck-amd64-linux -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m64 memcheck_amd64_linux-mc_leakcheck.o memcheck_amd64_linux-mc_malloc_wrappers.o memcheck_amd64_linux-mc_main.o memcheck_amd64_linux-mc_translate.o memcheck_amd64_linux-mc_machine.o memcheck_amd64_linux-mc_errors.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o memcheck-x86-linux -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m32 memcheck_x86_linux-mc_leakcheck.o memcheck_x86_linux-mc_malloc_wrappers.o memcheck_x86_linux-mc_main.o memcheck_x86_linux-mc_translate.o memcheck_x86_linux-mc_machine.o memcheck_x86_linux-mc_errors.o ../coregrind/libcoregrind-x86-linux.a ../VEX/libvex-x86-linux.a -lgcc >x86_64-pc-linux-gnu-gcc -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m32 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-x86-linux.a -Wl,--no-whole-archive -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgpreload_memcheck-x86-linux.so vgpreload_memcheck_x86_linux_so-mc_replace_strmem.o >mkdir -p ../.in_place; \ >for f in memcheck-amd64-linux memcheck-x86-linux vgpreload_memcheck-amd64-linux.so vgpreload_memcheck-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../memcheck/$f ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck' >Making all in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >Making all in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >make[4]: Nessuna operazione da eseguire per «all-am». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >Making all in x86 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86' >make[4]: Nessuna operazione da eseguire per «all». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86' >Making all in amd64 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64' >make[4]: Nessuna operazione da eseguire per «all». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64' >Making all in linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/linux' >make[4]: Nessuna operazione da eseguire per «all». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/linux' >Making all in x86-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86-linux' >make[4]: Nessuna operazione da eseguire per «all». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86-linux' >Making all in amd64-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64-linux' >make[4]: Nessuna operazione da eseguire per «all». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64-linux' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >Making all in perf >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/perf' >make[3]: Nessuna operazione da eseguire per «all». >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/perf' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck' >Making all in cachegrind >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind' >Making all in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cg_merge-cg_merge.o `test -f 'cg_merge.c' || echo './'`cg_merge.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cachegrind_amd64_linux-cg_main.o `test -f 'cg_main.c' || echo './'`cg_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cachegrind_amd64_linux-cg-arch.o `test -f 'cg-arch.c' || echo './'`cg-arch.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cachegrind_amd64_linux-cg-x86-amd64.o `test -f 'cg-x86-amd64.c' || echo './'`cg-x86-amd64.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cachegrind_amd64_linux-cg-ppc32.o `test -f 'cg-ppc32.c' || echo './'`cg-ppc32.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cachegrind_amd64_linux-cg-ppc64.o `test -f 'cg-ppc64.c' || echo './'`cg-ppc64.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cachegrind_amd64_linux-cg-arm.o `test -f 'cg-arm.c' || echo './'`cg-arm.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cachegrind_amd64_linux-cg-s390x.o `test -f 'cg-s390x.c' || echo './'`cg-s390x.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cachegrind_x86_linux-cg_main.o `test -f 'cg_main.c' || echo './'`cg_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cachegrind_x86_linux-cg-arch.o `test -f 'cg-arch.c' || echo './'`cg-arch.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cachegrind_x86_linux-cg-x86-amd64.o `test -f 'cg-x86-amd64.c' || echo './'`cg-x86-amd64.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cachegrind_x86_linux-cg-ppc32.o `test -f 'cg-ppc32.c' || echo './'`cg-ppc32.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cachegrind_x86_linux-cg-ppc64.o `test -f 'cg-ppc64.c' || echo './'`cg-ppc64.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cachegrind_x86_linux-cg-arm.o `test -f 'cg-arm.c' || echo './'`cg-arm.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o cachegrind_x86_linux-cg-s390x.o `test -f 'cg-s390x.c' || echo './'`cg-s390x.c >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >x86_64-pc-linux-gnu-gcc -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o cg_merge cg_merge-cg_merge.o >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../cachegrind/$f.dSYM ../.in_place; \ >done >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o cachegrind-amd64-linux -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m64 cachegrind_amd64_linux-cg_main.o cachegrind_amd64_linux-cg-arch.o cachegrind_amd64_linux-cg-x86-amd64.o cachegrind_amd64_linux-cg-ppc32.o cachegrind_amd64_linux-cg-ppc64.o cachegrind_amd64_linux-cg-arm.o cachegrind_amd64_linux-cg-s390x.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o cachegrind-x86-linux -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m32 cachegrind_x86_linux-cg_main.o cachegrind_x86_linux-cg-arch.o cachegrind_x86_linux-cg-x86-amd64.o cachegrind_x86_linux-cg-ppc32.o cachegrind_x86_linux-cg-ppc64.o cachegrind_x86_linux-cg-arm.o cachegrind_x86_linux-cg-s390x.o ../coregrind/libcoregrind-x86-linux.a ../VEX/libvex-x86-linux.a -lgcc >mkdir -p ../.in_place; \ >for f in cachegrind-amd64-linux cachegrind-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../cachegrind/$f ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind' >Making all in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >Making all in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >make[4]: Nessuna operazione da eseguire per «all-am». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >Making all in x86 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests/x86' >make[4]: Nessuna operazione da eseguire per «all». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests/x86' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind' >Making all in callgrind >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind' >Making all in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-bb.o `test -f 'bb.c' || echo './'`bb.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-bbcc.o `test -f 'bbcc.c' || echo './'`bbcc.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-callstack.o `test -f 'callstack.c' || echo './'`callstack.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-clo.o `test -f 'clo.c' || echo './'`clo.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-command.o `test -f 'command.c' || echo './'`command.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-context.o `test -f 'context.c' || echo './'`context.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-costs.o `test -f 'costs.c' || echo './'`costs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-debug.o `test -f 'debug.c' || echo './'`debug.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-dump.o `test -f 'dump.c' || echo './'`dump.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-events.o `test -f 'events.c' || echo './'`events.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-fn.o `test -f 'fn.c' || echo './'`fn.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-jumps.o `test -f 'jumps.c' || echo './'`jumps.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-main.o `test -f 'main.c' || echo './'`main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-sim.o `test -f 'sim.c' || echo './'`sim.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-threads.o `test -f 'threads.c' || echo './'`threads.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-cg-arch.o `test -f '../cachegrind/cg-arch.c' || echo './'`../cachegrind/cg-arch.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-cg-x86-amd64.o `test -f '../cachegrind/cg-x86-amd64.c' || echo './'`../cachegrind/cg-x86-amd64.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-cg-ppc32.o `test -f '../cachegrind/cg-ppc32.c' || echo './'`../cachegrind/cg-ppc32.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-cg-ppc64.o `test -f '../cachegrind/cg-ppc64.c' || echo './'`../cachegrind/cg-ppc64.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-cg-arm.o `test -f '../cachegrind/cg-arm.c' || echo './'`../cachegrind/cg-arm.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_amd64_linux-cg-s390x.o `test -f '../cachegrind/cg-s390x.c' || echo './'`../cachegrind/cg-s390x.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-bb.o `test -f 'bb.c' || echo './'`bb.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-bbcc.o `test -f 'bbcc.c' || echo './'`bbcc.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-callstack.o `test -f 'callstack.c' || echo './'`callstack.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-clo.o `test -f 'clo.c' || echo './'`clo.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-command.o `test -f 'command.c' || echo './'`command.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-context.o `test -f 'context.c' || echo './'`context.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-costs.o `test -f 'costs.c' || echo './'`costs.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-debug.o `test -f 'debug.c' || echo './'`debug.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-dump.o `test -f 'dump.c' || echo './'`dump.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-events.o `test -f 'events.c' || echo './'`events.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-fn.o `test -f 'fn.c' || echo './'`fn.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-jumps.o `test -f 'jumps.c' || echo './'`jumps.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-main.o `test -f 'main.c' || echo './'`main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-sim.o `test -f 'sim.c' || echo './'`sim.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-threads.o `test -f 'threads.c' || echo './'`threads.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-cg-arch.o `test -f '../cachegrind/cg-arch.c' || echo './'`../cachegrind/cg-arch.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-cg-x86-amd64.o `test -f '../cachegrind/cg-x86-amd64.c' || echo './'`../cachegrind/cg-x86-amd64.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-cg-ppc32.o `test -f '../cachegrind/cg-ppc32.c' || echo './'`../cachegrind/cg-ppc32.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-cg-ppc64.o `test -f '../cachegrind/cg-ppc64.c' || echo './'`../cachegrind/cg-ppc64.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-cg-arm.o `test -f '../cachegrind/cg-arm.c' || echo './'`../cachegrind/cg-arm.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o callgrind_x86_linux-cg-s390x.o `test -f '../cachegrind/cg-s390x.c' || echo './'`../cachegrind/cg-s390x.c >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o callgrind-amd64-linux -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m64 callgrind_amd64_linux-bb.o callgrind_amd64_linux-bbcc.o callgrind_amd64_linux-callstack.o callgrind_amd64_linux-clo.o callgrind_amd64_linux-command.o callgrind_amd64_linux-context.o callgrind_amd64_linux-costs.o callgrind_amd64_linux-debug.o callgrind_amd64_linux-dump.o callgrind_amd64_linux-events.o callgrind_amd64_linux-fn.o callgrind_amd64_linux-jumps.o callgrind_amd64_linux-main.o callgrind_amd64_linux-sim.o callgrind_amd64_linux-threads.o callgrind_amd64_linux-cg-arch.o callgrind_amd64_linux-cg-x86-amd64.o callgrind_amd64_linux-cg-ppc32.o callgrind_amd64_linux-cg-ppc64.o callgrind_amd64_linux-cg-arm.o callgrind_amd64_linux-cg-s390x.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../callgrind/$f.dSYM ../.in_place; \ >done >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o callgrind-x86-linux -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -I../cachegrind -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m32 callgrind_x86_linux-bb.o callgrind_x86_linux-bbcc.o callgrind_x86_linux-callstack.o callgrind_x86_linux-clo.o callgrind_x86_linux-command.o callgrind_x86_linux-context.o callgrind_x86_linux-costs.o callgrind_x86_linux-debug.o callgrind_x86_linux-dump.o callgrind_x86_linux-events.o callgrind_x86_linux-fn.o callgrind_x86_linux-jumps.o callgrind_x86_linux-main.o callgrind_x86_linux-sim.o callgrind_x86_linux-threads.o callgrind_x86_linux-cg-arch.o callgrind_x86_linux-cg-x86-amd64.o callgrind_x86_linux-cg-ppc32.o callgrind_x86_linux-cg-ppc64.o callgrind_x86_linux-cg-arm.o callgrind_x86_linux-cg-s390x.o ../coregrind/libcoregrind-x86-linux.a ../VEX/libvex-x86-linux.a -lgcc >mkdir -p ../.in_place; \ >for f in callgrind-amd64-linux callgrind-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../callgrind/$f ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind' >Making all in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >Making all in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >make[4]: Nessuna operazione da eseguire per «all-am». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind' >Making all in massif >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif' >Making all in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o massif_amd64_linux-ms_main.o `test -f 'ms_main.c' || echo './'`ms_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o massif_x86_linux-ms_main.o `test -f 'ms_main.c' || echo './'`ms_main.c >x86_64-pc-linux-gnu-gcc -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgpreload_massif-amd64-linux.so >x86_64-pc-linux-gnu-gcc -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m32 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-x86-linux.a -Wl,--no-whole-archive -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgpreload_massif-x86-linux.so >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../massif/$f.dSYM ../.in_place; \ >done >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o massif-x86-linux -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m32 massif_x86_linux-ms_main.o ../coregrind/libcoregrind-x86-linux.a ../VEX/libvex-x86-linux.a -lgcc >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o massif-amd64-linux -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m64 massif_amd64_linux-ms_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc >mkdir -p ../.in_place; \ >for f in massif-amd64-linux massif-x86-linux vgpreload_massif-amd64-linux.so vgpreload_massif-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../massif/$f ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif' >Making all in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/tests' >make[3]: Nessuna operazione da eseguire per «all». >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/tests' >Making all in perf >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/perf' >make[3]: Nessuna operazione da eseguire per «all». >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/perf' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif' >Making all in lackey >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey' >Making all in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o lackey_amd64_linux-lk_main.o `test -f 'lk_main.c' || echo './'`lk_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o lackey_x86_linux-lk_main.o `test -f 'lk_main.c' || echo './'`lk_main.c >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../lackey/$f.dSYM ../.in_place; \ >done >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o lackey-amd64-linux -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m64 lackey_amd64_linux-lk_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o lackey-x86-linux -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m32 lackey_x86_linux-lk_main.o ../coregrind/libcoregrind-x86-linux.a ../VEX/libvex-x86-linux.a -lgcc >mkdir -p ../.in_place; \ >for f in lackey-amd64-linux lackey-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../lackey/$f ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey' >Making all in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey/tests' >make[3]: Nessuna operazione da eseguire per «all». >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey' >Making all in none >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none' >Making all in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o none_amd64_linux-nl_main.o `test -f 'nl_main.c' || echo './'`nl_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o none_x86_linux-nl_main.o `test -f 'nl_main.c' || echo './'`nl_main.c >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../none/$f.dSYM ../.in_place; \ >done >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o none-amd64-linux -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m64 none_amd64_linux-nl_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o none-x86-linux -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m32 none_x86_linux-nl_main.o ../coregrind/libcoregrind-x86-linux.a ../VEX/libvex-x86-linux.a -lgcc >mkdir -p ../.in_place; \ >for f in none-amd64-linux none-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../none/$f ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none' >Making all in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >Making all in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >make[4]: Nessuna operazione da eseguire per «all-am». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >Making all in x86 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86' >make[4]: Nessuna operazione da eseguire per «all». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86' >Making all in amd64 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/amd64' >make[4]: Nessuna operazione da eseguire per «all». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/amd64' >Making all in linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/linux' >make[4]: Nessuna operazione da eseguire per «all». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/linux' >Making all in x86-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86-linux' >make[4]: Nessuna operazione da eseguire per «all». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86-linux' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none' >Making all in helgrind >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind' >Making all in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o helgrind_amd64_linux-hg_basics.o `test -f 'hg_basics.c' || echo './'`hg_basics.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o helgrind_amd64_linux-hg_errors.o `test -f 'hg_errors.c' || echo './'`hg_errors.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o helgrind_amd64_linux-hg_lock_n_thread.o `test -f 'hg_lock_n_thread.c' || echo './'`hg_lock_n_thread.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o helgrind_amd64_linux-hg_main.o `test -f 'hg_main.c' || echo './'`hg_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o helgrind_amd64_linux-hg_wordset.o `test -f 'hg_wordset.c' || echo './'`hg_wordset.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o helgrind_amd64_linux-libhb_core.o `test -f 'libhb_core.c' || echo './'`libhb_core.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o helgrind_x86_linux-hg_basics.o `test -f 'hg_basics.c' || echo './'`hg_basics.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o helgrind_x86_linux-hg_errors.o `test -f 'hg_errors.c' || echo './'`hg_errors.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o helgrind_x86_linux-hg_lock_n_thread.o `test -f 'hg_lock_n_thread.c' || echo './'`hg_lock_n_thread.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o helgrind_x86_linux-hg_main.o `test -f 'hg_main.c' || echo './'`hg_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o helgrind_x86_linux-hg_wordset.o `test -f 'hg_wordset.c' || echo './'`hg_wordset.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o helgrind_x86_linux-libhb_core.o `test -f 'libhb_core.c' || echo './'`libhb_core.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgpreload_helgrind_amd64_linux_so-hg_intercepts.o `test -f 'hg_intercepts.c' || echo './'`hg_intercepts.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgpreload_helgrind_x86_linux_so-hg_intercepts.o `test -f 'hg_intercepts.c' || echo './'`hg_intercepts.c >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o helgrind-amd64-linux -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m64 helgrind_amd64_linux-hg_basics.o helgrind_amd64_linux-hg_errors.o helgrind_amd64_linux-hg_lock_n_thread.o helgrind_amd64_linux-hg_main.o helgrind_amd64_linux-hg_wordset.o helgrind_amd64_linux-libhb_core.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../helgrind/$f.dSYM ../.in_place; \ >done >x86_64-pc-linux-gnu-gcc -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgpreload_helgrind-amd64-linux.so vgpreload_helgrind_amd64_linux_so-hg_intercepts.o >x86_64-pc-linux-gnu-gcc -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m32 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-x86-linux.a -Wl,--no-whole-archive -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgpreload_helgrind-x86-linux.so vgpreload_helgrind_x86_linux_so-hg_intercepts.o >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o helgrind-x86-linux -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -O2 -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m32 helgrind_x86_linux-hg_basics.o helgrind_x86_linux-hg_errors.o helgrind_x86_linux-hg_lock_n_thread.o helgrind_x86_linux-hg_main.o helgrind_x86_linux-hg_wordset.o helgrind_x86_linux-libhb_core.o ../coregrind/libcoregrind-x86-linux.a ../VEX/libvex-x86-linux.a -lgcc >mkdir -p ../.in_place; \ >for f in helgrind-amd64-linux helgrind-x86-linux vgpreload_helgrind-amd64-linux.so vgpreload_helgrind-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../helgrind/$f ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind' >Making all in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind/tests' >make[3]: Nessuna operazione da eseguire per «all». >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind' >Making all in drd >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd' >Making all in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_barrier.o `test -f 'drd_barrier.c' || echo './'`drd_barrier.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_bitmap2_node.o `test -f 'drd_bitmap2_node.c' || echo './'`drd_bitmap2_node.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_clientobj.o `test -f 'drd_clientobj.c' || echo './'`drd_clientobj.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_clientreq.o `test -f 'drd_clientreq.c' || echo './'`drd_clientreq.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_cond.o `test -f 'drd_cond.c' || echo './'`drd_cond.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_cond_initializer.o `test -f 'drd_cond_initializer.c' || echo './'`drd_cond_initializer.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_error.o `test -f 'drd_error.c' || echo './'`drd_error.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_hb.o `test -f 'drd_hb.c' || echo './'`drd_hb.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_load_store.o `test -f 'drd_load_store.c' || echo './'`drd_load_store.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_main.o `test -f 'drd_main.c' || echo './'`drd_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_malloc_wrappers.o `test -f 'drd_malloc_wrappers.c' || echo './'`drd_malloc_wrappers.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_mutex.o `test -f 'drd_mutex.c' || echo './'`drd_mutex.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_rwlock.o `test -f 'drd_rwlock.c' || echo './'`drd_rwlock.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_semaphore.o `test -f 'drd_semaphore.c' || echo './'`drd_semaphore.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_amd64_linux-drd_suppression.o `test -f 'drd_suppression.c' || echo './'`drd_suppression.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_barrier.o `test -f 'drd_barrier.c' || echo './'`drd_barrier.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_bitmap2_node.o `test -f 'drd_bitmap2_node.c' || echo './'`drd_bitmap2_node.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_clientobj.o `test -f 'drd_clientobj.c' || echo './'`drd_clientobj.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_clientreq.o `test -f 'drd_clientreq.c' || echo './'`drd_clientreq.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_cond.o `test -f 'drd_cond.c' || echo './'`drd_cond.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_cond_initializer.o `test -f 'drd_cond_initializer.c' || echo './'`drd_cond_initializer.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_error.o `test -f 'drd_error.c' || echo './'`drd_error.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_hb.o `test -f 'drd_hb.c' || echo './'`drd_hb.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_load_store.o `test -f 'drd_load_store.c' || echo './'`drd_load_store.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_main.o `test -f 'drd_main.c' || echo './'`drd_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_malloc_wrappers.o `test -f 'drd_malloc_wrappers.c' || echo './'`drd_malloc_wrappers.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_mutex.o `test -f 'drd_mutex.c' || echo './'`drd_mutex.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_rwlock.o `test -f 'drd_rwlock.c' || echo './'`drd_rwlock.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_semaphore.o `test -f 'drd_semaphore.c' || echo './'`drd_semaphore.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o drd_x86_linux-drd_suppression.o `test -f 'drd_suppression.c' || echo './'`drd_suppression.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgpreload_drd_amd64_linux_so-drd_pthread_intercepts.o `test -f 'drd_pthread_intercepts.c' || echo './'`drd_pthread_intercepts.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgpreload_drd_amd64_linux_so-drd_qtcore_intercepts.o `test -f 'drd_qtcore_intercepts.c' || echo './'`drd_qtcore_intercepts.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgpreload_drd_amd64_linux_so-drd_strmem_intercepts.o `test -f 'drd_strmem_intercepts.c' || echo './'`drd_strmem_intercepts.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgpreload_drd_x86_linux_so-drd_pthread_intercepts.o `test -f 'drd_pthread_intercepts.c' || echo './'`drd_pthread_intercepts.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgpreload_drd_x86_linux_so-drd_qtcore_intercepts.o `test -f 'drd_qtcore_intercepts.c' || echo './'`drd_qtcore_intercepts.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgpreload_drd_x86_linux_so-drd_strmem_intercepts.o `test -f 'drd_strmem_intercepts.c' || echo './'`drd_strmem_intercepts.c >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o drd-amd64-linux -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m64 drd_amd64_linux-drd_barrier.o drd_amd64_linux-drd_bitmap2_node.o drd_amd64_linux-drd_clientobj.o drd_amd64_linux-drd_clientreq.o drd_amd64_linux-drd_cond.o drd_amd64_linux-drd_cond_initializer.o drd_amd64_linux-drd_error.o drd_amd64_linux-drd_hb.o drd_amd64_linux-drd_load_store.o drd_amd64_linux-drd_main.o drd_amd64_linux-drd_malloc_wrappers.o drd_amd64_linux-drd_mutex.o drd_amd64_linux-drd_rwlock.o drd_amd64_linux-drd_semaphore.o drd_amd64_linux-drd_suppression.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../drd/$f.dSYM ../.in_place; \ >done >x86_64-pc-linux-gnu-gcc -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgpreload_drd-amd64-linux.so vgpreload_drd_amd64_linux_so-drd_pthread_intercepts.o vgpreload_drd_amd64_linux_so-drd_qtcore_intercepts.o vgpreload_drd_amd64_linux_so-drd_strmem_intercepts.o >x86_64-pc-linux-gnu-gcc -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m32 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-x86-linux.a -Wl,--no-whole-archive -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgpreload_drd-x86-linux.so vgpreload_drd_x86_linux_so-drd_pthread_intercepts.o vgpreload_drd_x86_linux_so-drd_qtcore_intercepts.o vgpreload_drd_x86_linux_so-drd_strmem_intercepts.o >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o drd-x86-linux -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wno-inline -Wno-unused-parameter -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m32 drd_x86_linux-drd_barrier.o drd_x86_linux-drd_bitmap2_node.o drd_x86_linux-drd_clientobj.o drd_x86_linux-drd_clientreq.o drd_x86_linux-drd_cond.o drd_x86_linux-drd_cond_initializer.o drd_x86_linux-drd_error.o drd_x86_linux-drd_hb.o drd_x86_linux-drd_load_store.o drd_x86_linux-drd_main.o drd_x86_linux-drd_malloc_wrappers.o drd_x86_linux-drd_mutex.o drd_x86_linux-drd_rwlock.o drd_x86_linux-drd_semaphore.o drd_x86_linux-drd_suppression.o ../coregrind/libcoregrind-x86-linux.a ../VEX/libvex-x86-linux.a -lgcc >mkdir -p ../.in_place; \ >for f in drd-amd64-linux drd-x86-linux vgpreload_drd-amd64-linux.so vgpreload_drd-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../drd/$f ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd' >Making all in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd/tests' >make[3]: Nessuna operazione da eseguire per «all». >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd' >Making all in exp-sgcheck >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck' >Making all in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o exp_sgcheck_amd64_linux-h_main.o `test -f 'h_main.c' || echo './'`h_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o exp_sgcheck_amd64_linux-pc_common.o `test -f 'pc_common.c' || echo './'`pc_common.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o exp_sgcheck_amd64_linux-pc_main.o `test -f 'pc_main.c' || echo './'`pc_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o exp_sgcheck_amd64_linux-sg_main.o `test -f 'sg_main.c' || echo './'`sg_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o exp_sgcheck_x86_linux-h_main.o `test -f 'h_main.c' || echo './'`h_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o exp_sgcheck_x86_linux-pc_common.o `test -f 'pc_common.c' || echo './'`pc_common.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o exp_sgcheck_x86_linux-pc_main.o `test -f 'pc_main.c' || echo './'`pc_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o exp_sgcheck_x86_linux-sg_main.o `test -f 'sg_main.c' || echo './'`sg_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgpreload_exp_sgcheck_amd64_linux_so-h_intercepts.o `test -f 'h_intercepts.c' || echo './'`h_intercepts.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vgpreload_exp_sgcheck_x86_linux_so-h_intercepts.o `test -f 'h_intercepts.c' || echo './'`h_intercepts.c >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o exp-sgcheck-amd64-linux -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m64 exp_sgcheck_amd64_linux-h_main.o exp_sgcheck_amd64_linux-pc_common.o exp_sgcheck_amd64_linux-pc_main.o exp_sgcheck_amd64_linux-sg_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../exp-sgcheck/$f.dSYM ../.in_place; \ >done >x86_64-pc-linux-gnu-gcc -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgpreload_exp-sgcheck-amd64-linux.so vgpreload_exp_sgcheck_amd64_linux_so-h_intercepts.o >x86_64-pc-linux-gnu-gcc -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m32 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-x86-linux.a -Wl,--no-whole-archive -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgpreload_exp-sgcheck-x86-linux.so vgpreload_exp_sgcheck_x86_linux_so-h_intercepts.o >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o exp-sgcheck-x86-linux -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m32 exp_sgcheck_x86_linux-h_main.o exp_sgcheck_x86_linux-pc_common.o exp_sgcheck_x86_linux-pc_main.o exp_sgcheck_x86_linux-sg_main.o ../coregrind/libcoregrind-x86-linux.a ../VEX/libvex-x86-linux.a -lgcc >mkdir -p ../.in_place; \ >for f in exp-sgcheck-amd64-linux exp-sgcheck-x86-linux vgpreload_exp-sgcheck-amd64-linux.so vgpreload_exp-sgcheck-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../exp-sgcheck/$f ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck' >Making all in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck/tests' >make[3]: Nessuna operazione da eseguire per «all». >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck' >Making all in exp-bbv >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv' >Making all in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o exp_bbv_amd64_linux-bbv_main.o `test -f 'bbv_main.c' || echo './'`bbv_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o exp_bbv_x86_linux-bbv_main.o `test -f 'bbv_main.c' || echo './'`bbv_main.c >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../exp-bbv/$f.dSYM ../.in_place; \ >done >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o exp-bbv-amd64-linux -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m64 exp_bbv_amd64_linux-bbv_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o exp-bbv-x86-linux -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m32 exp_bbv_x86_linux-bbv_main.o ../coregrind/libcoregrind-x86-linux.a ../VEX/libvex-x86-linux.a -lgcc >mkdir -p ../.in_place; \ >for f in exp-bbv-amd64-linux exp-bbv-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../exp-bbv/$f ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv' >Making all in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >Making all in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >make[4]: Nessuna operazione da eseguire per «all-am». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >Making all in x86 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86' >make[4]: Nessuna operazione da eseguire per «all». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86' >Making all in x86-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86-linux' >make[4]: Nessuna operazione da eseguire per «all». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86-linux' >Making all in amd64-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/amd64-linux' >make[4]: Nessuna operazione da eseguire per «all». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/amd64-linux' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv' >Making all in exp-dhat >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat' >Making all in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o exp_dhat_amd64_linux-dh_main.o `test -f 'dh_main.c' || echo './'`dh_main.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_x86=1 -DVGO_linux=1 -DVGP_x86_linux=1 -DVGPV_x86_linux_vanilla=1 -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o exp_dhat_x86_linux-dh_main.o `test -f 'dh_main.c' || echo './'`dh_main.c >x86_64-pc-linux-gnu-gcc -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgpreload_exp-dhat-amd64-linux.so >x86_64-pc-linux-gnu-gcc -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m32 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-x86-linux.a -Wl,--no-whole-archive -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgpreload_exp-dhat-x86-linux.so >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../exp-dhat/$f.dSYM ../.in_place; \ >done >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o exp-dhat-amd64-linux -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m64 exp_dhat_amd64_linux-dh_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc >../coregrind/link_tool_exe_linux 0x38000000 x86_64-pc-linux-gnu-gcc -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o exp-dhat-x86-linux -m32 -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -static -nodefaultlibs -nostartfiles -u _start -Wl,--build-id=none -m32 exp_dhat_x86_linux-dh_main.o ../coregrind/libcoregrind-x86-linux.a ../VEX/libvex-x86-linux.a -lgcc >mkdir -p ../.in_place; \ >for f in exp-dhat-amd64-linux exp-dhat-x86-linux vgpreload_exp-dhat-amd64-linux.so vgpreload_exp-dhat-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../exp-dhat/$f ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat' >Making all in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat/tests' >make[3]: Nessuna operazione da eseguire per «all». >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat' >Making all in tests >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/tests' >make[2]: Nessuna operazione da eseguire per «all». >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/tests' >Making all in perf >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/perf' >make[2]: Nessuna operazione da eseguire per «all». >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/perf' >Making all in gdbserver_tests >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/gdbserver_tests' >make[2]: Nessuna operazione da eseguire per «all». >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/gdbserver_tests' >Making all in auxprogs >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/auxprogs' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o valgrind_listener-valgrind-listener.o `test -f 'valgrind-listener.c' || echo './'`valgrind-listener.c >x86_64-pc-linux-gnu-gcc -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -m64 -fomit-frame-pointer -fno-stack-protector -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o valgrind-listener valgrind_listener-valgrind-listener.o >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/auxprogs' >Making all in mpi >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/mpi' >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../mpi/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../mpi/$f.dSYM ../.in_place; \ >done >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/mpi' >Making all in docs >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/docs' >make[2]: Nessuna operazione da eseguire per «all». >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/docs' >make[1]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' >>>> Source compiled. >>>> Test phase [check]: dev-util/valgrind-3.7.0-r4 >make check-recursive >make[1]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' >Making check in include >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/include' >make[2]: Nessuna operazione da eseguire per «check». >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/include' >Making check in VEX >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/VEX' >make check-am >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/VEX' >make[3]: Nessuna operazione da eseguire per «check-am». >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/VEX' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/VEX' >Making check in coregrind >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/coregrind' >make check-am >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/coregrind' >mkdir -p ../.in_place; \ >for f in vgpreload_core-amd64-linux.so vgpreload_core-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../coregrind/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../coregrind/$f.dSYM ../.in_place; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../coregrind/$f ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/coregrind' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/coregrind' >Making check in . >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' >mkdir -p ./.in_place >rm -f ./.in_place/default.supp >ln -s ../default.supp ./.in_place >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' >Making check in memcheck >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck' >Making check in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck' >mkdir -p ../.in_place; \ >for f in memcheck-amd64-linux memcheck-x86-linux vgpreload_memcheck-amd64-linux.so vgpreload_memcheck-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../memcheck/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../memcheck/$f.dSYM ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck' >Making check in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >Making check in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >make addressable atomic_incs badaddrvalue badfree badjump badjump2 badloop badpoll badrw big_blocks_freed_list brk2 buflen_check calloc-overflow clientperm custom_alloc custom-overlap deep_templates describe-block doublefree error_counts errs1 exitprog execve1 execve2 erringfds err_disable1 err_disable2 err_disable3 err_disable4 file_locking fprw fwrite inits inline holey_buffer_too_small leak-0 leak-cases leak-cycle leak-delta leak-pool leak-tree long_namespace_xml long-supps mallinfo malloc_free_fill malloc_usable malloc1 malloc2 malloc3 manuel1 manuel2 manuel3 match-overrun memalign_test memalign2 memcmptest mempool mempool2 mmaptest mismatches new_override metadata nanoleak_supp nanoleak2 new_nothrow noisy_child null_socket origin1-yes origin2-not-quite origin3-no origin4-many origin5-bz2 origin6-fp overlap partiallydefinedeq partial_load pdb-realloc pdb-realloc2 pipe pointer-trace post-syscall realloc1 realloc2 realloc3 sbfragment sh-mem sh-mem-random sigaltstack signal2 sigprocmask sigkill strchr str_tester supp_unknown supp1 supp2 suppfree trivialleak unit_libcbase unit_oset varinfo1 varinfo2 varinfo3 varinfo4 varinfo5 varinfo5so.so varinfo6 vcpu_fbench vcpu_fnfns xml1 wrap1 wrap2 wrap3 wrap4 wrap5 wrap6 wrap7 wrap7so.so wrap8 writev1 >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c addressable.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o addressable addressable.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o atomic_incs-atomic_incs.o `test -f 'atomic_incs.c' || echo './'`atomic_incs.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o atomic_incs atomic_incs-atomic_incs.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c badaddrvalue.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o badaddrvalue badaddrvalue.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c badfree.c >badfree.c: In function âmainâ: >badfree.c:15:8: warning: attempt to free a non-heap object âqâ >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o badfree badfree.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c badjump.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o badjump badjump.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c badjump2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o badjump2 badjump2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c badloop.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o badloop badloop.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c badpoll.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o badpoll badpoll.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c badrw.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o badrw badrw.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c big_blocks_freed_list.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o big_blocks_freed_list big_blocks_freed_list.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c brk2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o brk2 brk2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c buflen_check.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o buflen_check buflen_check.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c calloc-overflow.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o calloc-overflow calloc-overflow.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c clientperm.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o clientperm clientperm.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c custom_alloc.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o custom_alloc custom_alloc.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c custom-overlap.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o custom-overlap custom-overlap.o >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O -gstabs -march=native -O2 -c -o deep_templates-deep_templates.o `test -f 'deep_templates.cpp' || echo './'`deep_templates.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -O -gstabs -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o deep_templates deep_templates-deep_templates.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c describe-block.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o describe-block describe-block.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c doublefree.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o doublefree doublefree.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-uninitialized -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o error_counts-error_counts.o `test -f 'error_counts.c' || echo './'`error_counts.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-uninitialized -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o error_counts error_counts-error_counts.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c errs1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o errs1 errs1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c exitprog.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o exitprog exitprog.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-nonnull -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o execve1-execve1.o `test -f 'execve1.c' || echo './'`execve1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-nonnull -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o execve1 execve1-execve1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-nonnull -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o execve2-execve2.o `test -f 'execve2.c' || echo './'`execve2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-nonnull -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o execve2 execve2-execve2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c erringfds.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o erringfds erringfds.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c err_disable1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o err_disable1 err_disable1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c err_disable2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o err_disable2 err_disable2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c err_disable3.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o err_disable3 err_disable3.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c err_disable4.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o err_disable4 err_disable4.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c file_locking.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o file_locking file_locking.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fprw.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fprw fprw.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fwrite.c >fwrite.c: In function âmainâ: >fwrite.c:12:7: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fwrite fwrite.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-uninitialized -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o inits-inits.o `test -f 'inits.c' || echo './'`inits.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-uninitialized -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o inits inits-inits.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c inline.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o inline inline.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c holey_buffer_too_small.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o holey_buffer_too_small holey_buffer_too_small.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c leak-0.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o leak-0 leak-0.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c leak-cases.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o leak-cases leak-cases.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c leak-cycle.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o leak-cycle leak-cycle.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c leak-delta.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o leak-delta leak-delta.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c leak-pool.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o leak-pool leak-pool.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c leak-tree.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o leak-tree leak-tree.o >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -march=native -O2 -c -o long_namespace_xml.o long_namespace_xml.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o long_namespace_xml long_namespace_xml.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c long-supps.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o long-supps long-supps.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c mallinfo.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mallinfo mallinfo.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c malloc_free_fill.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o malloc_free_fill malloc_free_fill.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c malloc_usable.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o malloc_usable malloc_usable.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c malloc1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o malloc1 malloc1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c malloc2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o malloc2 malloc2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c malloc3.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o malloc3 malloc3.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-uninitialized -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o manuel1-manuel1.o `test -f 'manuel1.c' || echo './'`manuel1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-uninitialized -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o manuel1 manuel1-manuel1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c manuel2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o manuel2 manuel2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c manuel3.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o manuel3 manuel3.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c match-overrun.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o match-overrun match-overrun.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c memalign_test.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o memalign_test memalign_test.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c memalign2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o memalign2 memalign2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -fno-builtin-memcmp -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o memcmptest-memcmptest.o `test -f 'memcmptest.c' || echo './'`memcmptest.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -fno-builtin-memcmp -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o memcmptest memcmptest-memcmptest.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c mempool.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mempool mempool.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c mempool2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mempool2 mempool2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c mmaptest.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mmaptest mmaptest.o >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -march=native -O2 -c -o mismatches.o mismatches.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mismatches mismatches.o >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -march=native -O2 -c -o new_override.o new_override.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o new_override new_override.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c metadata.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o metadata metadata.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c nanoleak_supp.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o nanoleak_supp nanoleak_supp.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c nanoleak2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o nanoleak2 nanoleak2.o >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -march=native -O2 -c -o new_nothrow.o new_nothrow.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o new_nothrow new_nothrow.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c noisy_child.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o noisy_child noisy_child.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c null_socket.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o null_socket null_socket.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c origin1-yes.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o origin1-yes origin1-yes.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-uninitialized -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o origin2_not_quite-origin2-not-quite.o `test -f 'origin2-not-quite.c' || echo './'`origin2-not-quite.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-uninitialized -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o origin2-not-quite origin2_not_quite-origin2-not-quite.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-uninitialized -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o origin3_no-origin3-no.o `test -f 'origin3-no.c' || echo './'`origin3-no.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-uninitialized -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o origin3-no origin3_no-origin3-no.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o origin4_many-origin4-many.o `test -f 'origin4-many.c' || echo './'`origin4-many.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o origin4-many origin4_many-origin4-many.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O -Wno-inline -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o origin5_bz2-origin5-bz2.o `test -f 'origin5-bz2.c' || echo './'`origin5-bz2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O -Wno-inline -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o origin5-bz2 origin5_bz2-origin5-bz2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o origin6_fp-origin6-fp.o `test -f 'origin6-fp.c' || echo './'`origin6-fp.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o origin6-fp origin6_fp-origin6-fp.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -fno-builtin-memcpy -fno-builtin-strcpy -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o overlap-overlap.o `test -f 'overlap.c' || echo './'`overlap.c >In file included from /usr/include/string.h:642:0, > from overlap.c:1: >In function âstrncatâ, > inlined from âmainâ at overlap.c:112:14: >/usr/include/bits/string3.h:152:3: warning: call to __builtin___strncat_chk might overflow destination buffer >/usr/include/bits/string3.h:152:3: warning: call to __builtin___strncat_chk might overflow destination buffer >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -fno-builtin-memcpy -fno-builtin-strcpy -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o overlap overlap-overlap.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c partiallydefinedeq.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o partiallydefinedeq partiallydefinedeq.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c partial_load.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o partial_load partial_load.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pdb-realloc.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pdb-realloc pdb-realloc.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pdb-realloc2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pdb-realloc2 pdb-realloc2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pipe.c >pipe.c: In function âmainâ: >pipe.c:13:8: warning: ignoring return value of âpipeâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pipe pipe.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pointer-trace.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pointer-trace pointer-trace.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c post-syscall.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o post-syscall post-syscall.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c realloc1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o realloc1 realloc1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c realloc2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o realloc2 realloc2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c realloc3.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o realloc3 realloc3.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sbfragment.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sbfragment sbfragment.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sh-mem.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sh-mem sh-mem.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sh-mem-random.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sh-mem-random sh-mem-random.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sigaltstack.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sigaltstack sigaltstack.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c signal2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o signal2 signal2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sigprocmask.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sigprocmask sigprocmask.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sigkill.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sigkill sigkill.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c strchr.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o strchr strchr.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-shadow -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o str_tester-str_tester.o `test -f 'str_tester.c' || echo './'`str_tester.c >In file included from /usr/include/string.h:642:0, > from str_tester.c:33: >In function âmemsetâ, > inlined from âtest_memsetâ at str_tester.c:1191:3: >/usr/include/bits/string3.h:82:30: warning: call to â__warn_memset_zero_lenâ declared with attribute warning: memset used with constant zero length parameter; this could be due to transposed parameters >In function âstrncatâ, > inlined from âtest_strncatâ at str_tester.c:332:3, > inlined from âmainâ at str_tester.c:1426:16: >/usr/include/bits/string3.h:152:3: warning: call to __builtin___strncat_chk might overflow destination buffer >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-shadow -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o str_tester str_tester-str_tester.o >str_tester-str_tester.o: In function `test_memset': >str_tester.c:(.text+0x473b): warning: memset used with constant zero length parameter; this could be due to transposed parameters >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o supp_unknown badjump.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c supp.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o supp1 supp.o >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o supp2 supp.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c suppfree.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o suppfree suppfree.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c trivialleak.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o trivialleak trivialleak.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c unit_libcbase.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o unit_libcbase unit_libcbase.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c unit_oset.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o unit_oset unit_oset.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o varinfo1-varinfo1.o `test -f 'varinfo1.c' || echo './'`varinfo1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o varinfo1 varinfo1-varinfo1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O -Wno-shadow -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o varinfo2-varinfo2.o `test -f 'varinfo2.c' || echo './'`varinfo2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O -Wno-shadow -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o varinfo2 varinfo2-varinfo2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o varinfo3-varinfo3.o `test -f 'varinfo3.c' || echo './'`varinfo3.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o varinfo3 varinfo3-varinfo3.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o varinfo4-varinfo4.o `test -f 'varinfo4.c' || echo './'`varinfo4.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o varinfo4 varinfo4-varinfo4.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o varinfo5-varinfo5.o `test -f 'varinfo5.c' || echo './'`varinfo5.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -fpic -O -Wno-shadow -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o varinfo5so_so-varinfo5so.o `test -f 'varinfo5so.c' || echo './'`varinfo5so.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -fpic -O -Wno-shadow -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -fpic -m64 -shared -Wl,-soname -Wl,varinfo5so.so -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o varinfo5so.so varinfo5so_so-varinfo5so.o >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -m64 -Wl,-rpath,../../memcheck/tests -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o varinfo5 varinfo5-varinfo5.o varinfo5so.so >make[5]: «varinfo5so.so» è aggiornato. >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o varinfo6-varinfo6.o `test -f 'varinfo6.c' || echo './'`varinfo6.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o varinfo6 varinfo6-varinfo6.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vcpu_fbench-vcpu_fbench.o `test -f 'vcpu_fbench.c' || echo './'`vcpu_fbench.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vcpu_fbench vcpu_fbench-vcpu_fbench.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o vcpu_fnfns-vcpu_fnfns.o `test -f 'vcpu_fnfns.c' || echo './'`vcpu_fnfns.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vcpu_fnfns vcpu_fnfns-vcpu_fnfns.o -lm >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c xml1.c >xml1.c: In function âframe3â: >xml1.c:28:7: warning: attempt to free a non-heap object ânâ >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o xml1 xml1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c wrap1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o wrap1 wrap1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c wrap2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o wrap2 wrap2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c wrap3.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o wrap3 wrap3.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c wrap4.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o wrap4 wrap4.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c wrap5.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o wrap5 wrap5.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o wrap6-wrap6.o `test -f 'wrap6.c' || echo './'`wrap6.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o wrap6 wrap6-wrap6.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c wrap7.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -fpic -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o wrap7so_so-wrap7so.o `test -f 'wrap7so.c' || echo './'`wrap7so.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -fpic -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -fpic -m64 -shared -Wl,-soname -Wl,wrap7so.so -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o wrap7so.so wrap7so_so-wrap7so.o >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -m64 -Wl,-rpath,../../memcheck/tests -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o wrap7 wrap7.o wrap7so.so >make[5]: «wrap7so.so» è aggiornato. >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c wrap8.c >wrap8.c: In function âsendâ: >wrap8.c:107:10: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o wrap8 wrap8.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c writev1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o writev1 writev1.o >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >Making check in x86 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86' >make bug152022 espindola2 fpeflags fprem fxsave more_x86_fp pushfpopf pushfw_x86 pushpopmem sse_memory tronical xor-undef-x86 >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug152022.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug152022 bug152022.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c espindola2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o espindola2 espindola2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -march=i686 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o fpeflags-fpeflags.o `test -f 'fpeflags.c' || echo './'`fpeflags.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -march=i686 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fpeflags fpeflags-fpeflags.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fprem.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fprem fprem.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fxsave.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fxsave fxsave.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c more_x86_fp.c >more_x86_fp.c: In function âtest_fcvtâ: >more_x86_fp.c:99:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >more_x86_fp.c:100:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o more_x86_fp more_x86_fp.o -lm >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pushfpopf_c.c >pushfpopf_c.c: In function âmainâ: >pushfpopf_c.c:12:10: warning: âarr[1]â is used uninitialized in this function >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m32 -c -o pushfpopf_s.o pushfpopf_s.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pushfpopf pushfpopf_c.o pushfpopf_s.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pushfw_x86.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pushfw_x86 pushfw_x86.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o pushpopmem-pushpopmem.o `test -f 'pushpopmem.c' || echo './'`pushpopmem.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pushpopmem pushpopmem-pushpopmem.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sse_memory.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sse_memory sse_memory.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m32 -c -o tronical.o tronical.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tronical tronical.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c xor-undef-x86.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o xor-undef-x86 xor-undef-x86.o >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86' >Making check in amd64 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64' >make bt_everything bug132146 bug279698 fxsave-amd64 more_x87_fp sse_memory xor-undef-amd64 >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bt_everything.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bt_everything bt_everything.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug132146.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug132146 bug132146.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug279698.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug279698 bug279698.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fxsave-amd64.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fxsave-amd64 fxsave-amd64.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O -ffast-math -mfpmath=387 -mfancy-math-387 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o more_x87_fp-more_x87_fp.o `test -f 'more_x87_fp.c' || echo './'`more_x87_fp.c >more_x87_fp.c: In function âtest_fcvtâ: >more_x87_fp.c:109:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >more_x87_fp.c:110:5: warning: dereferencing type-punned pointer will break strict-aliasing rules >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O -ffast-math -mfpmath=387 -mfancy-math-387 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o more_x87_fp more_x87_fp-more_x87_fp.o -lm >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sse_memory.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sse_memory sse_memory.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c xor-undef-amd64.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o xor-undef-amd64 xor-undef-amd64.o >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64' >Making check in linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/linux' >make brk capget lsframe1 lsframe2 sigqueue stack_changes stack_switch syscalls-2007 syslog-syscall timerfd-syscall >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/linux' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c brk.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o brk brk.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c capget.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o capget capget.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c lsframe1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o lsframe1 lsframe1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c lsframe2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o lsframe2 lsframe2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sigqueue.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sigqueue sigqueue.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c stack_changes.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o stack_changes stack_changes.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c stack_switch.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o stack_switch stack_switch.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c syscalls-2007.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o syscalls-2007 syscalls-2007.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c syslog-syscall.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o syslog-syscall syslog-syscall.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c timerfd-syscall.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o timerfd-syscall timerfd-syscall.o -lrt >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/linux' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/linux' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/linux' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/linux' >Making check in x86-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86-linux' >make bug133694 int3-x86 scalar scalar_exit_group scalar_fork scalar_supp scalar_vfork >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86-linux' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug133694.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug133694 bug133694.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c int3-x86.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o int3-x86 int3-x86.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c scalar.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o scalar scalar.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c scalar_exit_group.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o scalar_exit_group scalar_exit_group.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c scalar_fork.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o scalar_fork scalar_fork.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c scalar_supp.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o scalar_supp scalar_supp.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c scalar_vfork.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o scalar_vfork scalar_vfork.o >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86-linux' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86-linux' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86-linux' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86-linux' >Making check in amd64-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64-linux' >make defcfaexpr int3-amd64 >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64-linux' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -c -o defcfaexpr.o defcfaexpr.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o defcfaexpr defcfaexpr.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c int3-amd64.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o int3-amd64 int3-amd64.o >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64-linux' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64-linux' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64-linux' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64-linux' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >Making check in perf >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/perf' >make many-loss-records >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/perf' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -O -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c many-loss-records.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -O -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o many-loss-records many-loss-records.o >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/perf' >make check-local >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/perf' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/perf' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/perf' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck' >Making check in cachegrind >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind' >Making check in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind' >mkdir -p ../.in_place; \ >for f in cachegrind-amd64-linux cachegrind-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../cachegrind/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../cachegrind/$f.dSYM ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind' >Making check in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >Making check in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >make chdir clreq dlclose myprint.so >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c chdir.c >chdir.c: In function âmainâ: >chdir.c:7:9: warning: ignoring return value of âchdirâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o chdir chdir.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c clreq.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o clreq clreq.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c dlclose.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o dlclose dlclose.o -ldl >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -fPIC -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o myprint_so-myprint.o `test -f 'myprint.c' || echo './'`myprint.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -fPIC -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Winline -Wall -Wshadow -g -m64 -shared -fPIC -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o myprint.so myprint_so-myprint.o >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >Making check in x86 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests/x86' >make fpu-28-108 >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests/x86' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m32 -c -o fpu-28-108.o fpu-28-108.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fpu-28-108 fpu-28-108.o >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests/x86' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests/x86' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests/x86' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests/x86' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind' >Making check in callgrind >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind' >Making check in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind' >mkdir -p ../.in_place; \ >for f in callgrind-amd64-linux callgrind-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../callgrind/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../callgrind/$f.dSYM ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind' >Making check in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >Making check in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >make clreq simwork threads >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c clreq.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o clreq clreq.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c simwork.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o simwork simwork.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c threads.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o threads threads.o -lpthread >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind' >Making check in massif >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif' >Making check in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif' >mkdir -p ../.in_place; \ >for f in massif-amd64-linux massif-x86-linux vgpreload_massif-amd64-linux.so vgpreload_massif-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../massif/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../massif/$f.dSYM ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif' >Making check in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/tests' >make alloc-fns basic big-alloc culling1 culling2 custom_alloc deep ignored ignoring insig long-names long-time malloc_usable new-cpp null one overloaded-new peak realloc thresholds zero >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/tests' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c alloc-fns.c >alloc-fns.c: In function âd4â: >alloc-fns.c:18:24: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >alloc-fns.c: In function âc4â: >alloc-fns.c:13:24: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >alloc-fns.c: In function âb4â: >alloc-fns.c:8:24: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >alloc-fns.c: In function âa4â: >alloc-fns.c:3:24: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o alloc-fns alloc-fns.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c basic.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o basic basic.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c big-alloc.c >big-alloc.c: In function âmainâ: >big-alloc.c:12:13: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o big-alloc big-alloc.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c culling1.c >culling1.c: In function âmainâ: >culling1.c:7:13: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o culling1 culling1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c culling2.c >culling2.c: In function âmainâ: >culling2.c:7:13: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o culling2 culling2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c custom_alloc.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o custom_alloc custom_alloc.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c deep.c >deep.c: In function âa12â: >deep.c:16:25: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o deep deep.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c ignored.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ignored ignored.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c ignoring.c >ignoring.c: In function âmainâ: >ignoring.c:17:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ignoring ignoring.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insig.c >insig.c: In function âmainâ: >insig.c:8:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:9:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:10:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:11:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:12:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:13:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:14:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:15:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:16:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:17:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:18:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:19:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:20:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:21:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:22:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:23:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:24:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:25:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:26:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:27:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:28:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:29:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >insig.c:30:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insig insig.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c long-names.c >long-names.c: In function âabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijabcdefghijABCDEFGHIJabcdefghijABCDEFGHIJabcdefghijâ: >long-names.c:61:13: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o long-names long-names.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c long-time.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o long-time long-time.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c malloc_usable.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o malloc_usable malloc_usable.o >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -march=native -O2 -c -o new-cpp.o new-cpp.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o new-cpp new-cpp.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c null.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o null null.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c one.c >one.c: In function âmainâ: >one.c:8:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o one one.o >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -march=native -O2 -c -o overloaded-new.o overloaded-new.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o overloaded-new overloaded-new.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c peak.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o peak peak.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c realloc.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o realloc realloc.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c thresholds.c >thresholds.c: In function âmainâ: >thresholds.c:55:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >thresholds.c: In function âmy_malloc3â: >thresholds.c:33:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >thresholds.c: In function âmy_malloc2â: >thresholds.c:28:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >thresholds.c: In function âmy_malloc1â: >thresholds.c:23:10: warning: ignoring return value of âmallocâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o thresholds thresholds.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c zero.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o zero zero.o >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/tests' >make check-local >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/tests' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/tests' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/tests' >Making check in perf >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/perf' >make many-xpts >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/perf' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -O -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c many-xpts.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -O -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o many-xpts many-xpts.o >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/perf' >make check-local >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/perf' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/perf' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/perf' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif' >Making check in lackey >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey' >Making check in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey' >mkdir -p ../.in_place; \ >for f in lackey-amd64-linux lackey-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../lackey/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../lackey/$f.dSYM ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey' >Making check in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey/tests' >make[3]: Nessuna operazione da eseguire per «check». >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey' >Making check in none >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none' >Making check in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none' >mkdir -p ../.in_place; \ >for f in none-amd64-linux none-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../none/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../none/$f.dSYM ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none' >Making check in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >Making check in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >make ansi args async-sigs bitfield1 bug129866 closeall coolo_strlen discard exec-sigmask execve faultstatus fcntl_setown fdleak_cmsg fdleak_creat fdleak_dup fdleak_dup2 fdleak_fcntl fdleak_ipv4 fdleak_open fdleak_pipe fdleak_socketpair floored fork fucomip mmap_fcntl_bug munmap_exe map_unaligned map_unmap mq nestedfns pending procfs-cmdline-exe pth_atfork1 pth_blockedsig pth_cancel1 pth_cancel2 pth_cvsimple pth_empty pth_exit pth_exit2 pth_mutexspeed pth_once pth_rwlock pth_stackalign rcrl readline1 require-text-symbol res_search resolv rlimit_nofile selfrun sem semlimit sha1_test shortpush shorts stackgrowth sigstackgrowth syscall-restart1 syscall-restart2 syslog system threaded-fork threadederrno timestamp tls tls.so tls2.so valgrind_cpp_test vgprintf coolo_sigaction gxx304 manythreads thread-exits >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -ansi -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o ansi-ansi.o `test -f 'ansi.c' || echo './'`ansi.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -ansi -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ansi ansi-ansi.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c args.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o args args.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c async-sigs.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o async-sigs async-sigs.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bitfield1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bitfield1 bitfield1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug129866.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug129866 bug129866.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c closeall.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o closeall closeall.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c coolo_strlen.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o coolo_strlen coolo_strlen.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c discard.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o discard discard.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c exec-sigmask.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o exec-sigmask exec-sigmask.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-nonnull -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o execve-execve.o `test -f 'execve.c' || echo './'`execve.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-nonnull -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o execve execve-execve.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c faultstatus.c >faultstatus.c: In function âmainâ: >faultstatus.c:148:11: warning: ignoring return value of âftruncateâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o faultstatus faultstatus.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fcntl_setown.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fcntl_setown fcntl_setown.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fdleak_cmsg.c >fdleak_cmsg.c: In function âserverâ: >fdleak_cmsg.c:71:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >fdleak_cmsg.c: In function âclientâ: >fdleak_cmsg.c:135:10: warning: dereferencing type-punned pointer will break strict-aliasing rules >fdleak_cmsg.c:142:24: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >fdleak_cmsg.c:143:24: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fdleak_cmsg fdleak_cmsg.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fdleak_creat.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fdleak_creat fdleak_creat.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fdleak_dup.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fdleak_dup fdleak_dup.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fdleak_dup2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fdleak_dup2 fdleak_dup2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fdleak_fcntl.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fdleak_fcntl fdleak_fcntl.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fdleak_ipv4.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fdleak_ipv4 fdleak_ipv4.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fdleak_open.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fdleak_open fdleak_open.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fdleak_pipe.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fdleak_pipe fdleak_pipe.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fdleak_socketpair.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fdleak_socketpair fdleak_socketpair.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c floored.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o floored floored.o -lm >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fork.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fork fork.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fucomip.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fucomip fucomip.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c mmap_fcntl_bug.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mmap_fcntl_bug mmap_fcntl_bug.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c munmap_exe.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o munmap_exe munmap_exe.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c map_unaligned.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o map_unaligned map_unaligned.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c map_unmap.c >map_unmap.c: In function âprmapsâ: >map_unmap.c:43:8: warning: ignoring return value of âsystemâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o map_unmap map_unmap.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c mq.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mq mq.o -lrt >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o nestedfns-nestedfns.o `test -f 'nestedfns.c' || echo './'`nestedfns.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o nestedfns nestedfns-nestedfns.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pending.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pending pending.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c procfs-cmdline-exe.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o procfs-cmdline-exe procfs-cmdline-exe.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_atfork1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_atfork1 pth_atfork1.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_blockedsig.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_blockedsig pth_blockedsig.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-shadow -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o pth_cancel1-pth_cancel1.o `test -f 'pth_cancel1.c' || echo './'`pth_cancel1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-shadow -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_cancel1 pth_cancel1-pth_cancel1.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_cancel2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_cancel2 pth_cancel2.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_cvsimple.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_cvsimple pth_cvsimple.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_empty.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_empty pth_empty.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_exit.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_exit pth_exit.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_exit2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_exit2 pth_exit2.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_mutexspeed.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_mutexspeed pth_mutexspeed.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_once.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_once pth_once.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_rwlock.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_rwlock pth_rwlock.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_stackalign.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_stackalign pth_stackalign.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c rcrl.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o rcrl rcrl.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c readline1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o readline1 readline1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c require-text-symbol.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o require-text-symbol require-text-symbol.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c res_search.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o res_search res_search.o -lresolv -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c resolv.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o resolv resolv.o -lresolv -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c rlimit_nofile.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o rlimit_nofile rlimit_nofile.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c selfrun.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o selfrun selfrun.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sem.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sem sem.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c semlimit.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o semlimit semlimit.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sha1_test.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sha1_test sha1_test.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c shortpush.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o shortpush shortpush.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c shorts.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o shorts shorts.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c stackgrowth.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o stackgrowth stackgrowth.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sigstackgrowth.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sigstackgrowth sigstackgrowth.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c syscall-restart1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o syscall-restart1 syscall-restart1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c syscall-restart2.c >syscall-restart2.c: In function âmainâ: >syscall-restart2.c:56:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o syscall-restart2 syscall-restart2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c syslog.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o syslog syslog.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c system.c >system.c: In function âmainâ: >system.c:8:10: warning: ignoring return value of âsystemâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o system system.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c threaded-fork.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o threaded-fork threaded-fork.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c threadederrno.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o threadederrno threadederrno.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c timestamp.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o timestamp timestamp.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tls.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tls2.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -fPIC -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o tls_so-tls_so.o `test -f 'tls_so.c' || echo './'`tls_so.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tls2_so.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -shared -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tls2.so tls2_so.o >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -fPIC -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-rpath,../../none/tests -shared -fPIC -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tls.so tls_so-tls_so.o tls2.so >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-rpath,../../none/tests -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tls tls.o tls2.o tls.so tls2.so -lpthread >make[5]: «tls.so» è aggiornato. >make[5]: «tls2.so» è aggiornato. >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -march=native -O2 -c -o valgrind_cpp_test.o valgrind_cpp_test.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o valgrind_cpp_test valgrind_cpp_test.o -lstdc++ >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c vgprintf.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o vgprintf vgprintf.o >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -march=native -O2 -c -o coolo_sigaction.o coolo_sigaction.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o coolo_sigaction coolo_sigaction.o >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -march=native -O2 -c -o gxx304.o gxx304.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o gxx304 gxx304.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c manythreads.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o manythreads manythreads.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c thread-exits.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o thread-exits thread-exits.o -lpthread >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >Making check in x86 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86' >make aad_aam badseg bt_everything bt_literal bug125959-x86 bug126147-x86 bug132813-x86 bug135421-x86 bug137714-x86 bug152818-x86 cmpxchg8b cpuid fcmovnu fpu_lazy_eflags fxtract getseg incdec_alt insn_basic insn_fpu insn_cmov insn_mmx insn_mmxext insn_sse insn_sse2 insn_sse3 insn_ssse3 int jcxz lahf looper movx pushpopseg sbbmisc shift_ndep smc1 x86locked yield xadd ssse3_misaligned lzcnt32 cse_fail faultstatus >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c aad_aam.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o aad_aam aad_aam.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c badseg.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o badseg badseg.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bt_everything.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bt_everything bt_everything.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bt_literal.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bt_literal bt_literal.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug125959-x86.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug125959-x86 bug125959-x86.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug126147-x86.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug126147-x86 bug126147-x86.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug132813-x86.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug132813-x86 bug132813-x86.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug135421-x86.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug135421-x86 bug135421-x86.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug137714-x86.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug137714-x86 bug137714-x86.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug152818-x86.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug152818-x86 bug152818-x86.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c cmpxchg8b.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o cmpxchg8b cmpxchg8b.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c cpuid_c.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m32 -c -o cpuid_s.o cpuid_s.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o cpuid cpuid_c.o cpuid_s.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fcmovnu.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fcmovnu fcmovnu.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -O2 -march=pentiumpro -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o fpu_lazy_eflags-fpu_lazy_eflags.o `test -f 'fpu_lazy_eflags.c' || echo './'`fpu_lazy_eflags.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -O2 -march=pentiumpro -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fpu_lazy_eflags fpu_lazy_eflags-fpu_lazy_eflags.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-overflow -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o fxtract-fxtract.o `test -f 'fxtract.c' || echo './'`fxtract.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-overflow -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fxtract fxtract-fxtract.o -lm >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c getseg.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o getseg getseg.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c incdec_alt.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o incdec_alt incdec_alt.o >/usr/bin/perl ./gen_insn_test.pl < insn_basic.def > insn_basic.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_basic.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_basic insn_basic.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_fpu.def > insn_fpu.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_fpu.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_fpu insn_fpu.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_cmov.def > insn_cmov.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_cmov.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_cmov insn_cmov.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_mmx.def > insn_mmx.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_mmx.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_mmx insn_mmx.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_mmxext.def > insn_mmxext.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_mmxext.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_mmxext insn_mmxext.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_sse.def > insn_sse.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_sse.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_sse insn_sse.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_sse2.def > insn_sse2.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_sse2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_sse2 insn_sse2.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_sse3.def > insn_sse3.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_sse3.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_sse3 insn_sse3.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_ssse3.def > insn_ssse3.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_ssse3.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_ssse3 insn_ssse3.o -lm >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c int.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o int int.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c jcxz.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o jcxz jcxz.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c lahf.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o lahf lahf.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c looper.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o looper looper.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c movx.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o movx movx.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pushpopseg.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pushpopseg pushpopseg.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sbbmisc.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sbbmisc sbbmisc.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c shift_ndep.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o shift_ndep shift_ndep.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c smc1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o smc1 smc1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o x86locked-x86locked.o `test -f 'x86locked.c' || echo './'`x86locked.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o x86locked x86locked-x86locked.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c yield.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o yield yield.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c xadd.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o xadd xadd.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c ssse3_misaligned.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ssse3_misaligned ssse3_misaligned.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c lzcnt32.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o lzcnt32 lzcnt32.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c cse_fail.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o cse_fail cse_fail.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c faultstatus.c >faultstatus.c: In function âmainâ: >faultstatus.c:127:11: warning: ignoring return value of âftruncateâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o faultstatus faultstatus.o >rm insn_ssse3.c insn_sse.c insn_sse3.c insn_fpu.c insn_mmx.c insn_sse2.c insn_basic.c insn_mmxext.c insn_cmov.c >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86' >Making check in amd64 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/amd64' >make amd64locked asorep bug127521-64 bug132813-amd64 bug132918 clc cmpxchg insn_basic insn_mmx insn_sse insn_sse2 insn_fpu insn_sse3 insn_ssse3 insn_pclmulqdq rcl-amd64 redundantRexW smc1 sbbmisc nibz_bennee_mmap xadd ssse3_misaligned lzcnt64 pcmpstr64 pcmpxstrx64 sse4-64 crc32 bug137714-amd64 bug156404-amd64 faultstatus fcmovnu fxtract looper loopnel jrcxz shrld slahf-amd64 >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/amd64' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o amd64locked-amd64locked.o `test -f 'amd64locked.c' || echo './'`amd64locked.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o amd64locked amd64locked-amd64locked.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c asorep.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o asorep asorep.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug127521-64.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug127521-64 bug127521-64.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug132813-amd64.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug132813-amd64 bug132813-amd64.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug132918.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug132918 bug132918.o -lm >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c clc.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o clc clc.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c cmpxchg.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o cmpxchg cmpxchg.o >/usr/bin/perl ./gen_insn_test.pl < insn_basic.def > insn_basic.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_basic.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_basic insn_basic.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_mmx.def > insn_mmx.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_mmx.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_mmx insn_mmx.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_sse.def > insn_sse.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_sse.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_sse insn_sse.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_sse2.def > insn_sse2.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_sse2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_sse2 insn_sse2.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_fpu.def > insn_fpu.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_fpu.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_fpu insn_fpu.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_sse3.def > insn_sse3.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_sse3.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_sse3 insn_sse3.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_ssse3.def > insn_ssse3.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_ssse3.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_ssse3 insn_ssse3.o -lm >/usr/bin/perl ./gen_insn_test.pl < insn_pclmulqdq.def > insn_pclmulqdq.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c insn_pclmulqdq.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o insn_pclmulqdq insn_pclmulqdq.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c rcl-amd64.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o rcl-amd64 rcl-amd64.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c redundantRexW.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o redundantRexW redundantRexW.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c smc1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o smc1 smc1.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sbbmisc.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sbbmisc sbbmisc.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c nibz_bennee_mmap.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o nibz_bennee_mmap nibz_bennee_mmap.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c xadd.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o xadd xadd.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c ssse3_misaligned.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ssse3_misaligned ssse3_misaligned.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c lzcnt64.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o lzcnt64 lzcnt64.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pcmpstr64.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pcmpstr64 pcmpstr64.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pcmpxstrx64.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pcmpxstrx64 pcmpxstrx64.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sse4-64.c >sse4-64.c: In function âtest_DPPDâ: >sse4-64.c:462:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:464:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c: In function âtest_DPPSâ: >sse4-64.c:729:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:733:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c: In function âtest_INSERTPSâ: >sse4-64.c:1000:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:1004:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c: In function âtest_ROUNDSD_w_immediate_roundingâ: >sse4-64.c:2355:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2366:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2378:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2389:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2401:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2412:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2424:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2435:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c: In function âtest_ROUNDSD_w_mxcsr_roundingâ: >sse4-64.c:2486:10: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2497:10: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c: In function âtest_ROUNDSS_w_immediate_roundingâ: >sse4-64.c:2671:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2682:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2694:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2705:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2717:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2728:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2740:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2751:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c: In function âtest_ROUNDSS_w_mxcsr_roundingâ: >sse4-64.c:2802:10: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:2813:10: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c: In function âtest_ROUNDPD_w_immediate_roundingâ: >sse4-64.c:2987:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3000:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3014:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3027:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3041:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3054:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3068:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3081:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c: In function âtest_ROUNDPD_w_mxcsr_roundingâ: >sse4-64.c:3134:10: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3147:10: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c: In function âtest_ROUNDPS_w_immediate_roundingâ: >sse4-64.c:3324:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3341:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3359:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3376:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3394:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3411:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3429:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3446:7: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c: In function âtest_ROUNDPS_w_mxcsr_roundingâ: >sse4-64.c:3503:10: warning: dereferencing type-punned pointer will break strict-aliasing rules >sse4-64.c:3520:10: warning: dereferencing type-punned pointer will break strict-aliasing rules >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sse4-64 sse4-64.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c crc32.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o crc32 crc32.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug137714-amd64.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug137714-amd64 bug137714-amd64.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug156404-amd64.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug156404-amd64 bug156404-amd64.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c faultstatus.c >faultstatus.c: In function âmainâ: >faultstatus.c:109:11: warning: ignoring return value of âftruncateâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o faultstatus faultstatus.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fcmovnu.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fcmovnu fcmovnu.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-overflow -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o fxtract-fxtract.o `test -f 'fxtract.c' || echo './'`fxtract.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-overflow -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fxtract fxtract-fxtract.o -lm >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c looper.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o looper looper.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c loopnel.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o loopnel loopnel.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c jrcxz.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o jrcxz jrcxz.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c shrld.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o shrld shrld.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c slahf-amd64.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o slahf-amd64 slahf-amd64.o >rm insn_ssse3.c insn_sse3.c insn_sse.c insn_mmx.c insn_fpu.c insn_pclmulqdq.c insn_sse2.c insn_basic.c >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/amd64' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/amd64' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/amd64' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/amd64' >Making check in linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/linux' >make blockfault mremap mremap2 >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/linux' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c blockfault.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o blockfault blockfault.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c mremap.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mremap mremap.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c mremap2.c >mremap2.c: In function âmainâ: >mremap2.c:139:21: warning: ignoring return value of âsystemâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mremap2 mremap2.o >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/linux' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/linux' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/linux' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/linux' >Making check in x86-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86-linux' >make seg_override sigcontext >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86-linux' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c seg_override.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o seg_override seg_override.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sigcontext.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m32 -mmmx -msse -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sigcontext sigcontext.o >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86-linux' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86-linux' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86-linux' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86-linux' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none' >Making check in helgrind >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind' >Making check in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind' >mkdir -p ../.in_place; \ >for f in helgrind-amd64-linux helgrind-x86-linux vgpreload_helgrind-amd64-linux.so vgpreload_helgrind-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../helgrind/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../helgrind/$f.dSYM ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind' >Making check in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind/tests' >make annotate_hbefore cond_timedwait_invalid free_is_write hg01_all_ok hg02_deadlock hg03_inherit hg04_race hg05_race2 hg06_readshared locked_vs_unlocked1 locked_vs_unlocked2 locked_vs_unlocked3 t2t tc01_simple_race tc02_simple_tls tc03_re_excl tc04_free_lock tc05_simple_race tc06_two_races tc07_hbl1 tc08_hbl2 tc09_bad_unlock tc10_rec_lock tc11_XCHG tc12_rwl_trivial tc13_laog1 tc14_laog_dinphils tc15_laog_lockdel tc16_byterace tc17_sembar tc18_semabuse tc19_shadowmem tc21_pthonce tc23_bogus_condwait tc24_nonzero_sem tc22_exit_w_lock bar_bad bar_trivial tc20_verifywrap annotate_rwlock >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind/tests' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o annotate_hbefore-annotate_hbefore.o `test -f 'annotate_hbefore.c' || echo './'`annotate_hbefore.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o annotate_hbefore annotate_hbefore-annotate_hbefore.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c cond_timedwait_invalid.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o cond_timedwait_invalid cond_timedwait_invalid.o -lrt >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c free_is_write.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o free_is_write free_is_write.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c hg01_all_ok.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o hg01_all_ok hg01_all_ok.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c hg02_deadlock.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o hg02_deadlock hg02_deadlock.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c hg03_inherit.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o hg03_inherit hg03_inherit.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c hg04_race.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o hg04_race hg04_race.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c hg05_race2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o hg05_race2 hg05_race2.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c hg06_readshared.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o hg06_readshared hg06_readshared.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c locked_vs_unlocked1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o locked_vs_unlocked1 locked_vs_unlocked1.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c locked_vs_unlocked2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o locked_vs_unlocked2 locked_vs_unlocked2.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c locked_vs_unlocked3.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o locked_vs_unlocked3 locked_vs_unlocked3.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c t2t.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o t2t t2t.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc01_simple_race.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc01_simple_race tc01_simple_race.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc02_simple_tls.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc02_simple_tls tc02_simple_tls.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc03_re_excl.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc03_re_excl tc03_re_excl.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc04_free_lock.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc04_free_lock tc04_free_lock.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc05_simple_race.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc05_simple_race tc05_simple_race.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc06_two_races.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc06_two_races tc06_two_races.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o tc07_hbl1-tc07_hbl1.o `test -f 'tc07_hbl1.c' || echo './'`tc07_hbl1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc07_hbl1 tc07_hbl1-tc07_hbl1.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o tc08_hbl2-tc08_hbl2.o `test -f 'tc08_hbl2.c' || echo './'`tc08_hbl2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc08_hbl2 tc08_hbl2-tc08_hbl2.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc09_bad_unlock.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc09_bad_unlock tc09_bad_unlock.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc10_rec_lock.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc10_rec_lock tc10_rec_lock.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc11_XCHG.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc11_XCHG tc11_XCHG.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc12_rwl_trivial.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc12_rwl_trivial tc12_rwl_trivial.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc13_laog1.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc13_laog1 tc13_laog1.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc14_laog_dinphils.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc14_laog_dinphils tc14_laog_dinphils.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc15_laog_lockdel.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc15_laog_lockdel tc15_laog_lockdel.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc16_byterace.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc16_byterace tc16_byterace.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc17_sembar.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc17_sembar tc17_sembar.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc18_semabuse.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc18_semabuse tc18_semabuse.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc19_shadowmem.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc19_shadowmem tc19_shadowmem.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc21_pthonce.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc21_pthonce tc21_pthonce.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc23_bogus_condwait.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc23_bogus_condwait tc23_bogus_condwait.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc24_nonzero_sem.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc24_nonzero_sem tc24_nonzero_sem.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc22_exit_w_lock.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc22_exit_w_lock tc22_exit_w_lock.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bar_bad.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bar_bad bar_bad.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bar_trivial.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bar_trivial bar_trivial.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c tc20_verifywrap.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tc20_verifywrap tc20_verifywrap.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c annotate_rwlock.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o annotate_rwlock annotate_rwlock.o -lpthread >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind/tests' >make check-local >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind/tests' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind/tests' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind' >Making check in drd >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd' >Making check in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd' >mkdir -p ../.in_place; \ >for f in drd-amd64-linux drd-x86-linux vgpreload_drd-amd64-linux.so vgpreload_drd-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../drd/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../drd/$f.dSYM ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd' >Making check in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd/tests' >make annotate_hb_err annotate_hb_race annotate_ignore_rw annotate_ignore_write annotate_publish_hg annotate_static bug-235681 custom_alloc fp_race free_is_write hold_lock linuxthreads_det memory_allocation monitor_example new_delete pth_broadcast pth_cancel_locked pth_cleanup_handler pth_cond_race pth_create_chain pth_detached pth_detached_sem pth_detached3 pth_inconsistent_cond_wait pth_mutex_reinit pth_process_shared_mutex pth_uninitialized_cond recursive_mutex rwlock_race rwlock_test rwlock_type_checking sem_as_mutex sem_open sigalrm thread_name threaded-fork trylock unit_bitmap unit_vc boost_thread annotate_barrier annotate_rwlock atomic_var circular_buffer annotate_smart_pointer tsan_unittest omp_matinv omp_prime omp_printf matinv pth_barrier pth_barrier_race pth_barrier_reinit pth_barrier_thr_cr pth_spinlock >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd/tests' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c annotate_hb_err.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o annotate_hb_err annotate_hb_err.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c annotate_hb_race.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o annotate_hb_race annotate_hb_race.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c annotate_ignore_rw.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o annotate_ignore_rw annotate_ignore_rw.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c annotate_ignore_write.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o annotate_ignore_write annotate_ignore_write.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c annotate_publish_hg.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o annotate_publish_hg annotate_publish_hg.o -lpthread >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -march=native -O2 -c -o annotate_static.o annotate_static.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o annotate_static annotate_static.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bug-235681.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bug-235681 bug-235681.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c custom_alloc.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o custom_alloc custom_alloc.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fp_race.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fp_race fp_race.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c free_is_write.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o free_is_write free_is_write.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c hold_lock.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o hold_lock hold_lock.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c linuxthreads_det.c >linuxthreads_det.c: In function âthread_funcâ: >linuxthreads_det.c:18:10: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >linuxthreads_det.c:22:10: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o linuxthreads_det linuxthreads_det.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c memory_allocation.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o memory_allocation memory_allocation.o -lpthread >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -march=native -O2 -c -o monitor_example.o monitor_example.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o monitor_example monitor_example.o -lpthread >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -march=native -O2 -c -o new_delete.o new_delete.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o new_delete new_delete.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_broadcast.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_broadcast pth_broadcast.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_cancel_locked.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_cancel_locked pth_cancel_locked.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-empty-body -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o pth_cleanup_handler-pth_cleanup_handler.o `test -f 'pth_cleanup_handler.c' || echo './'`pth_cleanup_handler.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-empty-body -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_cleanup_handler pth_cleanup_handler-pth_cleanup_handler.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_cond_race.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_cond_race pth_cond_race.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_create_chain.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_create_chain pth_create_chain.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_detached.c >pth_detached.c: In function âmainâ: >pth_detached.c:82:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >pth_detached.c: In function âthread_func2â: >pth_detached.c:32:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >pth_detached.c: In function âthread_func1â: >pth_detached.c:24:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_detached pth_detached.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_detached_sem.c >pth_detached_sem.c: In function âmainâ: >pth_detached_sem.c:84:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >pth_detached_sem.c: In function âthread_func2â: >pth_detached_sem.c:36:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >pth_detached_sem.c: In function âthread_func1â: >pth_detached_sem.c:28:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_detached_sem pth_detached_sem.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_detached3.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_detached3 pth_detached3.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_inconsistent_cond_wait.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_inconsistent_cond_wait pth_inconsistent_cond_wait.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_mutex_reinit.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_mutex_reinit pth_mutex_reinit.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_process_shared_mutex.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_process_shared_mutex pth_process_shared_mutex.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_uninitialized_cond.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_uninitialized_cond pth_uninitialized_cond.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c recursive_mutex.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o recursive_mutex recursive_mutex.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c rwlock_race.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o rwlock_race rwlock_race.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c rwlock_test.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o rwlock_test rwlock_test.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c rwlock_type_checking.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o rwlock_type_checking rwlock_type_checking.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sem_as_mutex.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sem_as_mutex sem_as_mutex.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sem_open.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sem_open sem_open.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sigalrm.c >sigalrm.c: In function âprint_thread_idâ: >sigalrm.c:37:10: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sigalrm sigalrm.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c thread_name.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o thread_name thread_name.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c threaded-fork.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o threaded-fork threaded-fork.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c trylock.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o trylock trylock.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -O2 -DENABLE_DRD_CONSISTENCY_CHECKS --param inline-unit-growth=900 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o unit_bitmap-unit_bitmap.o `test -f 'unit_bitmap.c' || echo './'`unit_bitmap.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -O2 -DENABLE_DRD_CONSISTENCY_CHECKS --param inline-unit-growth=900 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o unit_bitmap unit_bitmap-unit_bitmap.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -DENABLE_DRD_CONSISTENCY_CHECKS -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o unit_vc-unit_vc.o `test -f 'unit_vc.c' || echo './'`unit_vc.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -DENABLE_DRD_CONSISTENCY_CHECKS -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o unit_vc unit_vc-unit_vc.o >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -march=native -O2 -c -o boost_thread-boost_thread.o `test -f 'boost_thread.cpp' || echo './'`boost_thread.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o boost_thread boost_thread-boost_thread.o -lboost_thread-mt -m64 >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c annotate_barrier.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o annotate_barrier annotate_barrier.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c annotate_rwlock.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o annotate_rwlock annotate_rwlock.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c atomic_var.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o atomic_var atomic_var.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c circular_buffer.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o circular_buffer circular_buffer.o -lpthread >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -march=native -O2 -c -o annotate_smart_pointer.o annotate_smart_pointer.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o annotate_smart_pointer annotate_smart_pointer.o -lpthread >x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -DTHREAD_WRAPPERS='"tsan_thread_wrappers_pthread.h"' -march=native -O2 -c -o tsan_unittest-tsan_unittest.o `test -f 'tsan_unittest.cpp' || echo './'`tsan_unittest.cpp >x86_64-pc-linux-gnu-g++ -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -DTHREAD_WRAPPERS='"tsan_thread_wrappers_pthread.h"' -march=native -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tsan_unittest tsan_unittest-tsan_unittest.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -fopenmp -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o omp_matinv-omp_matinv.o `test -f 'omp_matinv.c' || echo './'`omp_matinv.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -fopenmp -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o omp_matinv omp_matinv-omp_matinv.o -lpthread -lm >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -fopenmp -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o omp_prime-omp_prime.o `test -f 'omp_prime.c' || echo './'`omp_prime.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -fopenmp -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o omp_prime omp_prime-omp_prime.o -lpthread -lm >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -fopenmp -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o omp_printf-omp_printf.o `test -f 'omp_printf.c' || echo './'`omp_printf.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -fopenmp -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -fopenmp -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o omp_printf omp_printf-omp_printf.o -lpthread -lm >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c matinv.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o matinv matinv.o -lpthread -lm >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_barrier.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_barrier pth_barrier.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_barrier_race.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_barrier_race pth_barrier_race.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_barrier_reinit.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_barrier_reinit pth_barrier_reinit.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_barrier_thr_cr.c >pth_barrier_thr_cr.c: In function âmainâ: >pth_barrier_thr_cr.c:55:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >pth_barrier_thr_cr.c: In function âthreadâ: >pth_barrier_thr_cr.c:21:8: warning: ignoring return value of âwriteâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_barrier_thr_cr pth_barrier_thr_cr.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c pth_spinlock.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o pth_spinlock pth_spinlock.o -lpthread >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd/tests' >make check-local >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd/tests' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd/tests' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd' >Making check in exp-sgcheck >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck' >Making check in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck' >mkdir -p ../.in_place; \ >for f in exp-sgcheck-amd64-linux exp-sgcheck-x86-linux vgpreload_exp-sgcheck-amd64-linux.so vgpreload_exp-sgcheck-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../exp-sgcheck/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../exp-sgcheck/$f.dSYM ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck' >Making check in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck/tests' >make bad_percentify globalerr hackedbz2 hsg preen_invars preen_invars_so.so stackerr >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck/tests' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bad_percentify.c >bad_percentify.c: In function âsend_bytes_to_logging_sinkâ: >bad_percentify.c:53:10: warning: ignoring return value of âfwriteâ, declared with attribute warn_unused_result >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bad_percentify bad_percentify.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c globalerr.c >globalerr.c: In function âmainâ: >globalerr.c:10:9: warning: âsumâ may be used uninitialized in this function >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o globalerr globalerr.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -O -Wno-inline -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o hackedbz2-hackedbz2.o `test -f 'hackedbz2.c' || echo './'`hackedbz2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -O -Wno-inline -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o hackedbz2 hackedbz2-hackedbz2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c hsg.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o hsg hsg.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c preen_invars.c >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -fpic -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o preen_invars_so_so-preen_invars_so.o `test -f 'preen_invars_so.c' || echo './'`preen_invars_so.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -fpic -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -fpic -m64 -shared -Wl,-soname -Wl,preen_invars_so.so -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o preen_invars_so.so preen_invars_so_so-preen_invars_so.o >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -m64 -Wl,-rpath,../../memcheck/tests -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o preen_invars preen_invars.o -ldl >make[4]: «preen_invars_so.so» è aggiornato. >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c stackerr.c >stackerr.c: In function âmainâ: >stackerr.c:44:7: warning: array subscript is above array bounds >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o stackerr stackerr.o >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck/tests' >make check-local >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck/tests' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck/tests' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck' >Making check in exp-bbv >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv' >Making check in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv' >mkdir -p ../.in_place; \ >for f in exp-bbv-amd64-linux exp-bbv-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../exp-bbv/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../exp-bbv/$f.dSYM ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv' >Making check in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >Making check in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >make >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >Making all in . >make[6]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >make[6]: Nessuna operazione da eseguire per «all-am». >make[6]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >Making all in x86 >make[6]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86' >make[6]: Nessuna operazione da eseguire per «all». >make[6]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86' >Making all in x86-linux >make[6]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86-linux' >make[6]: Nessuna operazione da eseguire per «all». >make[6]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86-linux' >Making all in amd64-linux >make[6]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/amd64-linux' >make[6]: Nessuna operazione da eseguire per «all». >make[6]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/amd64-linux' >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >Making check in x86 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86' >make million rep_prefix fldcw_check complex_rep >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -ffreestanding -m32 -c -o million.o million.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -m32 -static -nostartfiles -nodefaultlibs -o million million.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -ffreestanding -m32 -c -o rep_prefix.o rep_prefix.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -m32 -static -nostartfiles -nodefaultlibs -o rep_prefix rep_prefix.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -ffreestanding -m32 -c -o fldcw_check.o fldcw_check.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -m32 -static -nostartfiles -nodefaultlibs -o fldcw_check fldcw_check.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -ffreestanding -m32 -c -o complex_rep.o complex_rep.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -m32 -static -nostartfiles -nodefaultlibs -o complex_rep complex_rep.o >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86' >Making check in x86-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86-linux' >make ll clone_test >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86-linux' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -ffreestanding -m32 -c -o ll.o ll.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -m32 -static -nostartfiles -nodefaultlibs -o ll ll.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -ffreestanding -m32 -c -o clone_test.o clone_test.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -m32 -static -nostartfiles -nodefaultlibs -o clone_test clone_test.o >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86-linux' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86-linux' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86-linux' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86-linux' >Making check in amd64-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/amd64-linux' >make million rep_prefix ll fldcw_check complex_rep clone_test >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/amd64-linux' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -ffreestanding -c -o million.o million.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -nostartfiles -nodefaultlibs -o million million.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -ffreestanding -c -o rep_prefix.o rep_prefix.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -nostartfiles -nodefaultlibs -o rep_prefix rep_prefix.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -ffreestanding -c -o ll.o ll.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -nostartfiles -nodefaultlibs -o ll ll.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -ffreestanding -c -o fldcw_check.o fldcw_check.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -nostartfiles -nodefaultlibs -o fldcw_check fldcw_check.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -ffreestanding -c -o complex_rep.o complex_rep.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -nostartfiles -nodefaultlibs -o complex_rep complex_rep.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../.. -I../../../include -I../../../coregrind -I../../../include -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -ffreestanding -c -o clone_test.o clone_test.S >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -nostartfiles -nodefaultlibs -o clone_test clone_test.o >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/amd64-linux' >make check-local >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/amd64-linux' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/amd64-linux' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/amd64-linux' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv' >Making check in exp-dhat >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat' >Making check in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat' >mkdir -p ../.in_place; \ >for f in exp-dhat-amd64-linux exp-dhat-x86-linux vgpreload_exp-dhat-amd64-linux.so vgpreload_exp-dhat-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../exp-dhat/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../exp-dhat/$f.dSYM ../.in_place; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat' >Making check in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat/tests' >make[3]: Nessuna operazione da eseguire per «check». >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat' >Making check in tests >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/tests' >make arch_test os_test true x86_amd64_features s390x_features >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/tests' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c arch_test.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o arch_test arch_test.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c os_test.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o os_test os_test.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c true.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o true true.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o x86_amd64_features-x86_amd64_features.o `test -f 'x86_amd64_features.c' || echo './'`x86_amd64_features.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o x86_amd64_features x86_amd64_features-x86_amd64_features.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c s390x_features.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o s390x_features s390x_features.o >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/tests' >make check-local >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/tests' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/tests' >Making check in perf >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/perf' >make bigcode bz2 fbench ffbench heap sarp tinycc >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/perf' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -O -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c bigcode.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -O -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bigcode bigcode.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -O -m64 -Wno-inline -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o bz2-bz2.o `test -f 'bz2.c' || echo './'`bz2.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -O -m64 -Wno-inline -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o bz2 bz2-bz2.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -O -m64 -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o fbench-fbench.o `test -f 'fbench.c' || echo './'`fbench.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -O -m64 -O2 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fbench fbench-fbench.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -O -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c ffbench.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -O -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o ffbench ffbench.o -lm >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -O -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c heap.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -O -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o heap heap.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -O -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sarp.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -O -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sarp sarp.o >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -O -m64 -Wno-shadow -Wno-inline -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o tinycc-tinycc.o `test -f 'tinycc.c' || echo './'`tinycc.c >tinycc.c: In function âdecl_initializer_allocâ: >tinycc.c:14281:16: warning: âsaved_parse_state.line_numâ may be used uninitialized in this function >tinycc.c:14281:16: warning: âsaved_parse_state.macro_ptrâ may be used uninitialized in this function >tinycc.c:14281:16: warning: âsaved_parse_state.tokâ may be used uninitialized in this function >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -O -m64 -Wno-shadow -Wno-inline -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o tinycc tinycc-tinycc.o >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/perf' >make check-local >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/perf' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/perf' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/perf' >Making check in gdbserver_tests >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/gdbserver_tests' >make clean_after_fork fork_chain passsigalrm sleepers main_pic t watchpoints >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/gdbserver_tests' >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c clean_after_fork.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o clean_after_fork clean_after_fork.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c fork_chain.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o fork_chain fork_chain.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c passsigalrm.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o passsigalrm passsigalrm.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c sleepers.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sleepers sleepers.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -fPIC -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c -o main_pic-main_pic.o `test -f 'main_pic.c' || echo './'`main_pic.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -fPIC -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -pie -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o main_pic main_pic-main_pic.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c t.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o t t.o -lpthread >x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../coregrind -I../include -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -c watchpoints.c >x86_64-pc-linux-gnu-gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -march=native -O2 -g0 -Wno-pointer-sign -fno-stack-protector -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o watchpoints watchpoints.o -lpthread >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/gdbserver_tests' >make check-local >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/gdbserver_tests' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/gdbserver_tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/gdbserver_tests' >Making check in auxprogs >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/auxprogs' >make[2]: Nessuna operazione da eseguire per «check». >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/auxprogs' >Making check in mpi >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/mpi' >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../mpi/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../mpi/$f.dSYM ../.in_place; \ >done >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/mpi' >Making check in docs >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/docs' >make[2]: Nessuna operazione da eseguire per «check». >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/docs' >make[1]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' > >>>> Install valgrind-3.7.0-r4 into /tmp/portage/dev-util/valgrind-3.7.0-r4/image/ category dev-util >make -j4 DESTDIR=/tmp/portage/dev-util/valgrind-3.7.0-r4/image/ install >make install-recursive >make[1]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' >Making install in include >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/include' >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/include' >make[3]: Nessuna operazione da eseguire per «install-exec-am». > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind' > /usr/bin/install -c -m 644 pub_tool_basics.h pub_tool_basics_asm.h pub_tool_aspacehl.h pub_tool_aspacemgr.h pub_tool_clientstate.h pub_tool_clreq.h pub_tool_cpuid.h pub_tool_debuginfo.h pub_tool_errormgr.h pub_tool_execontext.h pub_tool_gdbserver.h pub_tool_hashtable.h pub_tool_libcbase.h pub_tool_libcassert.h pub_tool_libcfile.h pub_tool_libcprint.h pub_tool_libcproc.h pub_tool_libcsetjmp.h pub_tool_libcsignal.h pub_tool_machine.h pub_tool_mallocfree.h pub_tool_options.h pub_tool_oset.h pub_tool_redir.h pub_tool_replacemalloc.h pub_tool_seqmatch.h pub_tool_signals.h pub_tool_sparsewa.h pub_tool_stacktrace.h pub_tool_threadstate.h pub_tool_tooliface.h pub_tool_vki.h pub_tool_vkiscnums.h pub_tool_vkiscnums_asm.h pub_tool_wordfm.h pub_tool_xarray.h valgrind.h '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind/.' > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind/vki' > /usr/bin/install -c -m 644 vki/vki-linux.h vki/vki-darwin.h vki/vki-posixtypes-amd64-linux.h vki/vki-posixtypes-ppc32-linux.h vki/vki-posixtypes-ppc64-linux.h vki/vki-posixtypes-x86-linux.h vki/vki-posixtypes-arm-linux.h vki/vki-posixtypes-s390x-linux.h vki/vki-amd64-linux.h vki/vki-ppc32-linux.h vki/vki-ppc64-linux.h vki/vki-x86-linux.h vki/vki-arm-linux.h vki/vki-s390x-linux.h vki/vki-scnums-amd64-linux.h vki/vki-scnums-ppc32-linux.h vki/vki-scnums-ppc64-linux.h vki/vki-scnums-x86-linux.h vki/vki-scnums-arm-linux.h vki/vki-scnums-s390x-linux.h vki/vki-scnums-darwin.h '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind/vki' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/include' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/include' >Making install in VEX >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/VEX' >make install-am >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/VEX' >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/VEX' > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind' > /usr/bin/install -c -m 644 libvex-amd64-linux.a libvex-x86-linux.a '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' > /usr/bin/install -c -m 644 pub/libvex.h pub/libvex_basictypes.h pub/libvex_emwarn.h pub/libvex_guest_offsets.h pub/libvex_guest_x86.h pub/libvex_guest_amd64.h pub/libvex_guest_ppc32.h pub/libvex_guest_ppc64.h pub/libvex_guest_arm.h pub/libvex_guest_s390x.h pub/libvex_s390x_common.h pub/libvex_ir.h pub/libvex_trc_values.h '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind' > ( cd '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' && x86_64-pc-linux-gnu-ranlib libvex-amd64-linux.a ) > ( cd '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' && x86_64-pc-linux-gnu-ranlib libvex-x86-linux.a ) >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/VEX' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/VEX' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/VEX' >Making install in coregrind >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/coregrind' >make install-am >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/coregrind' >mkdir -p ../.in_place; \ >for f in vgpreload_core-amd64-linux.so vgpreload_core-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../coregrind/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../coregrind/$f.dSYM ../.in_place; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../coregrind/$f ../.in_place; \ >done >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/coregrind' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in vgpreload_core-amd64-linux.so vgpreload_core-x86-linux.so; do \ > /usr/bin/install -c $f /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/bin' > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' > /usr/bin/install -c valgrind vgdb '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/bin' > /usr/bin/install -c -m 644 libcoregrind-amd64-linux.a libcoregrind-x86-linux.a libreplacemalloc_toolpreload-amd64-linux.a libreplacemalloc_toolpreload-x86-linux.a '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in ; do \ > cp -R $f.dSYM /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done > /usr/bin/install -c -m 644 m_gdbserver/32bit-core-valgrind-s1.xml m_gdbserver/32bit-core-valgrind-s2.xml m_gdbserver/32bit-core.xml m_gdbserver/32bit-linux-valgrind-s1.xml m_gdbserver/32bit-linux-valgrind-s2.xml m_gdbserver/32bit-linux.xml m_gdbserver/32bit-sse-valgrind-s1.xml m_gdbserver/32bit-sse-valgrind-s2.xml m_gdbserver/32bit-sse.xml m_gdbserver/64bit-core-valgrind-s1.xml m_gdbserver/64bit-core-valgrind-s2.xml m_gdbserver/64bit-core.xml m_gdbserver/64bit-linux-valgrind-s1.xml m_gdbserver/64bit-linux-valgrind-s2.xml m_gdbserver/64bit-linux.xml m_gdbserver/64bit-sse-valgrind-s1.xml m_gdbserver/64bit-sse-valgrind-s2.xml m_gdbserver/64bit-sse.xml m_gdbserver/amd64-coresse-valgrind.xml m_gdbserver/amd64-linux-valgrind.xml m_gdbserver/arm-core-valgrind-s1.xml m_gdbserver/arm-core-valgrind-s2.xml m_gdbserver/arm-core.xml m_gdbserver/arm-vfpv3-valgrind-s1.xml m_gdbserver/arm-vfpv3-valgrind-s2.xml m_gdbserver/arm-vfpv3.xml m_gdbserver/arm-with-vfpv3-valgrind.xml m_gdbserver/arm-with-vfpv3.xml m_gdbserver/i386-coresse-valgrind.xml m_gdbserver/i386-linux-valgrind.xml m_gdbserver/power64-core-valgrind-s1.xml m_gdbserver/power64-core-valgrind-s2.xml m_gdbserver/power64-core.xml m_gdbserver/power64-linux-valgrind-s1.xml m_gdbserver/power64-linux-valgrind-s2.xml m_gdbserver/power64-linux.xml m_gdbserver/power-altivec-valgrind-s1.xml m_gdbserver/power-altivec-valgrind-s2.xml m_gdbserver/power-altivec.xml m_gdbserver/power-core.xml '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' > ( cd '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' && x86_64-pc-linux-gnu-ranlib libcoregrind-amd64-linux.a ) > /usr/bin/install -c -m 644 m_gdbserver/power-fpu-valgrind-s1.xml m_gdbserver/power-fpu-valgrind-s2.xml m_gdbserver/power-fpu.xml m_gdbserver/power-linux-valgrind-s1.xml m_gdbserver/power-linux-valgrind-s2.xml m_gdbserver/power-linux.xml m_gdbserver/powerpc-altivec32l-valgrind.xml m_gdbserver/powerpc-altivec32l.xml m_gdbserver/powerpc-altivec64l-valgrind.xml m_gdbserver/powerpc-altivec64l.xml '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' > ( cd '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' && x86_64-pc-linux-gnu-ranlib libcoregrind-x86-linux.a ) > ( cd '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' && x86_64-pc-linux-gnu-ranlib libreplacemalloc_toolpreload-amd64-linux.a ) > ( cd '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' && x86_64-pc-linux-gnu-ranlib libreplacemalloc_toolpreload-x86-linux.a ) >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/coregrind' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/coregrind' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/coregrind' >Making install in . >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' >mkdir -p ./.in_place >rm -f ./.in_place/default.supp >ln -s ../default.supp ./.in_place >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' >make[3]: Nessuna operazione da eseguire per «install-exec-am». > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/pkgconfig' > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' > /usr/bin/install -c -m 644 valgrind.pc '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/pkgconfig' > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind' > /usr/bin/install -c -m 644 default.supp '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind' > /usr/bin/install -c -m 644 config.h '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' >Making install in memcheck >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck' >Making install in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck' >mkdir -p ../.in_place; \ >for f in memcheck-amd64-linux memcheck-x86-linux vgpreload_memcheck-amd64-linux.so vgpreload_memcheck-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../memcheck/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../memcheck/$f.dSYM ../.in_place; \ >done >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in memcheck-amd64-linux memcheck-x86-linux vgpreload_memcheck-amd64-linux.so vgpreload_memcheck-x86-linux.so; do \ > /usr/bin/install -c $f /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in ; do \ > cp -R $f.dSYM /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done > /usr/bin/install -c -m 644 memcheck.h '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck' >Making install in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >Making install in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >Making install in x86 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86' >Making install in amd64 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64' >Making install in linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/linux' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/linux' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/linux' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/linux' >Making install in x86-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86-linux' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86-linux' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86-linux' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/x86-linux' >Making install in amd64-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64-linux' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64-linux' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64-linux' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests/amd64-linux' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/tests' >Making install in perf >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/perf' >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/perf' >make[4]: Nessuna operazione da eseguire per «install-exec-am». >make[4]: Nessuna operazione da eseguire per «install-data-am». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/perf' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck/perf' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/memcheck' >Making install in cachegrind >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind' >Making install in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind' >mkdir -p ../.in_place; \ >for f in cachegrind-amd64-linux cachegrind-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../cachegrind/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../cachegrind/$f.dSYM ../.in_place; \ >done >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind' > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/bin' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in cachegrind-amd64-linux cachegrind-x86-linux; do \ > /usr/bin/install -c $f /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/bin' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[4]: Nessuna operazione da eseguire per «install-data-am». > /usr/bin/install -c cg_annotate cg_diff '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/bin' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in ; do \ > cp -R $f.dSYM /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done > /usr/bin/install -c cg_merge '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/bin' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind' >Making install in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >Making install in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >Making install in x86 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests/x86' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests/x86' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests/x86' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests/x86' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/cachegrind' >Making install in callgrind >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind' >Making install in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind' >mkdir -p ../.in_place; \ >for f in callgrind-amd64-linux callgrind-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../callgrind/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../callgrind/$f.dSYM ../.in_place; \ >done >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in callgrind-amd64-linux callgrind-x86-linux; do \ > /usr/bin/install -c $f /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/bin' >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in ; do \ > cp -R $f.dSYM /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done > /usr/bin/install -c callgrind_annotate callgrind_control '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/bin' > /usr/bin/install -c -m 644 callgrind.h '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind' >Making install in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >Making install in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/callgrind' >Making install in massif >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif' >Making install in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif' >mkdir -p ../.in_place; \ >for f in massif-amd64-linux massif-x86-linux vgpreload_massif-amd64-linux.so vgpreload_massif-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../massif/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../massif/$f.dSYM ../.in_place; \ >done >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in massif-amd64-linux massif-x86-linux vgpreload_massif-amd64-linux.so vgpreload_massif-x86-linux.so; do \ > /usr/bin/install -c $f /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[4]: Nessuna operazione da eseguire per «install-data-am». > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/bin' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in ; do \ > cp -R $f.dSYM /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done > /usr/bin/install -c ms_print '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/bin' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif' >Making install in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/tests' >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/tests' >make[4]: Nessuna operazione da eseguire per «install-exec-am». >make[4]: Nessuna operazione da eseguire per «install-data-am». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/tests' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/tests' >Making install in perf >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/perf' >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/perf' >make[4]: Nessuna operazione da eseguire per «install-exec-am». >make[4]: Nessuna operazione da eseguire per «install-data-am». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/perf' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif/perf' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/massif' >Making install in lackey >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey' >Making install in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey' >mkdir -p ../.in_place; \ >for f in lackey-amd64-linux lackey-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../lackey/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../lackey/$f.dSYM ../.in_place; \ >done >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in lackey-amd64-linux lackey-x86-linux; do \ > /usr/bin/install -c $f /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[4]: Nessuna operazione da eseguire per «install-data-am». >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in ; do \ > cp -R $f.dSYM /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey' >Making install in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey/tests' >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey/tests' >make[4]: Nessuna operazione da eseguire per «install-exec-am». >make[4]: Nessuna operazione da eseguire per «install-data-am». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey/tests' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/lackey' >Making install in none >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none' >Making install in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none' >mkdir -p ../.in_place; \ >for f in none-amd64-linux none-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../none/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../none/$f.dSYM ../.in_place; \ >done >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in none-amd64-linux none-x86-linux; do \ > /usr/bin/install -c $f /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[4]: Nessuna operazione da eseguire per «install-data-am». >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in ; do \ > cp -R $f.dSYM /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none' >Making install in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >Making install in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >Making install in x86 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86' >Making install in amd64 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/amd64' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/amd64' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/amd64' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/amd64' >Making install in linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/linux' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/linux' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/linux' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/linux' >Making install in x86-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86-linux' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86-linux' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86-linux' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests/x86-linux' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/none' >Making install in helgrind >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind' >Making install in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind' >mkdir -p ../.in_place; \ >for f in helgrind-amd64-linux helgrind-x86-linux vgpreload_helgrind-amd64-linux.so vgpreload_helgrind-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../helgrind/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../helgrind/$f.dSYM ../.in_place; \ >done >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in helgrind-amd64-linux helgrind-x86-linux vgpreload_helgrind-amd64-linux.so vgpreload_helgrind-x86-linux.so; do \ > /usr/bin/install -c $f /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in ; do \ > cp -R $f.dSYM /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind' > /usr/bin/install -c -m 644 helgrind.h '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind' >Making install in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind/tests' >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind/tests' >make[4]: Nessuna operazione da eseguire per «install-exec-am». >make[4]: Nessuna operazione da eseguire per «install-data-am». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind/tests' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/helgrind' >Making install in drd >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd' >Making install in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd' >mkdir -p ../.in_place; \ >for f in drd-amd64-linux drd-x86-linux vgpreload_drd-amd64-linux.so vgpreload_drd-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../drd/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../drd/$f.dSYM ../.in_place; \ >done >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in drd-amd64-linux drd-x86-linux vgpreload_drd-amd64-linux.so vgpreload_drd-x86-linux.so; do \ > /usr/bin/install -c $f /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in ; do \ > cp -R $f.dSYM /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind' > /usr/bin/install -c -m 644 drd.h '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/include/valgrind' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd' >Making install in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd/tests' >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd/tests' >make[4]: Nessuna operazione da eseguire per «install-exec-am». >make[4]: Nessuna operazione da eseguire per «install-data-am». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd/tests' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/drd' >Making install in exp-sgcheck >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck' >Making install in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck' >mkdir -p ../.in_place; \ >for f in exp-sgcheck-amd64-linux exp-sgcheck-x86-linux vgpreload_exp-sgcheck-amd64-linux.so vgpreload_exp-sgcheck-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../exp-sgcheck/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../exp-sgcheck/$f.dSYM ../.in_place; \ >done >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in exp-sgcheck-amd64-linux exp-sgcheck-x86-linux vgpreload_exp-sgcheck-amd64-linux.so vgpreload_exp-sgcheck-x86-linux.so; do \ > /usr/bin/install -c $f /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[4]: Nessuna operazione da eseguire per «install-data-am». >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in ; do \ > cp -R $f.dSYM /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck' >Making install in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck/tests' >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck/tests' >make[4]: Nessuna operazione da eseguire per «install-exec-am». >make[4]: Nessuna operazione da eseguire per «install-data-am». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck/tests' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-sgcheck' >Making install in exp-bbv >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv' >Making install in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv' >mkdir -p ../.in_place; \ >for f in exp-bbv-amd64-linux exp-bbv-x86-linux ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../exp-bbv/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../exp-bbv/$f.dSYM ../.in_place; \ >done >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in exp-bbv-amd64-linux exp-bbv-x86-linux; do \ > /usr/bin/install -c $f /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[4]: Nessuna operazione da eseguire per «install-data-am». >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in ; do \ > cp -R $f.dSYM /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv' >Making install in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >Making install in . >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >Making install in x86 >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86' >Making install in x86-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86-linux' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86-linux' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86-linux' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/x86-linux' >Making install in amd64-linux >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/amd64-linux' >make[5]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/amd64-linux' >make[5]: Nessuna operazione da eseguire per «install-exec-am». >make[5]: Nessuna operazione da eseguire per «install-data-am». >make[5]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/amd64-linux' >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests/amd64-linux' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-bbv' >Making install in exp-dhat >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat' >Making install in . >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat' >mkdir -p ../.in_place; \ >for f in exp-dhat-amd64-linux exp-dhat-x86-linux vgpreload_exp-dhat-amd64-linux.so vgpreload_exp-dhat-x86-linux.so ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../exp-dhat/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../exp-dhat/$f.dSYM ../.in_place; \ >done >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in exp-dhat-amd64-linux exp-dhat-x86-linux vgpreload_exp-dhat-amd64-linux.so vgpreload_exp-dhat-x86-linux.so; do \ > /usr/bin/install -c $f /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[4]: Nessuna operazione da eseguire per «install-data-am». >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in ; do \ > cp -R $f.dSYM /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat' >Making install in tests >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat/tests' >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat/tests' >make[4]: Nessuna operazione da eseguire per «install-exec-am». >make[4]: Nessuna operazione da eseguire per «install-data-am». >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat/tests' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/exp-dhat' >Making install in tests >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/tests' >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/tests' >make[3]: Nessuna operazione da eseguire per «install-exec-am». >make[3]: Nessuna operazione da eseguire per «install-data-am». >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/tests' >Making install in perf >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/perf' >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/perf' >make[3]: Nessuna operazione da eseguire per «install-exec-am». >make[3]: Nessuna operazione da eseguire per «install-data-am». >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/perf' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/perf' >Making install in gdbserver_tests >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/gdbserver_tests' >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/gdbserver_tests' >make[3]: Nessuna operazione da eseguire per «install-exec-am». >make[3]: Nessuna operazione da eseguire per «install-data-am». >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/gdbserver_tests' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/gdbserver_tests' >Making install in auxprogs >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/auxprogs' >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/auxprogs' >make[3]: Nessuna operazione da eseguire per «install-data-am». > /bin/mkdir -p '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/bin' > /usr/bin/install -c valgrind-listener '/tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/bin' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/auxprogs' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/auxprogs' >Making install in mpi >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/mpi' >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f; \ > ln -f -s ../mpi/$f ../.in_place; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >mkdir -p ../.in_place; \ >for f in ; do \ > rm -f ../.in_place/$f.dSYM; \ > ln -f -s ../mpi/$f.dSYM ../.in_place; \ >done >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/mpi' >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in ; do \ > /usr/bin/install -c $f /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >for f in ; do \ > if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ > echo "dsymutil $f"; \ > dsymutil $f; \ > fi; \ >done >make[3]: Nessuna operazione da eseguire per «install-data-am». >/bin/sh /tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/install-sh -d /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >for f in ; do \ > cp -R $f.dSYM /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind; \ >done >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/mpi' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/mpi' >Making install in docs >make[2]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/docs' >make[3]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/docs' >make[3]: Nessuna operazione da eseguire per «install-exec-am». >make install-data-hook >make[4]: Entering directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/docs' >set -e; \ >if test -r html ; then \ > mkdir -p /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/share/doc/valgrind-3.7.0-r4; \ > cp -r html /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/share/doc/valgrind-3.7.0-r4; \ >fi >for f in *.1 ; do \ > if test -r $f ; then \ > mkdir -p /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/share/man/man1; \ > cp $f /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/share/man/man1; \ > fi \ >done >set -e; \ >if test -r index.pdf ; then \ > mkdir -p /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/share/doc/valgrind-3.7.0-r4; \ > cp index.pdf /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/share/doc/valgrind-3.7.0-r4/valgrind_manual.pdf; \ >fi >set -e; \ >if test -r index.ps ; then \ > mkdir -p /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/share/doc/valgrind-3.7.0-r4; \ > cp index.ps /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/share/doc/valgrind-3.7.0-r4/valgrind_manual.ps; \ >fi >make[4]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/docs' >make[3]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/docs' >make[2]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0/docs' >make[1]: Leaving directory `/tmp/portage/dev-util/valgrind-3.7.0-r4/work/valgrind-3.7.0' > * PT PaX marking -m > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/cachegrind-amd64-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/cachegrind-x86-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/callgrind-amd64-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/callgrind-x86-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/drd-amd64-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/drd-x86-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/exp-bbv-amd64-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/exp-bbv-x86-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/exp-dhat-amd64-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/exp-dhat-x86-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/exp-sgcheck-amd64-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/exp-sgcheck-x86-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/helgrind-amd64-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/helgrind-x86-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/lackey-amd64-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/lackey-x86-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/massif-amd64-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/massif-x86-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/memcheck-amd64-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/memcheck-x86-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/none-amd64-linux > * /tmp/portage/dev-util/valgrind-3.7.0-r4/image//usr/lib64/valgrind/none-x86-linux >>>> Completed installing valgrind-3.7.0-r4 into /tmp/portage/dev-util/valgrind-3.7.0-r4/image/ > >[33;01m * [39;49;00mQA Notice: Unrecognized configure options: >[33;01m * [39;49;00m >[33;01m * [39;49;00m configure: WARNING: unrecognized options: --disable-silent-rules >[33;01m * [39;49;00m configure: WARNING: unrecognized options: --disable-silent-rules >strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line > usr/bin/valgrind-listener > usr/bin/valgrind > usr/bin/vgdb > usr/bin/cg_merge > usr/lib64/valgrind/vgpreload_exp-dhat-x86-linux.so > usr/lib64/valgrind/vgpreload_exp-dhat-amd64-linux.so > usr/lib64/valgrind/exp-dhat-x86-linux > usr/lib64/valgrind/exp-dhat-amd64-linux > usr/lib64/valgrind/exp-bbv-x86-linux > usr/lib64/valgrind/exp-bbv-amd64-linux > usr/lib64/valgrind/vgpreload_exp-sgcheck-x86-linux.so > usr/lib64/valgrind/vgpreload_exp-sgcheck-amd64-linux.so > usr/lib64/valgrind/exp-sgcheck-x86-linux > usr/lib64/valgrind/exp-sgcheck-amd64-linux > usr/lib64/valgrind/vgpreload_drd-x86-linux.so > usr/lib64/valgrind/vgpreload_drd-amd64-linux.so > usr/lib64/valgrind/drd-x86-linux > usr/lib64/valgrind/drd-amd64-linux > usr/lib64/valgrind/vgpreload_helgrind-x86-linux.so > usr/lib64/valgrind/vgpreload_helgrind-amd64-linux.so > usr/lib64/valgrind/helgrind-x86-linux > usr/lib64/valgrind/helgrind-amd64-linux > usr/lib64/valgrind/none-x86-linux > usr/lib64/valgrind/none-amd64-linux > usr/lib64/valgrind/lackey-x86-linux > usr/lib64/valgrind/lackey-amd64-linux > usr/lib64/valgrind/vgpreload_massif-x86-linux.so > usr/lib64/valgrind/vgpreload_massif-amd64-linux.so > usr/lib64/valgrind/massif-x86-linux > usr/lib64/valgrind/massif-amd64-linux > usr/lib64/valgrind/callgrind-x86-linux > usr/lib64/valgrind/callgrind-amd64-linux > usr/lib64/valgrind/cachegrind-x86-linux > usr/lib64/valgrind/cachegrind-amd64-linux > usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so > usr/lib64/valgrind/vgpreload_memcheck-x86-linux.so > usr/lib64/valgrind/memcheck-x86-linux > usr/lib64/valgrind/memcheck-amd64-linux > usr/lib64/valgrind/vgpreload_core-x86-linux.so > usr/lib64/valgrind/vgpreload_core-amd64-linux.so > usr/lib64/valgrind/libreplacemalloc_toolpreload-x86-linux.a > usr/lib64/valgrind/libcoregrind-x86-linux.a > usr/lib64/valgrind/libreplacemalloc_toolpreload-amd64-linux.a > usr/lib64/valgrind/libcoregrind-amd64-linux.a > usr/lib64/valgrind/libvex-x86-linux.a > usr/lib64/valgrind/libvex-amd64-linux.a >ecompressdir: bzip2 -9 /usr/share/man >ecompressdir: bzip2 -9 /usr/share/doc > > * QA Notice: Package triggers severe warnings which indicate that it > * may exhibit random runtime failures. > * more_x86_fp.c:99:5: warning: dereferencing type-punned pointer will break strict-aliasing rules > * more_x86_fp.c:100:5: warning: dereferencing type-punned pointer will break strict-aliasing rules > * more_x87_fp.c:109:5: warning: dereferencing type-punned pointer will break strict-aliasing rules > * more_x87_fp.c:110:5: warning: dereferencing type-punned pointer will break strict-aliasing rules > * fdleak_cmsg.c:71:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * fdleak_cmsg.c:135:10: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:462:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:464:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:729:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:733:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:1000:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:1004:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2355:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2366:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2378:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2389:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2401:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2412:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2424:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2435:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2486:10: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2497:10: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2671:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2682:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2694:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2705:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2717:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2728:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2740:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2751:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2802:10: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2813:10: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:2987:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3000:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3014:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3027:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3041:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3054:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3068:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3081:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3134:10: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3147:10: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3324:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3341:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3359:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3376:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3394:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3411:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3429:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3446:7: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3503:10: warning: dereferencing type-punned pointer will break strict-aliasing rules > * sse4-64.c:3520:10: warning: dereferencing type-punned pointer will break strict-aliasing rules > > > * QA Notice: Package triggers severe warnings which indicate that it > * may exhibit random runtime failures. > * stackerr.c:44:7: warning: array subscript is above array bounds > > > * QA Notice: Package triggers severe warnings which indicate that it > * may exhibit random runtime failures. > * badfree.c:15:8: warning: attempt to free a non-heap object âqâ > * xml1.c:28:7: warning: attempt to free a non-heap object ânâ > > * Please do not file a Gentoo bug and instead report the above QA > * issues directly to the upstream developers of this software. > * Homepage: http://www.valgrind.org > [32;01m*[39;49;00m checking 234 files for package collisions >>>> Merging dev-util/valgrind-3.7.0-r4 to / >--- /usr/ >--- /usr/share/ >--- /usr/share/man/ >--- /usr/share/man/man1/ >>>> /usr/share/man/man1/callgrind_annotate.1.bz2 >>>> /usr/share/man/man1/callgrind_control.1.bz2 >>>> /usr/share/man/man1/cg_annotate.1.bz2 >>>> /usr/share/man/man1/ms_print.1.bz2 >>>> /usr/share/man/man1/valgrind.1.bz2 >--- /usr/share/doc/ >>>> /usr/share/doc/valgrind-3.7.0-r4/ >>>> /usr/share/doc/valgrind-3.7.0-r4/html/ >>>> /usr/share/doc/valgrind-3.7.0-r4/html/cg-manual.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/manual-writing-tools.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/design-impl.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/license.gpl.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/dist.readme.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/manual-core.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/lk-manual.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/bbv-manual.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/faq.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/index.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/dist.readme-missing.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/quick-start.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/dist.news.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/dist.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/license.gfdl.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/dist.authors.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/dist.readme-developers.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/vg_basic.css >>>> /usr/share/doc/valgrind-3.7.0-r4/html/licenses.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/nl-manual.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/FAQ.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/manual.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/dh-manual.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/manual-core-adv.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/cl-format.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/sg-manual.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/drd-manual.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/QuickStart.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/hg-manual.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/cl-manual.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/images/ >>>> /usr/share/doc/valgrind-3.7.0-r4/html/images/next.png >>>> /usr/share/doc/valgrind-3.7.0-r4/html/images/up.png >>>> /usr/share/doc/valgrind-3.7.0-r4/html/images/prev.png >>>> /usr/share/doc/valgrind-3.7.0-r4/html/images/home.png >>>> /usr/share/doc/valgrind-3.7.0-r4/html/tech-docs.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/mc-manual.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/ms-manual.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/dist.readme-packagers.html >>>> /usr/share/doc/valgrind-3.7.0-r4/html/manual-intro.html >>>> /usr/share/doc/valgrind-3.7.0-r4/valgrind_manual.ps.bz2 >>>> /usr/share/doc/valgrind-3.7.0-r4/AUTHORS.bz2 >>>> /usr/share/doc/valgrind-3.7.0-r4/FAQ.txt.bz2 >>>> /usr/share/doc/valgrind-3.7.0-r4/NEWS.bz2 >>>> /usr/share/doc/valgrind-3.7.0-r4/README.bz2 >>>> /usr/share/doc/valgrind-3.7.0-r4/README.android.bz2 >>>> /usr/share/doc/valgrind-3.7.0-r4/README_DEVELOPERS.bz2 >>>> /usr/share/doc/valgrind-3.7.0-r4/README_MISSING_SYSCALL_OR_IOCTL.bz2 >>>> /usr/share/doc/valgrind-3.7.0-r4/README_PACKAGERS.bz2 >>>> /usr/share/doc/valgrind-3.7.0-r4/README.s390.bz2 >>>> /usr/share/doc/valgrind-3.7.0-r4/valgrind_manual.pdf >--- /usr/bin/ >>>> /usr/bin/valgrind-listener >>>> /usr/bin/ms_print >>>> /usr/bin/callgrind_control >>>> /usr/bin/callgrind_annotate >>>> /usr/bin/cg_merge >>>> /usr/bin/cg_diff >>>> /usr/bin/cg_annotate >>>> /usr/bin/vgdb >>>> /usr/bin/valgrind >--- /usr/lib64/ >--- /usr/lib64/pkgconfig/ >>>> /usr/lib64/pkgconfig/valgrind.pc >>>> /usr/lib64/valgrind/ >>>> /usr/lib64/valgrind/libvex-amd64-linux.a >>>> /usr/lib64/valgrind/libcoregrind-amd64-linux.a >>>> /usr/lib64/valgrind/libcoregrind-x86-linux.a >>>> /usr/lib64/valgrind/libvex-x86-linux.a >>>> /usr/lib64/valgrind/libreplacemalloc_toolpreload-amd64-linux.a >>>> /usr/lib64/valgrind/libreplacemalloc_toolpreload-x86-linux.a >>>> /usr/lib64/valgrind/vgpreload_exp-dhat-x86-linux.so >>>> /usr/lib64/valgrind/vgpreload_exp-dhat-amd64-linux.so >>>> /usr/lib64/valgrind/exp-dhat-x86-linux >>>> /usr/lib64/valgrind/exp-dhat-amd64-linux >>>> /usr/lib64/valgrind/exp-bbv-x86-linux >>>> /usr/lib64/valgrind/exp-bbv-amd64-linux >>>> /usr/lib64/valgrind/vgpreload_exp-sgcheck-x86-linux.so >>>> /usr/lib64/valgrind/vgpreload_exp-sgcheck-amd64-linux.so >>>> /usr/lib64/valgrind/exp-sgcheck-x86-linux >>>> /usr/lib64/valgrind/exp-sgcheck-amd64-linux >>>> /usr/lib64/valgrind/vgpreload_drd-x86-linux.so >>>> /usr/lib64/valgrind/vgpreload_drd-amd64-linux.so >>>> /usr/lib64/valgrind/drd-x86-linux >>>> /usr/lib64/valgrind/drd-amd64-linux >>>> /usr/lib64/valgrind/vgpreload_helgrind-x86-linux.so >>>> /usr/lib64/valgrind/vgpreload_helgrind-amd64-linux.so >>>> /usr/lib64/valgrind/helgrind-x86-linux >>>> /usr/lib64/valgrind/helgrind-amd64-linux >>>> /usr/lib64/valgrind/none-x86-linux >>>> /usr/lib64/valgrind/none-amd64-linux >>>> /usr/lib64/valgrind/lackey-x86-linux >>>> /usr/lib64/valgrind/lackey-amd64-linux >>>> /usr/lib64/valgrind/vgpreload_massif-x86-linux.so >>>> /usr/lib64/valgrind/vgpreload_massif-amd64-linux.so >>>> /usr/lib64/valgrind/massif-x86-linux >>>> /usr/lib64/valgrind/massif-amd64-linux >>>> /usr/lib64/valgrind/callgrind-x86-linux >>>> /usr/lib64/valgrind/callgrind-amd64-linux >>>> /usr/lib64/valgrind/cachegrind-x86-linux >>>> /usr/lib64/valgrind/cachegrind-amd64-linux >>>> /usr/lib64/valgrind/vgpreload_memcheck-x86-linux.so >>>> /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so >>>> /usr/lib64/valgrind/memcheck-x86-linux >>>> /usr/lib64/valgrind/memcheck-amd64-linux >>>> /usr/lib64/valgrind/default.supp >>>> /usr/lib64/valgrind/powerpc-altivec64l.xml >>>> /usr/lib64/valgrind/powerpc-altivec64l-valgrind.xml >>>> /usr/lib64/valgrind/powerpc-altivec32l.xml >>>> /usr/lib64/valgrind/powerpc-altivec32l-valgrind.xml >>>> /usr/lib64/valgrind/power-linux.xml >>>> /usr/lib64/valgrind/power-linux-valgrind-s2.xml >>>> /usr/lib64/valgrind/power-linux-valgrind-s1.xml >>>> /usr/lib64/valgrind/power-fpu.xml >>>> /usr/lib64/valgrind/power-fpu-valgrind-s2.xml >>>> /usr/lib64/valgrind/power-fpu-valgrind-s1.xml >>>> /usr/lib64/valgrind/power-core.xml >>>> /usr/lib64/valgrind/power-altivec.xml >>>> /usr/lib64/valgrind/power-altivec-valgrind-s2.xml >>>> /usr/lib64/valgrind/power-altivec-valgrind-s1.xml >>>> /usr/lib64/valgrind/power64-linux.xml >>>> /usr/lib64/valgrind/power64-linux-valgrind-s2.xml >>>> /usr/lib64/valgrind/power64-linux-valgrind-s1.xml >>>> /usr/lib64/valgrind/power64-core.xml >>>> /usr/lib64/valgrind/power64-core-valgrind-s2.xml >>>> /usr/lib64/valgrind/power64-core-valgrind-s1.xml >>>> /usr/lib64/valgrind/i386-linux-valgrind.xml >>>> /usr/lib64/valgrind/i386-coresse-valgrind.xml >>>> /usr/lib64/valgrind/arm-with-vfpv3.xml >>>> /usr/lib64/valgrind/arm-with-vfpv3-valgrind.xml >>>> /usr/lib64/valgrind/arm-vfpv3.xml >>>> /usr/lib64/valgrind/arm-vfpv3-valgrind-s2.xml >>>> /usr/lib64/valgrind/arm-vfpv3-valgrind-s1.xml >>>> /usr/lib64/valgrind/arm-core.xml >>>> /usr/lib64/valgrind/arm-core-valgrind-s2.xml >>>> /usr/lib64/valgrind/arm-core-valgrind-s1.xml >>>> /usr/lib64/valgrind/amd64-linux-valgrind.xml >>>> /usr/lib64/valgrind/amd64-coresse-valgrind.xml >>>> /usr/lib64/valgrind/64bit-sse.xml >>>> /usr/lib64/valgrind/64bit-sse-valgrind-s2.xml >>>> /usr/lib64/valgrind/64bit-sse-valgrind-s1.xml >>>> /usr/lib64/valgrind/64bit-linux.xml >>>> /usr/lib64/valgrind/64bit-linux-valgrind-s2.xml >>>> /usr/lib64/valgrind/64bit-linux-valgrind-s1.xml >>>> /usr/lib64/valgrind/64bit-core.xml >>>> /usr/lib64/valgrind/64bit-core-valgrind-s2.xml >>>> /usr/lib64/valgrind/64bit-core-valgrind-s1.xml >>>> /usr/lib64/valgrind/32bit-sse.xml >>>> /usr/lib64/valgrind/32bit-sse-valgrind-s2.xml >>>> /usr/lib64/valgrind/32bit-sse-valgrind-s1.xml >>>> /usr/lib64/valgrind/32bit-linux.xml >>>> /usr/lib64/valgrind/32bit-linux-valgrind-s2.xml >>>> /usr/lib64/valgrind/32bit-linux-valgrind-s1.xml >>>> /usr/lib64/valgrind/32bit-core.xml >>>> /usr/lib64/valgrind/32bit-core-valgrind-s2.xml >>>> /usr/lib64/valgrind/32bit-core-valgrind-s1.xml >>>> /usr/lib64/valgrind/vgpreload_core-x86-linux.so >>>> /usr/lib64/valgrind/vgpreload_core-amd64-linux.so >--- /usr/include/ >>>> /usr/include/valgrind/ >>>> /usr/include/valgrind/drd.h >>>> /usr/include/valgrind/helgrind.h >>>> /usr/include/valgrind/callgrind.h >>>> /usr/include/valgrind/memcheck.h >>>> /usr/include/valgrind/config.h >>>> /usr/include/valgrind/libvex_trc_values.h >>>> /usr/include/valgrind/libvex_ir.h >>>> /usr/include/valgrind/libvex_s390x_common.h >>>> /usr/include/valgrind/libvex_guest_s390x.h >>>> /usr/include/valgrind/libvex_guest_arm.h >>>> /usr/include/valgrind/libvex_guest_ppc64.h >>>> /usr/include/valgrind/libvex_guest_ppc32.h >>>> /usr/include/valgrind/libvex_guest_amd64.h >>>> /usr/include/valgrind/libvex_guest_x86.h >>>> /usr/include/valgrind/libvex_guest_offsets.h >>>> /usr/include/valgrind/libvex_emwarn.h >>>> /usr/include/valgrind/libvex_basictypes.h >>>> /usr/include/valgrind/libvex.h >>>> /usr/include/valgrind/vki/ >>>> /usr/include/valgrind/vki/vki-scnums-darwin.h >>>> /usr/include/valgrind/vki/vki-scnums-s390x-linux.h >>>> /usr/include/valgrind/vki/vki-scnums-arm-linux.h >>>> /usr/include/valgrind/vki/vki-scnums-x86-linux.h >>>> /usr/include/valgrind/vki/vki-scnums-ppc64-linux.h >>>> /usr/include/valgrind/vki/vki-scnums-ppc32-linux.h >>>> /usr/include/valgrind/vki/vki-scnums-amd64-linux.h >>>> /usr/include/valgrind/vki/vki-s390x-linux.h >>>> /usr/include/valgrind/vki/vki-arm-linux.h >>>> /usr/include/valgrind/vki/vki-x86-linux.h >>>> /usr/include/valgrind/vki/vki-ppc64-linux.h >>>> /usr/include/valgrind/vki/vki-ppc32-linux.h >>>> /usr/include/valgrind/vki/vki-amd64-linux.h >>>> /usr/include/valgrind/vki/vki-posixtypes-s390x-linux.h >>>> /usr/include/valgrind/vki/vki-posixtypes-arm-linux.h >>>> /usr/include/valgrind/vki/vki-posixtypes-x86-linux.h >>>> /usr/include/valgrind/vki/vki-posixtypes-ppc64-linux.h >>>> /usr/include/valgrind/vki/vki-posixtypes-ppc32-linux.h >>>> /usr/include/valgrind/vki/vki-posixtypes-amd64-linux.h >>>> /usr/include/valgrind/vki/vki-darwin.h >>>> /usr/include/valgrind/vki/vki-linux.h >>>> /usr/include/valgrind/valgrind.h >>>> /usr/include/valgrind/pub_tool_xarray.h >>>> /usr/include/valgrind/pub_tool_wordfm.h >>>> /usr/include/valgrind/pub_tool_vkiscnums_asm.h >>>> /usr/include/valgrind/pub_tool_vkiscnums.h >>>> /usr/include/valgrind/pub_tool_vki.h >>>> /usr/include/valgrind/pub_tool_tooliface.h >>>> /usr/include/valgrind/pub_tool_threadstate.h >>>> /usr/include/valgrind/pub_tool_stacktrace.h >>>> /usr/include/valgrind/pub_tool_sparsewa.h >>>> /usr/include/valgrind/pub_tool_signals.h >>>> /usr/include/valgrind/pub_tool_seqmatch.h >>>> /usr/include/valgrind/pub_tool_replacemalloc.h >>>> /usr/include/valgrind/pub_tool_redir.h >>>> /usr/include/valgrind/pub_tool_oset.h >>>> /usr/include/valgrind/pub_tool_options.h >>>> /usr/include/valgrind/pub_tool_mallocfree.h >>>> /usr/include/valgrind/pub_tool_machine.h >>>> /usr/include/valgrind/pub_tool_libcsignal.h >>>> /usr/include/valgrind/pub_tool_libcsetjmp.h >>>> /usr/include/valgrind/pub_tool_libcproc.h >>>> /usr/include/valgrind/pub_tool_libcprint.h >>>> /usr/include/valgrind/pub_tool_libcfile.h >>>> /usr/include/valgrind/pub_tool_libcassert.h >>>> /usr/include/valgrind/pub_tool_libcbase.h >>>> /usr/include/valgrind/pub_tool_hashtable.h >>>> /usr/include/valgrind/pub_tool_gdbserver.h >>>> /usr/include/valgrind/pub_tool_execontext.h >>>> /usr/include/valgrind/pub_tool_errormgr.h >>>> /usr/include/valgrind/pub_tool_debuginfo.h >>>> /usr/include/valgrind/pub_tool_cpuid.h >>>> /usr/include/valgrind/pub_tool_clreq.h >>>> /usr/include/valgrind/pub_tool_clientstate.h >>>> /usr/include/valgrind/pub_tool_aspacemgr.h >>>> /usr/include/valgrind/pub_tool_aspacehl.h >>>> /usr/include/valgrind/pub_tool_basics_asm.h >>>> /usr/include/valgrind/pub_tool_basics.h > * Valgrind will not work if glibc does not have debug symbols. > * To fix this you can add splitdebug to FEATURES in make.conf > * and remerge glibc. See: > * https://bugs.gentoo.org/show_bug.cgi?id=214065 > * https://bugs.gentoo.org/show_bug.cgi?id=274771 > * https://bugs.gentoo.org/show_bug.cgi?id=388703 >>>> dev-util/valgrind-3.7.0-r4 merged. >>>> Regenerating /etc/ld.so.cache...
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 435012
: 323750