(display_debug_pubnames): Align offset and data columns.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
66a695f0
NC
12004-04-01 Andy Chittenden <achittenden@bluearc.com>
2
3 * stabs.c (struct stab_link_includes_totals): Add field 'symb'
4 that keeps the characters in a B_INCL..B_EINCL range.
5 (_bfd_link_section_stabs): When computing the sum of the
6 characters in a B_INCL..B_EINCL range also keep a copy of those
7 characters. Use this information to distinguish between
8 include sections that have the same sum and the same length
9 but which are nevertheless unique.
10
8375c36b
PB
112004-03-31 Paul Brook <paul@codesourcery.com>
12
13 * elf32-arm.h (elf32_arm_final_link_relocate): Add R_ARM_ALU*.
14 * elfarm-nabi.c (elf32_arm_howto_table): Ditto.
15
a56b48eb
NC
162004-03-31 Andy Chittenden <achittenden@bluearc.com>
17
18 * stabs.c (struct stab_link_includes_totals): Rename field 'total'
19 to 'sum_chars' and add field 'num_chars'.
20 (_bfd_link_section_stabs): When computing the sum of the
21 characters in a B_INCL..B_EINCL range also keep a count of the
22 number of characters. Use this information to help distinguish
23 between include sections when have the same sum but which
24 nevertheless are still unique.
25