From: Ian Lance Taylor Date: Tue, 26 Mar 1996 23:00:56 +0000 (+0000) Subject: * bfd.c (_bfd_default_error_handler): If _bfd_error_program_name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fd681dcdafbaf623900ef0fb704a25618148b548;p=binutils-gdb.git * bfd.c (_bfd_default_error_handler): If _bfd_error_program_name is not set, print "BFD: " before the error message. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fc23fda8e99..a44cc792693 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Tue Mar 26 15:46:18 1996 Ian Lance Taylor + * bfd.c (_bfd_default_error_handler): If _bfd_error_program_name + is not set, print "BFD: " before the error message. + * configure.in: Use AC_CHECK_TOOL to find ar and ranlib. From Miles Bader . * configure: Rebuild.