mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 06:20:30 +00:00
2002-09-22 H.J. Lu <hjl@gnu.org>
* elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge the relocation count between different .reloc sections.
This commit is contained in:
parent
53cb0458d6
commit
82988bffc5
@ -1,3 +1,8 @@
|
||||
2002-09-22 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
|
||||
the relocation count between different .reloc sections.
|
||||
|
||||
2002-09-21 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user