configure.ac (demangler_in_ld): Default to yes.
authorSandra Loosemore <sandra@codesourcery.com>
Sun, 24 Jul 2011 23:22:41 +0000 (19:22 -0400)
committerSandra Loosemore <sandra@gcc.gnu.org>
Sun, 24 Jul 2011 23:22:41 +0000 (19:22 -0400)
commitdf45fc34aa658555c252eee36a059d753d859610
treeff68b0982803322915f57a7bfc275d261083dd9d
parent73645647f97029a05b08bdb5077d5da1592e088e
configure.ac (demangler_in_ld): Default to yes.

2011-07-24  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* configure.ac (demangler_in_ld): Default to yes.
* configure: Regenerated.
* collect2.c (main): When HAVE_LD_DEMANGLE is defined, don't
mess with COLLECT_NO_DEMANGLE, and just pass --demangle and
--no-demangle options straight through to ld.  When
HAVE_LD_DEMANGLE is not defined, set COLLECT_NO_DEMANGLE in a
way that has the intended effect on Windows.

From-SVN: r176720
gcc/ChangeLog
gcc/collect2.c
gcc/configure
gcc/configure.ac