This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
src/gprof ChangeLog cg_print.c corefile.c core ...
- From: nickc at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 16 Jun 2009 11:49:12 -0000
- Subject: src/gprof ChangeLog cg_print.c corefile.c core ...
CVSROOT: /cvs/src
Module name: src
Changes by: nickc@sourceware.org 2009-06-16 11:49:12
Modified files:
gprof : ChangeLog cg_print.c corefile.c corefile.h
Log message:
* 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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gprof/ChangeLog.diff?cvsroot=src&r1=1.253&r2=1.254
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gprof/cg_print.c.diff?cvsroot=src&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gprof/corefile.c.diff?cvsroot=src&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gprof/corefile.h.diff?cvsroot=src&r1=1.13&r2=1.14