diff options
author | Nick Clifton <nickc@redhat.com> | 2009-06-16 11:49:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-06-16 11:49:12 +0000 |
commit | e7e981d68486380483cff5ed13408b8ab00f56d8 (patch) | |
tree | d3570972a90e2c05ef4f75e47889804dc9e5f123 /gprof/ChangeLog | |
parent | 81694485e2c696e1aa8dfb3f92110d437c833b22 (diff) | |
download | binutils-e7e981d68486380483cff5ed13408b8ab00f56d8.zip binutils-e7e981d68486380483cff5ed13408b8ab00f56d8.tar.gz binutils-e7e981d68486380483cff5ed13408b8ab00f56d8.tar.bz2 |
* corefile.c (cmp_symbol_map): New function.
(read_function_mappins): Use qsort to sort the symbols.
(search_mapped_symbol): New function.
(core_create_function_syms): Use bsearch to find symbols.
* corefile.h (struct function_map): Add new bit-field: is_first.
* cg_print.c (cmp_symbol_map): New function.
(cg_print_file_ordering): Sort the symbol map.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index a359bd6..68428aa 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,13 @@ +2009-06-16 Homer Xing <homer.xing@yahoo.com> + + * corefile.c (cmp_symbol_map): New function. + (read_function_mappins): Use qsort to sort the symbols. + (search_mapped_symbol): New function. + (core_create_function_syms): Use bsearch to find symbols. + * corefile.h (struct function_map): Add new bit-field: is_first. + * cg_print.c (cmp_symbol_map): New function. + (cg_print_file_ordering): Sort the symbol map. + 2009-06-15 Homer Xing <homer.xing@yahoo.com> * corefile.c (core_create_syms_from): Use BFD_VMA_FMT when |