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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 5 |
1 files changed, 5 insertions, 0 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, |