mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
2004-05-29 H.J. Lu <hongjiu.lu@intel.com>
* elfxx-ia64.c (elfNN_ia64_relax_section): Undo the last change.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2004-05-29 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elfxx-ia64.c (elfNN_ia64_relax_section): Undo the last
|
||||||
|
change.
|
||||||
|
|
||||||
2004-05-28 DJ Delorie <dj@redhat.com>
|
2004-05-28 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
* elf-m10300.c (mn10300_elf_relax_section): Preserve reloc addend
|
* elf-m10300.c (mn10300_elf_relax_section): Preserve reloc addend
|
||||||
|
@ -864,15 +864,6 @@ elfNN_ia64_relax_section (abfd, sec, link_info, again)
|
|||||||
|
|
||||||
toff = isym->st_value;
|
toff = isym->st_value;
|
||||||
dyn_i = get_dyn_sym_info (ia64_info, NULL, abfd, irel, FALSE);
|
dyn_i = get_dyn_sym_info (ia64_info, NULL, abfd, irel, FALSE);
|
||||||
|
|
||||||
if ((tsec->flags & SEC_MERGE)
|
|
||||||
&& ELF_ST_TYPE (isym->st_info) == STT_SECTION
|
|
||||||
&& tsec->sec_info_type == ELF_INFO_TYPE_MERGE)
|
|
||||||
toff = _bfd_merged_section_offset (abfd, &tsec,
|
|
||||||
elf_section_data (tsec)->sec_info,
|
|
||||||
toff + irel->r_addend);
|
|
||||||
else
|
|
||||||
toff += irel->r_addend;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -917,6 +908,7 @@ elfNN_ia64_relax_section (abfd, sec, link_info, again)
|
|||||||
tsec = h->root.u.def.section;
|
tsec = h->root.u.def.section;
|
||||||
toff = h->root.u.def.value;
|
toff = h->root.u.def.value;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (tsec->sec_info_type == ELF_INFO_TYPE_MERGE)
|
if (tsec->sec_info_type == ELF_INFO_TYPE_MERGE)
|
||||||
toff = _bfd_merged_section_offset (abfd, &tsec,
|
toff = _bfd_merged_section_offset (abfd, &tsec,
|
||||||
@ -924,7 +916,6 @@ elfNN_ia64_relax_section (abfd, sec, link_info, again)
|
|||||||
toff + irel->r_addend);
|
toff + irel->r_addend);
|
||||||
else
|
else
|
||||||
toff += irel->r_addend;
|
toff += irel->r_addend;
|
||||||
}
|
|
||||||
|
|
||||||
symaddr = tsec->output_section->vma + tsec->output_offset + toff;
|
symaddr = tsec->output_section->vma + tsec->output_offset + toff;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user