From f7d098a5b9b6fac47bc16dea6d212a936cd92c8c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 27 Feb 1997 17:48:16 +0000 Subject: [PATCH] comment change --- gprof/gmon.h | 2 ++ 1 file changed, 2 insertions(+) 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) */ -- 2.7.4