aboutsummaryrefslogtreecommitdiff
path: root/gprof/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r--gprof/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index 56c478a..b7f139f 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,3 +1,16 @@
+2009-06-12 Homer Xing <homer.xing@yahoo.com>
+
+ * corefile.c (num_of_syms_in): New function - computes the number
+ of symbols in a given file.
+ (core_create_syms_from): New function - populates a symbol table
+ from the symbols found in a specified file.
+ * corefile.h: Prototype core_create_syms_from.
+ * gprof.c (long_options): Add --external-symbol-table.
+ (usage): Mention it.
+ (main): Initiailize external_symbol_table from
+ --external-symbol-table option. If set use it.
+ * gprof.texi: Document the new option.
+
2009-06-04 Alan Modra <amodra@bigpond.net.au>
* dep-in.sed: Don't use \n in replacement part of s command.