diff options
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) */ |