$NetBSD: binutils-ae,v 1.1 2002/08/21 12:42:46 kent Exp $

--- ld/ldmain.c.orig	Mon Jul  1 17:07:29 2002
+++ ld/ldmain.c
@@ -439,8 +439,12 @@
     }
   else
     {
+#if 0
       if (! bfd_close (output_bfd))
 	einfo (_("%F%B: final close failed: %E\n"), output_bfd);
+#else
+      bfd_close (output_bfd);
+#endif
 
       /* If the --force-exe-suffix is enabled, and we're making an
 	 executable file and it doesn't end in .exe, copy it to one
