From e3400040faa27cb517fad2393b68c5345968f25f Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor <ian@airs.com>
Date: Thu, 16 Jun 1994 21:58:48 +0000
Subject: [PATCH] 	* config.bfd: If second argument is ``_'', then,
 instead of 	echoing config file name, echo whether target uses leading 
 underscores on symbol names.  Add appropriate settings to 	different
 cases.  Used by binutils/configure.in to set default for 	c++filt.

---
 bfd/ChangeLog | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 6adce914419..6b7e8a3a7cb 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -7,6 +7,12 @@ Thu Jun 16 14:25:22 1994  Eric Youngdale  (ericy@cais.cais.com)
 
 Thu Jun 16 14:23:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
+	* config.bfd: If second argument is ``_'', then, instead of
+	echoing config file name, echo whether target uses leading
+	underscores on symbol names.  Add appropriate settings to
+	different cases.  Used by binutils/configure.in to set default for
+	c++filt.
+
 	* elfcode.h (elf_bfd_final_link): If trying to generate a shared
 	object, warn and return false.