This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
src gprof/ChangeLog gprof/corefile.c gprof/cor ...
- From: nickc at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 12 Jun 2009 15:33:31 -0000
- Subject: src gprof/ChangeLog gprof/corefile.c gprof/cor ...
CVSROOT: /cvs/src
Module name: src
Changes by: nickc@sourceware.org 2009-06-12 15:33:31
Modified files:
gprof : ChangeLog corefile.c corefile.h gprof.c
gprof.texi
binutils : ChangeLog NEWS
Log message:
* 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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gprof/ChangeLog.diff?cvsroot=src&r1=1.251&r2=1.252
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gprof/corefile.c.diff?cvsroot=src&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gprof/corefile.h.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gprof/gprof.c.diff?cvsroot=src&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gprof/gprof.texi.diff?cvsroot=src&r1=1.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1482&r2=1.1483
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/NEWS.diff?cvsroot=src&r1=1.82&r2=1.83