comment change

This commit is contained in:
Ian Lance Taylor 1997-02-27 17:48:16 +00:00
parent bfde4a671b
commit f7d098a5b9
1 changed files with 2 additions and 0 deletions

View 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) */