diff options
author | Nick Clifton <nickc@redhat.com> | 2001-06-12 10:39:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-06-12 10:39:40 +0000 |
commit | dbdec02b77bd46d1da4be660f99e23e27c9a9e3e (patch) | |
tree | 96472eb9ca2e9064bb7640dd9d8be144838102c8 /gprof | |
parent | e1f44d1052d735fa63401ab4dc7f3cb1070f8223 (diff) | |
download | gdb-dbdec02b77bd46d1da4be660f99e23e27c9a9e3e.zip gdb-dbdec02b77bd46d1da4be660f99e23e27c9a9e3e.tar.gz gdb-dbdec02b77bd46d1da4be660f99e23e27c9a9e3e.tar.bz2 |
Bytes stored in target order, not host order.
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 5 | ||||
-rw-r--r-- | gprof/gprof.texi | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index e6772f3..a57e13d 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,8 @@ +2001-06-12 Ben Elliston <bje@redhat.com> + + * gprof.texi (File Format): Profile data files are stored in + target byte order, not host byte order. + 2001-05-16 Alexandre Oliva <aoliva@redhat.com> * gmon_io.c (gmon_io_read, gmon_io_write_vma, diff --git a/gprof/gprof.texi b/gprof/gprof.texi index 2008da7..b7e3388 100644 --- a/gprof/gprof.texi +++ b/gprof/gprof.texi @@ -1836,9 +1836,9 @@ format. The new file format is defined in header file @file{gmon_out.h}. It consists of a header containing the magic cookie and a version number, as well as some spare bytes available for future extensions. All data -in a profile data file is in the native format of the host on which -the profile was collected. @sc{gnu} @code{gprof} adapts automatically to the -byte-order in use. +in a profile data file is in the native format of the target for which +the profile was collected. @sc{gnu} @code{gprof} adapts automatically +to the byte-order in use. In the new file format, the header is followed by a sequence of records. Currently, there are three different record types: histogram |