@ -1,3 +1,8 @@
2005-04-18 Nick Clifton <nickc@redhat.com>
* aix5ppc-core.c (xcoff64_core_p): Fix compile time warning
assigning a value to return_value.
2005-04-17 H.J. Lu <hongjiu.lu@intel.com>
PR 855
@ -220,7 +220,7 @@ xcoff64_core_p (abfd)
}
return_value = abfd->xvec; /* This is garbage for now. */
return_value = (bfd_target *) abfd->xvec; /* This is garbage for now. */
xcoff64_core_p_error:
if (bfd_get_error () != bfd_error_system_call)