comment change
authorIan Lance Taylor <ian@airs.com>
Thu, 27 Feb 1997 17:48:16 +0000 (17:48 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 27 Feb 1997 17:48:16 +0000 (17:48 +0000)
gprof/gmon.h

index 4d45704..cef8516 100644 (file)
@@ -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) */