diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-02-27 17:48:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-02-27 17:48:16 +0000 |
commit | f7d098a5b9b6fac47bc16dea6d212a936cd92c8c (patch) | |
tree | d764b8d8262d40b09a66f2372f515523be47f0c2 /gprof | |
parent | bfde4a671b46dba29984b6e4f9754f3541979d80 (diff) | |
download | gdb-f7d098a5b9b6fac47bc16dea6d212a936cd92c8c.zip gdb-f7d098a5b9b6fac47bc16dea6d212a936cd92c8c.tar.gz gdb-f7d098a5b9b6fac47bc16dea6d212a936cd92c8c.tar.bz2 |
comment change
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/gmon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/gmon.h b/gprof/gmon.h index 4d45704..cef8516 100644 --- a/gprof/gmon.h +++ b/gprof/gmon.h @@ -37,6 +37,8 @@ struct raw_phdr { + /* FIXME: This is wrong; bfd_vma need not correspond any + particular size on the target. */ char low_pc[sizeof (bfd_vma)]; /* base pc address of sample buffer */ char high_pc[sizeof (bfd_vma)]; /* max pc address of sampled buffer */ char ncnt[4]; /* size of sample buffer (plus this header) */ |