From 0e27a8f69b7c9365e4ec543a3d27a24c968a7c16 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 12 Jun 2009 15:33:30 +0000 Subject: * 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. --- binutils/ChangeLog | 4 ++++ binutils/NEWS | 3 +++ 2 files changed, 7 insertions(+) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e70dd68..cc1e87d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2009-06-12 Homer Xing + + * NEWS: Mention new feature added to gprof. + 2009-06-12 John Reiser * readelf.c (process_symbol_table): Set gnubuckets to NULL after diff --git a/binutils/NEWS b/binutils/NEWS index 7ce6d66..9a33f26 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,4 +1,7 @@ -*- text -*- +* The gprof program has been given a new command line option: + --external-symbols-table= which reads in symbols from a specified + file. * The plugin target has been added to bfd. It can load the same shared objects used by gold and uses them to provide basic support for new file formats. -- cgit v1.1