aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-06-16 19:58:37 +0000
committerSteve Chamberlain <sac@cygnus>1993-06-16 19:58:37 +0000
commit73fbbeead4ad2f978769a43cd9582ef1104f6732 (patch)
tree99a3d4c6b77911d910dcbf5546684617114a385d /gprof/ChangeLog
parent3ef6f6045e6a54551391d308b6be214ce9782bab (diff)
downloadfsf-binutils-gdb-73fbbeead4ad2f978769a43cd9582ef1104f6732.zip
fsf-binutils-gdb-73fbbeead4ad2f978769a43cd9582ef1104f6732.tar.gz
fsf-binutils-gdb-73fbbeead4ad2f978769a43cd9582ef1104f6732.tar.bz2
* gmon.h, gprof.h: structs of chars used to hold external
representations. * gprof.c (getpfile, openpfile, readsamples): Swap data in using new structures.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r--gprof/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 5419bfc..2ca8f74 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jun 16 12:54:53 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
+
+ * gmon.h, gprof.h: structs of chars used to hold external
+ representations.
+ * gprof.c (getpfile, openpfile, readsamples): Swap data in using
+ new structures.
+
Tue Jun 15 23:09:17 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
* Makefile.in (.c.o): Look in ../include, not ../bfd, for bfd.h.