diff options
Diffstat (limited to 'gmon/sys/gmon_out.h')
-rw-r--r-- | gmon/sys/gmon_out.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gmon/sys/gmon_out.h b/gmon/sys/gmon_out.h index c84f945ce8..83dd1ec83e 100644 --- a/gmon/sys/gmon_out.h +++ b/gmon/sys/gmon_out.h @@ -33,6 +33,9 @@ #define GMON_MAGIC "gmon" /* magic cookie */ #define GMON_VERSION 1 /* version number */ +/* For profiling shared object we need a new format. */ +#define GMON_SHOBJ_VERSION 0x1ffff + __BEGIN_DECLS /* |