[PATCH] MAINTAINERS: add myself

2019-12-20 Thread Jérôme Lambourg
Add myself to MAINTAINERS file 2019-12-20 Jerome Lambourg * MAINTAINERS: Add myself to Write After Approval maintainers.patch Description: Binary data

[patch] libstdc++/configure: strengthen the check for availability of pthread_rwlock_t

2019-12-17 Thread Jérôme Lambourg
Hello, This patch to libstdc++ configure ensures that pthread_rwlock_t is used only when pthread is used for gthreads implementation. The original issue is that VxWorks comes with its native tasking layer and an optional pthread layer built above it. As pthread is an optional feature of the

[patch] Test setrlimit with c++ in libstdc++/configure

2019-12-16 Thread Jérôme Lambourg
Hello, In libstdc++, the test for the presence of setrlimit on the target is currently performed in C as opposed to the other similar tests there. This leads on only a warning being issued during configure as opposed to the expected error, and thus improper definition of _GLIBCXX_RES_LIMITS.

Re: [PATCH ARM] Fix armv8-m multilib build failure with stdint.h

2018-05-16 Thread Jérôme Lambourg
Hello Kyrill, > Thanks for the patch! To validate it your changes you can also look at the > disassembly > of the cmse.c binary in the build tree. If the binary changes with your patch > then that > would indicate some trouble. Good idea. So I just did that and the assembly of both objects are

[PATCH ARM] Fix armv8-m multilib build failure with stdint.h

2018-05-15 Thread Jérôme Lambourg
Hello gcc-patch list, While trying to build a x86_64-linux hosted cross arm bare metal compiler with both --with-multilib-list=rmprofile and --without-headers, the libgcc build fails while trying to build the armv8-m variant with the following message: In file included from

Re: [patch] allow --target=e500v[12]-* in configure

2016-06-24 Thread Jérôme Lambourg
Hello, Anyone to review this proposal? Best regards, - Jerome > An initial patch has been integrated into gnu-config to translate triplets > like > e500v2-*- into powerpc-*-spe.

[patch] allow --target=e500v[12]-* in configure

2016-06-17 Thread Jérôme Lambourg
Hello, An initial patch has been integrated into gnu-config to translate triplets like e500v2-*- into powerpc-*-spe. The spe extension to the os is expected for targets such as e500v[12]-*-linux (translated as powerpc-*-linux-gnuspe) or eabi targets. This patch integrates the patch of