diff options
author | Steve Chamberlain <sac@cygnus> | 1995-06-01 22:20:30 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-06-01 22:20:30 +0000 |
commit | fa29f969c19a1bd9982e00b077f74ecb2c196044 (patch) | |
tree | 94c7b3afc3b065010b54b969aa624806d7f47069 /bfd | |
parent | 58abad7d7918b6b31980a6a3c925f52a601c5530 (diff) | |
download | gdb-fa29f969c19a1bd9982e00b077f74ecb2c196044.zip gdb-fa29f969c19a1bd9982e00b077f74ecb2c196044.tar.gz gdb-fa29f969c19a1bd9982e00b077f74ecb2c196044.tar.bz2 |
Thu Jun 1 13:51:49 1995 Steve Chamberlain <sac@slash.cygnus.com>
* coffcode.h (sec_to_styp_flags, styp_to_sec_flags,
coff_new_section_hook): Any section that starts ".stab"
is now marked as debugging.
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 abc9bfa..e93a6ce 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Thu Jun 1 13:51:49 1995 Steve Chamberlain <sac@slash.cygnus.com> + + * coffcode.h (sec_to_styp_flags, styp_to_sec_flags, + coff_new_section_hook): Any section that starts ".stab" + is now marked as debugging. + Thu Jun 1 16:15:16 1995 Ken Raeburn <raeburn@cujo.cygnus.com> * archive.c (_bfd_write_archive_contents): Disable extended name |