aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-10-31 08:59:18 +0000
committerNick Clifton <nickc@redhat.com>2003-10-31 08:59:18 +0000
commit83b6e7e8457133ccde176aebc88a4d2f7f8ba12e (patch)
tree169cad38afe61cb94d22dfab5b3a026de3cf97c2 /gprof/ChangeLog
parentfc0a224429224e8ce0c1adb631e10124a597cc6d (diff)
downloadgdb-83b6e7e8457133ccde176aebc88a4d2f7f8ba12e.zip
gdb-83b6e7e8457133ccde176aebc88a4d2f7f8ba12e.tar.gz
gdb-83b6e7e8457133ccde176aebc88a4d2f7f8ba12e.tar.bz2
Minor text corrections
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.