$OpenBSD: patch-binutils_budbg_h,v 1.2 2009/12/09 16:55:51 ckuethe Exp $
--- binutils/budbg.h.orig	Thu Jun 12 04:57:40 2008
+++ binutils/budbg.h	Sun Dec  6 21:48:53 2009
@@ -51,8 +51,11 @@ extern bfd_boolean parse_ieee (void *, bfd *, const bf
 
 extern bfd_boolean write_ieee_debugging_info (bfd *, void *);
 
-/* Routine used to read COFF debugging information.  */
+/* Routine used to read and write COFF debugging information.  */
 
 extern bfd_boolean parse_coff (bfd *, asymbol **, long, void *);
+
+extern bfd_boolean write_coff_debugging_info
+  (bfd *abfd, void *, long *symcountp, asymbol ***);
 
 #endif
