2005-04-29 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 29 Apr 2005 16:49:20 +0000 (16:49 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 29 Apr 2005 16:49:20 +0000 (16:49 +0000)
* bucomm.c: Undo the last change.
* bucomm.h: Likewise.

binutils/ChangeLog
binutils/bucomm.c
binutils/bucomm.h

index d14f1d7..13202d2 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * bucomm.c: Undo the last change.
+       * bucomm.h: Likewise.
+
 2005-04-29  Ben Elliston  <bje@au.ibm.com>
 
        * syslex.l (word, number, unit): Remove unused variables.
index d469bc1..6573e2d 100644 (file)
@@ -65,7 +65,7 @@ bfd_fatal (const char *string)
   xexit (1);
 }
 
-static void
+void
 report (const char * format, va_list args)
 {
   fprintf (stderr, "%s: ", program_name);
index 61a64bf..d724586 100644 (file)
@@ -152,6 +152,8 @@ void bfd_nonfatal (const char *);
 
 void bfd_fatal (const char *) ATTRIBUTE_NORETURN;
 
+void report (const char *, va_list);
+
 void fatal (const char *, ...) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN;
 
 void non_fatal (const char *, ...) ATTRIBUTE_PRINTF_1;