diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-03 17:12:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-03 17:12:22 +0000 |
commit | 81db6a9e28b1ec6b286b3ae9b464e870a8634d5e (patch) | |
tree | 9da77b68574340bf9fc6db0f22006087c68aa7e7 /bfd | |
parent | a83a26f74a21f32402c3a14753f625952c029dc7 (diff) | |
download | gdb-81db6a9e28b1ec6b286b3ae9b464e870a8634d5e.zip gdb-81db6a9e28b1ec6b286b3ae9b464e870a8634d5e.tar.gz gdb-81db6a9e28b1ec6b286b3ae9b464e870a8634d5e.tar.bz2 |
* stabs.c (_bfd_write_stab_strings): Check whether the .stabstr
section was discarded from the link.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 50735b1..721aa78 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Fri Jul 3 13:11:35 1998 Ian Lance Taylor <ian@cygnus.com> + + * stabs.c (_bfd_write_stab_strings): Check whether the .stabstr + section was discarded from the link. + Fri Jul 3 14:39:05 1997 J"orn Rennecke <amylaar@cygnus.co.uk> * coff-sh.c (sh_insn_uses_freg): Ignore lowest bit of register number. @@ -4010,7 +4015,7 @@ start-sanitize-tic80 (tic80_howto_table): Add. end-sanitize-tic80 -Tue Feb 18 11:41:00 1996 Dawn Perchik <dawn@cygnus.com> +Tue Feb 18 11:41:00 1997 Dawn Perchik <dawn@cygnus.com> * sysdep.h: Don't define errno in MSVC if error.h is included. |