* 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.
This commit is contained in:
Ian Lance Taylor 1994-06-16 21:58:48 +00:00
parent 8c16485eb0
commit e3400040fa
1 changed files with 6 additions and 0 deletions

View File

@ -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.