Re: [PATCH, Android] Stack protector enabling for Android target

2012-05-16 Thread Pavel Chupin
  ]+__BIONIC__[   ]+1' \ > +           $target_header_dir/sys/cdefs.h > /dev/null; then > +         gcc_cv_libc_provides_ssp=yes >       fi] >        ;; >        *-*-gnu*) > > The patch is OK provided successful regtest and either dropping the first > hunk or explaining why it is necessary. > > Thanks! > > -- > Maxim Kuvyrkov > CodeSourcery / Mentor Graphics > -- Pavel Chupin Software Engineer Intel Corporation

[PATCH, libstdc++] Fix missing gthr-default.h issue on libstdc++ configure

2012-10-05 Thread Pavel Chupin
. Ok for trunk and 4.7? 2012-10-05 Pavel Chupin Fix missing gthr-default.h issue on separate libstdc++ configure * libstdc++-v3/acinclude.m4: Define glibcxx_thread_h. * libstdc++-v3/include/Makefile.am: Use glibcxx_thread_h. * libstdc++-v3/Makefile

Re: [PATCH, libstdc++] Fix missing gthr-default.h issue on libstdc++ configure

2012-10-08 Thread Pavel Chupin
4.6. This issue has been introduced in 4.7. Do you think libstdc++ should not be built separately? 2012/10/6 Andrew Pinski : > On Fri, Oct 5, 2012 at 12:13 PM, Andrew Pinski wrote: >> On Fri, Oct 5, 2012 at 7:32 AM, Pavel Chupin >> wrote: >>> I can't configure libst

Re: [PATCH, libstdc++] Fix missing gthr-default.h issue on libstdc++ configure

2012-10-08 Thread Pavel Chupin
hr-posix.h \ 2012/10/8 Paolo Carlini : > On 10/08/2012 03:43 PM, Pavel Chupin wrote: >> >> This issue has been introduced in 4.7. > > Irrespective of what we are eventually going to do from a practical point of > view, I think it would be important to understand when/what intro

Re: [PATCH, libstdc++] Fix missing gthr-default.h issue on libstdc++ configure

2012-10-09 Thread Pavel Chupin
nlinedocs/libstdc++/manual/configure.html > > This patch is fine. Alone, it's not enough to get you were you want to > go, as the build then dies in AC_OUTPUT, and libtool is not generated. > > > -benjamin -- Pavel Chupin Software Engineer Intel Corporation

Re: [PATCH, libstdc++] Fix missing gthr-default.h issue on libstdc++ configure

2012-10-11 Thread Pavel Chupin
Could you try this fix? -- Pavel Chupin Intel Corporation Fix-missing-gthr-aix.h.patch Description: Binary data

Re: [PATCH, libstdc++] Fix missing gthr-default.h issue on libstdc++ configure

2012-10-11 Thread Pavel Chupin
How about this patch? 2012/10/11 Rainer Orth : > Pavel Chupin writes: > >> Could you try this fix? > > Duplicating this much info from libgcc is certainly the wrong (read: > unmaintainable) approac

Re: [PATCH, libstdc++] Fix missing gthr-default.h issue on libstdc++ configure

2012-10-12 Thread Pavel Chupin
Please see attached patch (applicable after revert). I've moved libgcc libstdc++ common configure thread header chunk into separate gthr.m4. Could you please try it on AIX? Is it OK for trunk? Is it OK for 4.7 after a week testing in trunk? Fix-missing-gthr-default.h.2.patch Description: Binary

Re: [PATCH] Redesign pthread in LIB_SPEC for systems without libpthread

2013-08-16 Thread Pavel Chupin
ond, you do not fully describe the problem that you are trying to fix. > > Third, you do not say how your patch fixes the problem. > > Lastly, you do not mention which targets you have encountered the problem on > and tested the fix on. Since you are from Intel, I can guess that you

Re: [PATCH] Redesign pthread in LIB_SPEC for systems without libpthread

2013-08-19 Thread Pavel Chupin
h is more straigh-forward). > Thanks. I'm OK with your suggestions. Please see adjusted patch attached. Updated ChangeLog: 2013-08-19 Pavel Chupin Fix LIB_SPEC for systems without libpthread * config/gnu-user.h: Introduce GNU_USER_TARGET_NO_PTHREADS_LIB_SPEC.

Re: [PATCH] Redesign pthread in LIB_SPEC for systems without libpthread

2013-04-15 Thread Pavel Chupin
On Tue, Apr 2, 2013 at 1:59 PM, Pavel Chupin wrote: > On Mon, Apr 1, 2013 at 7:07 PM, Pavel Chupin wrote: >> On Android pthread is integrated into libc. >> Attached patch fixes configures for this case by trying to build test >> without -pthread -lpthread. >>

Re: [PATCH] Redesign pthread in LIB_SPEC for systems without libpthread

2013-05-15 Thread Pavel Chupin
On Mon, Apr 29, 2013 at 5:36 PM, Alexander Ivchenko wrote: > *ping* > > thank you, > Alexander > > 2013/4/15 Pavel Chupin : >> On Tue, Apr 2, 2013 at 1:59 PM, Pavel Chupin >> wrote: >>> On Mon, Apr 1, 2013 at 7:07 PM, Pavel Chupin >>> wrote:

Re: [PATCH] Redesign pthread in LIB_SPEC for systems without libpthread

2013-05-28 Thread Pavel Chupin
On Thu, May 16, 2013 at 10:49 AM, Pavel Chupin wrote: > On Mon, Apr 29, 2013 at 5:36 PM, Alexander Ivchenko > wrote: >> *ping* >> >> thank you, >> Alexander >> >> 2013/4/15 Pavel Chupin : >>> On Tue, Apr 2, 2013 at 1:59 PM, Pavel Chupin &g

[PATCH, libgomp, libatomic] Fix configure for systems without libpthread

2013-04-01 Thread Pavel Chupin
On Android pthread is integrated into libc. Attached patch fixes configures for this case by trying to build test without -pthread -lpthread. 2013-04-01 Pavel Chupin Fix libatomic and libgomp configure for systems without libpthread * libatomic/configure.ac: Add test without

[PATCH] Redesign pthread in LIB_SPEC for systems without libpthread (was: [PATCH, libgomp, libatomic] Fix configure for systems without libpthread)

2013-04-02 Thread Pavel Chupin
On Mon, Apr 1, 2013 at 7:07 PM, Pavel Chupin wrote: > On Android pthread is integrated into libc. > Attached patch fixes configures for this case by trying to build test > without -pthread -lpthread. > > 2013-04-01 Pavel Chupin > > Fix libatomic and libgomp