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

2011-07-24 Thread Sandra Loosemore
On 07/24/2011 08:09 PM, H.J. Lu wrote: On Sun, Jul 24, 2011 at 7:03 PM, H.J. Lu wrote: On Mon, Jul 11, 2011 at 10:45 AM, Sandra Loosemore wrote: 2011-06-17 Sandra Loosemore gcc/ * configure.ac (demangler_in_ld): Default to yes. * configure: Regenerated. * collect2.c (main

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

2011-07-24 Thread H.J. Lu
On Sun, Jul 24, 2011 at 7:03 PM, H.J. Lu wrote: > On Mon, Jul 11, 2011 at 10:45 AM, Sandra Loosemore > wrote: >> Ping? >> >> http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01368.html >> >>> We had a bug report from a customer that the linker was ignoring the >>> --demangle and --no-demangle options

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

2011-07-24 Thread H.J. Lu
On Mon, Jul 11, 2011 at 10:45 AM, Sandra Loosemore wrote: > Ping? > > http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01368.html > >> We had a bug report from a customer that the linker was ignoring the >> --demangle and --no-demangle options when generating map files. >> Moreover, it was failing in

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

2011-07-21 Thread Joseph S. Myers
OK in the absence of middle-end or build-system maintainer objections within 72 hours. -- Joseph S. Myers jos...@codesourcery.com

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

2011-07-11 Thread Sandra Loosemore
Ping? http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01368.html We had a bug report from a customer that the linker was ignoring the --demangle and --no-demangle options when generating map files. Moreover, it was failing in a host-dependent way; on Windows hosts, it was always emitting demangled

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

2011-06-27 Thread Sandra Loosemore
Ping? http://gcc.gnu.org/ml/gcc-patches/2011-06/msg01368.html We had a bug report from a customer that the linker was ignoring the --demangle and --no-demangle options when generating map files. Moreover, it was failing in a host-dependent way; on Windows hosts, it was always emitting demangled

PATCH: fix collect2 handling of --demangle and --no-demangle

2011-06-17 Thread Sandra Loosemore
We had a bug report from a customer that the linker was ignoring the --demangle and --no-demangle options when generating map files. Moreover, it was failing in a host-dependent way; on Windows hosts, it was always emitting demangled names in the map file, while on Linux hosts, it never did. M