On 07/24/2011 08:09 PM, H.J. Lu wrote:
On Sun, Jul 24, 2011 at 7:03 PM, H.J. Lu<hjl.to...@gmail.com> wrote:
On Mon, Jul 11, 2011 at 10:45 AM, Sandra Loosemore
<san...@codesourcery.com> wrote:
2011-06-17 Sandra Loosemore<san...@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.
It caused:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49835
I checked in this as an obvious fix.
Oops! Sorry about that. I thought I had fixed that problem. :-(
-Sandra