diff options
author | Jeff Law <law@redhat.com> | 1995-12-25 04:32:29 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-12-25 04:32:29 +0000 |
commit | 32843f948c896c825b38465b5495044f9f6cb298 (patch) | |
tree | 9eed0cebd32f609fb20ec5fc2b5ef95ec7ffe377 /gprof/ChangeLog | |
parent | 7920c1d195114002311c4a8b1209603a8c57d315 (diff) | |
download | gdb-32843f948c896c825b38465b5495044f9f6cb298.zip gdb-32843f948c896c825b38465b5495044f9f6cb298.tar.gz gdb-32843f948c896c825b38465b5495044f9f6cb298.tar.bz2 |
* core.c (core_sym_class): Ignore symbols without BSF_FUNCTION
set if ignore_non_function is set.
* gprof.h (ignore_non_functions): Declare.
* gprof.c (ignore_non_functions): Define.
(long_options): Add "ignore-non-functions".
(usage): Add new options.
(main): Recognize "-D" and "--ignore-non-functions" option.
So we can get more accurate information on Solaris, HPUX and other
systems that can uniquely identify function symbols.
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 e8a9350..2e2a726 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,13 @@ +Sun Dec 24 21:32:27 1995 Jeffrey A Law (law@cygnus.com) + + * core.c (core_sym_class): Ignore symbols without BSF_FUNCTION + set if ignore_non_function is set. + * gprof.h (ignore_non_functions): Declare. + * gprof.c (ignore_non_functions): Define. + (long_options): Add "ignore-non-functions". + (usage): Add new options. + (main): Recognize "-D" and "--ignore-non-functions" option. + Tue Nov 21 13:24:39 1995 Ken Raeburn <raeburn@cygnus.com> * Makefile.in (.m.c): Strip out directory name from function |