diff options
author | Steve Chamberlain <sac@cygnus> | 1992-08-24 19:10:06 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-08-24 19:10:06 +0000 |
commit | 9465d03ed593ed247e855af8093745510afc65d7 (patch) | |
tree | 70d46811fd000cd8c82bcae356365f322b89481e /bfd/ChangeLog | |
parent | 93220abe64fba1955712bdcbff0ff1e5bf5bf404 (diff) | |
download | gdb-9465d03ed593ed247e855af8093745510afc65d7.zip gdb-9465d03ed593ed247e855af8093745510afc65d7.tar.gz gdb-9465d03ed593ed247e855af8093745510afc65d7.tar.bz2 |
* coffcode.h (coff_add_missing_symbols): if symbols don't come
from a coff file (csym is null), dont deref them
* ieee.c (parse_expression): get the answer right when adding an
abs+(sec+off), (ieee_generic_stat_arch_elt): call ieee_object_p
on elts so that filename is filled in.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 68a29dd..b045b6e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Mon Aug 24 12:06:31 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * coffcode.h (coff_add_missing_symbols): if symbols don't come + from a coff file (csym is null), dont deref them + + * ieee.c (parse_expression): get the answer right when adding an + abs+(sec+off), (ieee_generic_stat_arch_elt): call ieee_object_p + on elts so that filename is filled in. + Thu Aug 20 19:05:48 1992 Ken Raeburn (raeburn@cygnus.com) * bout.c (howto_align_table): New set of relocs, with enough |