Revert the last change on elf_object_p.

2011-06-04  H.J. Lu  <hongjiu.lu@intel.com>

	PR ld/12842
	* elfcode.h (elf_object_p): Revert the last change.
This commit is contained in:
H.J. Lu 2011-06-04 18:16:17 +00:00
parent 1d7b4a7037
commit 70b554c98b
2 changed files with 24 additions and 20 deletions

View file

@ -1,3 +1,8 @@
2011-06-04 H.J. Lu <hongjiu.lu@intel.com>
PR ld/12842
* elfcode.h (elf_object_p): Revert the last change.
2011-06-04 Alan Modra <amodra@gmail.com>
* archures.c (bfd_arch_get_compatible): If one arch is unknown,

View file

@ -595,7 +595,6 @@ elf_object_p (bfd *abfd)
/* This is the generic ELF target. Let it match any ELF target
for which we do not have a specific backend. */
if (abfd->target_defaulted)
for (target_ptr = bfd_target_vector; *target_ptr != NULL; target_ptr++)
{
const struct elf_backend_data *back;