2005-12-07 H.J. Lu <hongjiu.lu@intel.com>

* elf.c (assign_section_numbers): Remove extra code in the last
	change.
This commit is contained in:
H.J. Lu 2005-12-08 01:34:13 +00:00
parent 8d49894913
commit e424ecc89d
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2005-12-07 H.J. Lu <hongjiu.lu@intel.com>
* elf.c (assign_section_numbers): Remove extra code in the last
change.
2005-12-07 H.J. Lu <hongjiu.lu@intel.com>
Andreas Schwab <schwab@suse.de>

View File

@ -3074,10 +3074,7 @@ assign_section_numbers (bfd *abfd, struct bfd_link_info *link_info)
}
s = kept;
}
}
if (link_info != NULL)
{
/* Handle linker. */
s = s->output_section;
BFD_ASSERT (s != NULL);
}