mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* gmon.h, gprof.h: structs of chars used to hold external
representations. * gprof.c (getpfile, openpfile, readsamples): Swap data in using new structures.
This commit is contained in:
@ -98,6 +98,12 @@ struct rawarc {
|
||||
long raw_count;
|
||||
};
|
||||
|
||||
struct veryrawarc {
|
||||
char raw_frompc[4];
|
||||
char raw_selfpc[4];
|
||||
char raw_count[4];
|
||||
};
|
||||
|
||||
/*
|
||||
* general rounding functions.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user