Misc changes needed to support exp-drd (Bart Van Assche).

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7213
This commit is contained in:
Julian Seward
2007-11-25 14:08:53 +00:00
parent 931a40e83b
commit 54e5bf2856
8 changed files with 72 additions and 5 deletions

View File

@@ -136,6 +136,9 @@ typedef
extern VgSectKind VG_(seginfo_sect_kind)(Addr);
extern Char* VG_(seginfo_sect_kind_name)(Addr a, Char* buf, UInt n_buf);
#endif // __PUB_TOOL_DEBUGINFO_H
/*--------------------------------------------------------------------*/