* elf32-ppc.c (ppc_elf_relax_section): Don't check relax_finalizing.
+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>
 
        * elfxx-ia64.c (elfNN_ia64_relax_section): Use the
 
 
   *again = FALSE;
 
-  /* Nothing to do if there are no relocations and no need for
-     the relax finalize pass.  */
-  if ((isec->flags & SEC_RELOC) == 0
-      || isec->reloc_count == 0
-      || link_info->relax_finalizing)
+  /* Nothing to do if there are no relocations.  */
+  if ((isec->flags & SEC_RELOC) == 0 || isec->reloc_count == 0)
     return TRUE;
 
   /* If needed, initialize this section's cooked size.  */