diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-09-29 20:29:54 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-09-29 20:29:54 +0000 |
commit | 9afa408e4f0a1c38e5a13cb6ca8e41de46254097 (patch) | |
tree | ac8aae4cb6fbb800c0a38f43696141ca28ab2862 /bfd | |
parent | 7f23bcab2c89367b9c481c961f154872da2fa73e (diff) | |
download | gdb-9afa408e4f0a1c38e5a13cb6ca8e41de46254097.zip gdb-9afa408e4f0a1c38e5a13cb6ca8e41de46254097.tar.gz gdb-9afa408e4f0a1c38e5a13cb6ca8e41de46254097.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 63d8e90..d0c2a45 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 29 15:21:44 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * 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. + Thu Sep 29 12:29:01 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * syms.c (stt): Add .rdata and .rodata. |