Prevent alpha_vms_object_p stopping bfd_check_format_matches scan
authorAlan Modra <amodra@gmail.com>
Fri, 29 Aug 2014 01:07:52 +0000 (10:37 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 29 Aug 2014 01:07:52 +0000 (10:37 +0930)
commitb138affb0262cc600485a93d4fa8cfc7491dbde9
tree0c15a77803d76b9f2e04f524823e51b0f07375ce
parentbd25671c6f202c4a5108883caa2adb24ff6f361f
Prevent alpha_vms_object_p stopping bfd_check_format_matches scan

Any error other than bfd_error_wrong_format returned from object_p()
is effectively a fatal error.

* vms-alpha.c (alpha_vma_object_p): Don't return file_truncated
error.  Remove redundant bfd_set_error.
bfd/ChangeLog
bfd/vms-alpha.c