diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-10-19 20:49:03 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-10-19 20:49:03 +0000 |
commit | dab0844122748e9492a4f2157f874be017d1892a (patch) | |
tree | 51e6edd9d81dcb485649c414cd35bc80e61f918a /bfd | |
parent | efd1a7a152f83d0bd35910291e2de5d412caf667 (diff) | |
download | gdb-dab0844122748e9492a4f2157f874be017d1892a.zip gdb-dab0844122748e9492a4f2157f874be017d1892a.tar.gz gdb-dab0844122748e9492a4f2157f874be017d1892a.tar.bz2 |
* coffgen.c (coff_print_symbol): Make names for section number and
storage class slightly more verbose. It's not clear how many
characters I can justify using up, but before this change they
both were abbreviated "sc" which is (IMHO) clearly unacceptable.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b06886f..86a6838 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Wed Oct 19 13:28:29 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * coffgen.c (coff_print_symbol): Make names for section number and + storage class slightly more verbose. It's not clear how many + characters I can justify using up, but before this change they + both were abbreviated "sc" which is (IMHO) clearly unacceptable. + Wed Oct 19 01:26:39 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * binary.c (binary_set_section_contents): Set the base file |