This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PING^2 Re: PATCH: fix collect2 handling of --demangle and --no-demangle


On 07/24/2011 08:09 PM, H.J. Lu wrote:
On Sun, Jul 24, 2011 at 7:03 PM, H.J. Lu<hjl.tools@gmail.com> wrote:
On Mon, Jul 11, 2011 at 10:45 AM, Sandra Loosemore
<sandra@codesourcery.com>  wrote:

2011-06-17 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.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]