diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-16 21:58:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-16 21:58:48 +0000 |
commit | e3400040faa27cb517fad2393b68c5345968f25f (patch) | |
tree | 1256db560ccfbc9b895bf18bc2fc51cbdaa36710 /bfd | |
parent | 8c16485eb08729b1129cf29da6e930764c9fc458 (diff) | |
download | gdb-e3400040faa27cb517fad2393b68c5345968f25f.zip gdb-e3400040faa27cb517fad2393b68c5345968f25f.tar.gz gdb-e3400040faa27cb517fad2393b68c5345968f25f.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6adce91..6b7e8a3 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. |