mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Tweaks for keeping Josef's external Callgrind tool running, including a bumping
of the interface major version number. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3043
This commit is contained in:
parent
3b4dc0bdba
commit
b490e55dc8
@ -79,8 +79,11 @@ extern const Char *VG_(libdir);
|
||||
/* The major version number indicates binary-incompatible changes to the
|
||||
interface; if the core and tool major versions don't match, Valgrind
|
||||
will abort. The minor version indicates binary-compatible changes.
|
||||
|
||||
(Update: as it happens, we're never using the minor version number, because
|
||||
there's no point in doing so.)
|
||||
*/
|
||||
#define VG_CORE_INTERFACE_MAJOR_VERSION 6
|
||||
#define VG_CORE_INTERFACE_MAJOR_VERSION 7
|
||||
#define VG_CORE_INTERFACE_MINOR_VERSION 0
|
||||
|
||||
typedef struct _ToolInfo {
|
||||
|
||||
@ -1,11 +1,11 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@
|
||||
includedir=@includedir@/valgrind
|
||||
|
||||
Name: Valgrind
|
||||
Description: Program supervision framework for x86-GNU/Linux
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
Libs:
|
||||
Cflags: -I${includedir} -I${includedir}/@VG_ARCH@ -I${includedir}/@VG_PLATFORM@
|
||||
Cflags: -I${includedir} -I${includedir}/@VG_ARCH@ -I${includedir}/@VG_OS@ -I${includedir}/@VG_PLATFORM@ @ARCH_TOOL_AM_CFLAGS@
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user