mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
2003-12-04 H.J. Lu <hongjiu.lu@intel.com>
* elf32-ppc.c (ppc_elf_relax_section): Don't check relax_finalizing.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-12-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* elf32-ppc.c (ppc_elf_relax_section): Don't check relax_finalizing.
|
||||||
|
|
||||||
2003-12-04 H.J. Lu <hongjiu.lu@intel.com>
|
2003-12-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elfxx-ia64.c (elfNN_ia64_relax_section): Use the
|
* elfxx-ia64.c (elfNN_ia64_relax_section): Use the
|
||||||
|
@ -1675,11 +1675,8 @@ ppc_elf_relax_section (bfd *abfd,
|
|||||||
|
|
||||||
*again = FALSE;
|
*again = FALSE;
|
||||||
|
|
||||||
/* Nothing to do if there are no relocations and no need for
|
/* Nothing to do if there are no relocations. */
|
||||||
the relax finalize pass. */
|
if ((isec->flags & SEC_RELOC) == 0 || isec->reloc_count == 0)
|
||||||
if ((isec->flags & SEC_RELOC) == 0
|
|
||||||
|| isec->reloc_count == 0
|
|
||||||
|| link_info->relax_finalizing)
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
/* If needed, initialize this section's cooked size. */
|
/* If needed, initialize this section's cooked size. */
|
||||||
|
Reference in New Issue
Block a user