mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
comment change
This commit is contained in:
@ -37,6 +37,8 @@
|
|||||||
|
|
||||||
struct raw_phdr
|
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 low_pc[sizeof (bfd_vma)]; /* base pc address of sample buffer */
|
||||||
char high_pc[sizeof (bfd_vma)]; /* max pc address of sampled buffer */
|
char high_pc[sizeof (bfd_vma)]; /* max pc address of sampled buffer */
|
||||||
char ncnt[4]; /* size of sample buffer (plus this header) */
|
char ncnt[4]; /* size of sample buffer (plus this header) */
|
||||||
|
Reference in New Issue
Block a user