Re: libgcc patch committed: Change __real_pthread_create ref to be non-weak

2013-01-14 Thread H.J. Lu
On Mon, Jan 14, 2013 at 11:33 AM, Ian Lance Taylor wrote: > The declaration of __real_pthread_create in generic-morestack-thread.c > had attribute weak. Note that this code is linked with --wrap > pthread_create, so the reference to __real_pthread_create is really to > pthread_create. Using weak

Re: libgcc patch committed: Change __real_pthread_create ref to be non-weak

2013-01-14 Thread Ian Lance Taylor
On Mon, Jan 14, 2013 at 11:33 AM, Ian Lance Taylor wrote: > The declaration of __real_pthread_create in generic-morestack-thread.c > had attribute weak. Note that this code is linked with --wrap > pthread_create, so the reference to __real_pthread_create is really to > pthread_create. Using weak