2002-09-20 H.J. Lu * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge the relocation count between different .reloc sections. --- bfd/elf64-alpha.c.ind Wed Sep 18 21:48:26 2002 +++ bfd/elf64-alpha.c Fri Sep 20 16:57:34 2002 @@ -3403,7 +3403,7 @@ elf64_alpha_merge_ind_symbols (hi, dummy { rin = ri->next; for (rs = rsh; rs ; rs = rs->next) - if (ri->rtype == rs->rtype) + if (ri->rtype == rs->rtype && ri->srel == rs->srel) { rs->count += ri->count; goto found_reloc;