OSDN Git Service

* corefile.c (num_of_syms_in): New function - computes the number
authorNick Clifton <nickc@redhat.com>
Fri, 12 Jun 2009 15:33:30 +0000 (15:33 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 12 Jun 2009 15:33:30 +0000 (15:33 +0000)
commit8ba26b8d98b1bad5e7c5fcf5a6062c1262b0272b
tree233f9d2bef9102cd7d08596ad6fd6157294882c8
parent35b0c3f16d70501acb0ecf66e9720df07c4ff1b6
    * 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.
binutils/ChangeLog
binutils/NEWS
gprof/ChangeLog
gprof/corefile.c
gprof/corefile.h
gprof/gprof.c
gprof/gprof.texi