diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-13 14:50:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-13 14:50:08 +0000 |
commit | 2604db83a6307aa5957d75ff1c0f645ff1382084 (patch) | |
tree | 645bb0182b80a84301e3fde28f551fb431ee0ab7 /binutils | |
parent | c3246d9b00ee6626c79eced991d3b669aa4846ab (diff) | |
download | gdb-2604db83a6307aa5957d75ff1c0f645ff1382084.zip gdb-2604db83a6307aa5957d75ff1c0f645ff1382084.tar.gz gdb-2604db83a6307aa5957d75ff1c0f645ff1382084.tar.bz2 |
* nm.c (HAVE_SBRK): Define execpt on amigados and WINDOWS_NT.
(struct size_sym): Define.
(show_stats): New static variable.
(long_options): Add undocumented option "stats".
(main): Print memory stats if requested.
(sort_bfd, sort_dynamic, sort_x, sort_y): New static variables.
(numeric_forward): Use minisymbols rather than asymbols.
(non_numeric_forward): Likewise.
(size_forward1): Rename from size_forward. Use minisymbols.
(size_forward2): New static function.
(sort_symbols_by_size): Take new arguments dynamic, size, and
symsizep. Use minisymbols. Don't store the size back in the
symbol; store in a newly allocate struct size_sym array.
(display_rel_file): Read minisymbols rather than asymbols. Set
sort_* variables. Call print_size_symbols if sorting by size.
(filter_symbols): Take new arguments dynamic and size. Use
minisymbols.
(print_symbols): Likewise. Call print_symbol for actual printing.
(print_size_symbols): New static function.
(print_symbol): New static function.
PR 5332.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d6df9d6..2df2c2c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,26 @@ +Thu Jul 13 10:43:59 1995 Ian Lance Taylor <ian@cygnus.com> + + * nm.c (HAVE_SBRK): Define execpt on amigados and WINDOWS_NT. + (struct size_sym): Define. + (show_stats): New static variable. + (long_options): Add undocumented option "stats". + (main): Print memory stats if requested. + (sort_bfd, sort_dynamic, sort_x, sort_y): New static variables. + (numeric_forward): Use minisymbols rather than asymbols. + (non_numeric_forward): Likewise. + (size_forward1): Rename from size_forward. Use minisymbols. + (size_forward2): New static function. + (sort_symbols_by_size): Take new arguments dynamic, size, and + symsizep. Use minisymbols. Don't store the size back in the + symbol; store in a newly allocate struct size_sym array. + (display_rel_file): Read minisymbols rather than asymbols. Set + sort_* variables. Call print_size_symbols if sorting by size. + (filter_symbols): Take new arguments dynamic and size. Use + minisymbols. + (print_symbols): Likewise. Call print_symbol for actual printing. + (print_size_symbols): New static function. + (print_symbol): New static function. + Wed Jul 12 10:43:05 1995 Ian Lance Taylor <ian@cygnus.com> * objdump.c (dump_section_stabs): Only print each stabs section |