diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-09-29 20:36:24 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-09-29 20:36:24 +0000 |
commit | 64e21e0fd7957a9a60915a5ed7e68aca4a60ab36 (patch) | |
tree | e6b90f55ba471088431df506f0f27ca6b7bc427d /bfd/ChangeLog | |
parent | 9afa408e4f0a1c38e5a13cb6ca8e41de46254097 (diff) | |
download | gdb-64e21e0fd7957a9a60915a5ed7e68aca4a60ab36.zip gdb-64e21e0fd7957a9a60915a5ed7e68aca4a60ab36.tar.gz gdb-64e21e0fd7957a9a60915a5ed7e68aca4a60ab36.tar.bz2 |
* elf.c (bfd_elf_print_symbol): Moved here from elf_print_symbol in elfcode.h.
(case bfd_print_symbol_all): Print symbol's size field, except for common
symbols; print their alignment.
* elfcode.h (elf_print_symbol): Deleted.
* libelf.h (bfd_elf_print_symbol): Declare.
(bfd_elf{32,64}_print_symbol): Replace declarations with macros.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d0c2a45..e2d95ad 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ Thu Sep 29 15:21:44 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + * elf.c (bfd_elf_print_symbol): Moved here from elf_print_symbol + in elfcode.h. (case bfd_print_symbol_all): Print symbol's size + field, except for common symbols; print their alignment. + * elfcode.h (elf_print_symbol): Deleted. + * libelf.h (bfd_elf_print_symbol): Declare. + (bfd_elf{32,64}_print_symbol): Replace declarations with macros. + * syms.c (bfd_print_symbol_vandf): Show BSF_LOCAL and BSF_GLOBAL in one column. Use the column freed up to show BSF_FUNCTION and BSF_FILE. |