aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r--gprof/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index ead0226..7014bb0 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,6 +1,13 @@
+2003-10-30 Nick Clifton <nickc@redhat.com>
+
+ * gprof.texi (Compiling): Describe how to use gprof when source
+ files are not compiled with -pg. Mention other profiling options
+ supported by gcc.
+ (How do I?): Mention the function call overhead introduced by -pg.
+
2003-10-29 Nick Clifton <nickc@redhat.com>
- * gprof.texi: Apply patch supplied by Eric S Raymond via RMS.
+ * gprof.texi: Apply patch supplied by Eric S Raymond via RMS:
(Compiling): Mention that -pg must be passed to both the compiler
and the linker.
Mention that -a is now deprecated.