projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfde4a6
)
comment change
author
Ian Lance Taylor
<ian@airs.com>
Thu, 27 Feb 1997 17:48:16 +0000
(17:48 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Thu, 27 Feb 1997 17:48:16 +0000
(17:48 +0000)
gprof/gmon.h
patch
|
blob
|
history
diff --git
a/gprof/gmon.h
b/gprof/gmon.h
index 4d45704a3dea60a657b04c550b169fc2e0771406..cef8516fe770285e13df4480cde9a964281105cf 100644
(file)
--- 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) */