]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* core.c (core_sym_class): Ignore symbols without BSF_FUNCTION
authorJeff Law <law@redhat.com>
Mon, 25 Dec 1995 04:32:29 +0000 (04:32 +0000)
committerJeff Law <law@redhat.com>
Mon, 25 Dec 1995 04:32:29 +0000 (04:32 +0000)
commit32843f948c896c825b38465b5495044f9f6cb298
tree9eed0cebd32f609fb20ec5fc2b5ef95ec7ffe377
parent7920c1d195114002311c4a8b1209603a8c57d315
    * 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.
gprof/ChangeLog
gprof/core.c
gprof/gprof.c
gprof/gprof.h
gprof/gprof.texi