From: Ian Lance Taylor Date: Thu, 27 Feb 1997 17:48:16 +0000 (+0000) Subject: comment change X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f7d098a5b9b6fac47bc16dea6d212a936cd92c8c;p=binutils-gdb.git comment change --- diff --git a/gprof/gmon.h b/gprof/gmon.h index 4d45704a3de..cef8516fe77 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) */