Re: [Patch,MIPS] Add default SYS_futex definition in libgomp

2014-11-21 Thread Jakub Jelinek
On Fri, Nov 21, 2014 at 02:30:06PM -0800, Steve Ellcey wrote: > 2014-11-21 Steve Ellcey > > * config/linux/mips/futex.h (SYS_futex): Define if not already done. Ok. > --- a/libgomp/config/linux/mips/futex.h > +++ b/libgomp/config/linux/mips/futex.h > @@ -25,6 +25,11 @@ > /* Provide ta

[Patch,MIPS] Add default SYS_futex definition in libgomp

2014-11-21 Thread Steve Ellcey
Here is another patch for the MIPS android build. It is in the libgomp subdirectory and it has been in the Android tree for a while but I would like to check it in to the official GCC tree so we do not need to keep porting it to new versions of GCC. This patch defines SYS_futex if it is not alrea