diff options
author | Steve Chamberlain <sac@cygnus> | 1992-02-14 01:37:56 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-02-14 01:37:56 +0000 |
commit | a0f3f080c161534467a2c96a0a8ae86b5ebd90b3 (patch) | |
tree | 53b78e31bf2a5cc19e307d4e6480900d9542fb64 /bfd/ChangeLog | |
parent | d35bf52d93df6e4f02525129ba2f115495b29f9e (diff) | |
download | gdb-a0f3f080c161534467a2c96a0a8ae86b5ebd90b3.zip gdb-a0f3f080c161534467a2c96a0a8ae86b5ebd90b3.tar.gz gdb-a0f3f080c161534467a2c96a0a8ae86b5ebd90b3.tar.bz2 |
* coffcode.h (get_normalized_symtab): fixed bug where symbols
with more than one auxent can cause nasty core dumps.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a0e5b1a..5d940c2 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Thu Feb 13 17:22:44 1992 Steve Chamberlain (sac at rtl.cygnus.com) + + * coffcode.h (get_normalized_symtab): fixed bug where symbols + with more than one auxent can cause nasty core dumps. + + * coffcode.h, libcoff.c: added new fielded to coff_symbol_struct + "done_lineno" so that a symbol which appears twice in the symbol + table only gets it's linenumbers relocated once. Modifed + (coff_write_native_symbol) and (coff_make_empty_symbol) to make + use of it. + Tue Feb 4 15:39:55 1992 Steve Chamberlain (sac at rtl.cygnus.com) * aoutx.h: (translate_from_native_sym_flags): fix constructor |