mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
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:
parent
77e2a06efd
commit
56f8e215d4
@ -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
1
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user