diff options
author | Nick Clifton <nickc@redhat.com> | 2004-03-31 09:27:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-03-31 09:27:40 +0000 |
commit | a56b48eb0fa6568864c2e3adc4dd70ab23b84611 (patch) | |
tree | e6afc68b04cbb6da92d26eb82ad483f36a9d789b /bfd/ChangeLog | |
parent | 3d45646427f594eb985155728df5e8dc6f55637a (diff) | |
download | gdb-a56b48eb0fa6568864c2e3adc4dd70ab23b84611.zip gdb-a56b48eb0fa6568864c2e3adc4dd70ab23b84611.tar.gz gdb-a56b48eb0fa6568864c2e3adc4dd70ab23b84611.tar.bz2 |
(struct stab_link_includes_totals): Rename field 'total' to 'sum_chars'
and add field 'num_chars'.
(_bfd_link_section_stabs): When computing the sum of the characters in a
B_INCL..B_EINCL range also keep a count of the number of characters. Use
this information to help distinguish between include sections when have
the same sum but which nevertheless are still unique.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c2a90ad..1fac59a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +2004-03-31 Andy Chittenden <achittenden@bluearc.com> + + * stabs.c (struct stab_link_includes_totals): Rename field 'total' + to 'sum_chars' and add field 'num_chars'. + (_bfd_link_section_stabs): When computing the sum of the + characters in a B_INCL..B_EINCL range also keep a count of the + number of characters. Use this information to help distinguish + between include sections when have the same sum but which + nevertheless are still unique. + 2004-03-31 Mattias Engdegård <mattias@virtutech.se> * stabs.c (_bfd_link_section_stabs): Do not skip N_EXCL stabs. |