summaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2005-04-29 16:49:20 +0000
committerH.J. Lu <hjl.tools@gmail.com>2005-04-29 16:49:20 +0000
commitcba1200696dfad3a4748d3bf01b98f156bdfc3a2 (patch)
tree3137e5449cc6b23cc1f20c8d5262c79cc2c3b0d3 /binutils
parent33aa0cbb6b98b9b52070d0cdbf6462dfdd7070ec (diff)
downloadbinutils-gdb-cba1200696dfad3a4748d3bf01b98f156bdfc3a2.tar.gz
2005-04-29 H.J. Lu <hongjiu.lu@intel.com>
* bucomm.c: Undo the last change. * bucomm.h: Likewise.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
-rw-r--r--binutils/bucomm.c2
-rw-r--r--binutils/bucomm.h2
3 files changed, 8 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index d14f1d70ceb..13202d298bc 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -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.
diff --git a/binutils/bucomm.c b/binutils/bucomm.c
index d469bc14985..6573e2d9c7f 100644
--- a/binutils/bucomm.c
+++ b/binutils/bucomm.c
@@ -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);
diff --git a/binutils/bucomm.h b/binutils/bucomm.h
index 61a64bffa88..d7245868d62 100644
--- a/binutils/bucomm.h
+++ b/binutils/bucomm.h
@@ -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;