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
This commit is contained in:
Florian Krohm 2012-04-22 19:27:44 +00:00
parent 77e2a06efd
commit 56f8e215d4
2 changed files with 2 additions and 1 deletions

View 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" \

1
NEWS
View File

@ -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)