Re: [PING] [PATCH] longlong.h: Add prototype for udiv_w_sdiv

2014-09-12 Thread Ian Lance Taylor
On Fri, Sep 12, 2014 at 1:29 AM, Stefan Liebler wrote: > > the patch from Andreas Krebbel > (https://gcc.gnu.org/ml/gcc-patches/2014-02/msg00194.html) adds a prototype > for __udiv_w_sdiv to longlong.h if needed. > > This fixes a build failure of glibc on s390 31 bit. > (see "Re: [PATCH] Turn impl

[PING] [PATCH] longlong.h: Add prototype for udiv_w_sdiv

2014-09-12 Thread Stefan Liebler
Hi, the patch from Andreas Krebbel (https://gcc.gnu.org/ml/gcc-patches/2014-02/msg00194.html) adds a prototype for __udiv_w_sdiv to longlong.h if needed. This fixes a build failure of glibc on s390 31 bit. (see "Re: [PATCH] Turn implict-function-declaration warnings into errors", https://www

[PING] [PATCH] longlong.h: Add prototype for udiv_w_sdiv

2014-02-04 Thread Andreas Krebbel
On 29/01/14 11:19, Andreas Krebbel wrote: > Hi, > > the attached patch adds a prototype for __udiv_w_sdiv to longlong.h if > needed. This fixes tons of build warnings on s390 32 bit in glibc. > > Ok? > > Bye, > > -Andreas- > > > 2014-01-29 Andreas Krebbel > > * longlong.h: Add __ud

[PATCH] longlong.h: Add prototype for udiv_w_sdiv

2014-01-29 Thread Andreas Krebbel
Hi, the attached patch adds a prototype for __udiv_w_sdiv to longlong.h if needed. This fixes tons of build warnings on s390 32 bit in glibc. Ok? Bye, -Andreas- 2014-01-29 Andreas Krebbel * longlong.h: Add __udiv_w_sdiv prototype. diff --git a/include/longlong.h b/include/longlo