diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-04-15 16:29:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-04-15 16:29:56 +0000 |
commit | 2ec2e6a90ada6d4fc91e648b2d7adda83c6c9f9a (patch) | |
tree | 7de53229199228068fb673c242a990b864a7479f /bfd/ChangeLog | |
parent | e904716cb4c16104e103e2740c2da75681861be3 (diff) | |
download | gdb-2ec2e6a90ada6d4fc91e648b2d7adda83c6c9f9a.zip gdb-2ec2e6a90ada6d4fc91e648b2d7adda83c6c9f9a.tar.gz gdb-2ec2e6a90ada6d4fc91e648b2d7adda83c6c9f9a.tar.bz2 |
* ecoff.c (ecoff_emit_aggregate): Take fdr argument. Map fdr
index through rfd map if it exists. Check for a couple of cases
which gdb handles specially. Change all callers.
(ecoff_type_to_string): Take fdr argument rather than aux_ptr and
bigendian argument. Change all callers.
(ecoff_print_symbol): Handle stStruct, stUnion and stEnum.
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 d15cd7e..15aa922 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Fri Apr 15 12:22:07 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * ecoff.c (ecoff_emit_aggregate): Take fdr argument. Map fdr + index through rfd map if it exists. Check for a couple of cases + which gdb handles specially. Change all callers. + (ecoff_type_to_string): Take fdr argument rather than aux_ptr and + bigendian argument. Change all callers. + (ecoff_print_symbol): Handle stStruct, stUnion and stEnum. + Thu Apr 14 13:05:10 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * coff-mips.c (mips_howto_table): Add dummy entries to account for |