]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix makefile to allow compilation with gcc -g3.
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 22 Apr 2012 19:27:44 +0000 (19:27 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 22 Apr 2012 19:27:44 +0000 (19:27 +0000)
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

Makefile.vex.am
NEWS

index ed9d8090567cc18842e5a8e9a0f9bb5136907a59..0071634d3629e36c94a67a30af8bc79a8649cdd5 100644 (file)
@@ -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 05a2669d75e2d496e73d354d36d93b021604ea98..3542a7a9e60d58a8c940589f05749649c56bb71a 100644 (file)
--- 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)