From: Florian Krohm Date: Sun, 22 Apr 2012 19:27:44 +0000 (+0000) Subject: Fix makefile to allow compilation with gcc -g3. X-Git-Tag: svn/VALGRIND_3_8_0~330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56f8e215d48f12457bc45fc0c5e87f1710139e7a;p=thirdparty%2Fvalgrind.git Fix makefile to allow compilation with gcc -g3. Fixes bugzilla #297993 (together with VEX r2310). Patch by Daniel Richard G. (skunk@iskunk.org). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12538 --- diff --git a/Makefile.vex.am b/Makefile.vex.am index ed9d809056..0071634d36 100644 --- a/Makefile.vex.am +++ b/Makefile.vex.am @@ -71,7 +71,7 @@ pub/libvex_guest_offsets.h: auxprogs/genoffsets.c \ $(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@) \ -O -S -o auxprogs/genoffsets.s \ auxprogs/genoffsets.c - grep xyzzy auxprogs/genoffsets.s | grep define \ + grep xyzzy auxprogs/genoffsets.s | grep "^#define" \ | sed "s/xyzzy\\$$//g" \ | sed "s/xyzzy#//g" \ | sed "s/xyzzy//g" \ diff --git a/NEWS b/NEWS index 05a2669d75..3542a7a9e6 100644 --- a/NEWS +++ b/NEWS @@ -82,6 +82,7 @@ n-i-bz s390x: Shadow registers can now be examined using vgdb and non reset of "C-ontinued" signal 297991 Valgrind interferes with mmap()+ftell() 297992 Support systems missing WIFCONTINUED (e.g. pre-2.6.10 Linux) +297993 Fix compilation of valgrind with gcc -g3. 298394 s390x: Don't bail out on an unknown machine model. Assume it's a new model. Release 3.7.0 (5 November 2011)