diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-09 03:59:22 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-09 03:59:22 +0000 |
commit | 1b88cd182c04fa711757e32a39097e996fbc8fbf (patch) | |
tree | 7633dbf7aaf62cff46a7f0953bc5c313997d902f | |
parent | 0fba9aa255008780fa0638908dd683122186b502 (diff) | |
download | gdb-1b88cd182c04fa711757e32a39097e996fbc8fbf.zip gdb-1b88cd182c04fa711757e32a39097e996fbc8fbf.tar.gz gdb-1b88cd182c04fa711757e32a39097e996fbc8fbf.tar.bz2 |
* aoutx.h (aout_get_external_symbols): Don't try to read the
strings if there are no symbols.
(aout_link_write_other_symbol): Use the output section when
working out the type.
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ae7410f..8aab288 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Wed Jun 8 23:57:34 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * aoutx.h (aout_get_external_symbols): Don't try to read the + strings if there are no symbols. + (aout_link_write_other_symbol): Use the output section when + working out the type. + Tue Jun 7 13:25:08 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * elfcode.h (assign_section_numbers): Put shstrtab, symtab and |