mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
2003-06-17 Roland McGrath <roland@redhat.com>
* elfxx-ia64.c (elfNN_ia64_relocate_section): Support segment-relative relocation between different segments.
This commit is contained in:
parent
0f84fde19e
commit
9f1c3a0af7
@ -1,3 +1,8 @@
|
||||
2003-06-17 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* elfxx-ia64.c (elfNN_ia64_relocate_section): Support
|
||||
segment-relative relocation between different segments.
|
||||
|
||||
2003-06-17 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf64-ppc.c (ppc64_elf_relocate_section): Do unaligned reloc
|
||||
|
@ -4325,7 +4325,7 @@ elfNN_ia64_relocate_section (output_bfd, info, input_bfd, input_section,
|
||||
{
|
||||
int i;
|
||||
for (i = m->count - 1; i >= 0; i--)
|
||||
if (m->sections[i] == sym_sec->output_section)
|
||||
if (m->sections[i] == input_section->output_section)
|
||||
break;
|
||||
if (i >= 0)
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user