summaryrefslogtreecommitdiff
path: root/gprof/gprof.texi
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-06-12 10:39:40 +0000
committerNick Clifton <nickc@redhat.com>2001-06-12 10:39:40 +0000
commita7616f53917ecb7a2315466b63ba494ddcdb062e (patch)
treed505bbe572961d424a94ae4538f7282cac9ec732 /gprof/gprof.texi
parent534c3e001b01a512eeb5409c29c1d5548f5ec077 (diff)
downloadbinutils-redhat-a7616f53917ecb7a2315466b63ba494ddcdb062e.tar.gz
Bytes stored in target order, not host order.
Diffstat (limited to 'gprof/gprof.texi')
-rw-r--r--gprof/gprof.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gprof/gprof.texi b/gprof/gprof.texi
index 2008da7146..b7e3388c70 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