diff options
author | Nick Clifton <nickc@redhat.com> | 2009-06-12 15:33:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-06-12 15:33:30 +0000 |
commit | 0e27a8f69b7c9365e4ec543a3d27a24c968a7c16 (patch) | |
tree | 94441f5c531cfb81b7c6ca3c0a1dcb5745adec3a /gprof/ChangeLog | |
parent | f37111339e22353181634dfb3498923a89f2f16c (diff) | |
download | gdb-0e27a8f69b7c9365e4ec543a3d27a24c968a7c16.zip gdb-0e27a8f69b7c9365e4ec543a3d27a24c968a7c16.tar.gz gdb-0e27a8f69b7c9365e4ec543a3d27a24c968a7c16.tar.bz2 |
* 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.
* NEWS: Mention new feature added to gprof.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 13 |
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. |