Re: [PATCH 1/2, libgcc]: Implement _divmoddi4

2016-11-02 Thread Ian Lance Taylor
On Wed, Nov 2, 2016 at 12:19 PM, Uros Bizjak wrote: > On Wed, Nov 2, 2016 at 2:27 PM, Ian Lance Taylor wrote: >> On Mon, Oct 31, 2016 at 7:46 AM, Uros Bizjak wrote: >>> This function will be used in a follow-up patch to implement >>> TARGET_EXPAND_DIVMOD_LIBFUNC for x86 targets. Other targets ca

Re: [PATCH 1/2, libgcc]: Implement _divmoddi4

2016-11-02 Thread Uros Bizjak
On Wed, Nov 2, 2016 at 2:27 PM, Ian Lance Taylor wrote: > On Mon, Oct 31, 2016 at 7:46 AM, Uros Bizjak wrote: >> This function will be used in a follow-up patch to implement >> TARGET_EXPAND_DIVMOD_LIBFUNC for x86 targets. Other targets can call >> this function, so IMO it should be part of a gen

Re: [PATCH 1/2, libgcc]: Implement _divmoddi4

2016-11-02 Thread Ian Lance Taylor
On Mon, Oct 31, 2016 at 7:46 AM, Uros Bizjak wrote: > This function will be used in a follow-up patch to implement > TARGET_EXPAND_DIVMOD_LIBFUNC for x86 targets. Other targets can call > this function, so IMO it should be part of a generic library. > > 2016-10-31 Uros Bizjak > > * Makefile

[PATCH 1/2, libgcc]: Implement _divmoddi4

2016-10-31 Thread Uros Bizjak
This function will be used in a follow-up patch to implement TARGET_EXPAND_DIVMOD_LIBFUNC for x86 targets. Other targets can call this function, so IMO it should be part of a generic library. 2016-10-31 Uros Bizjak * Makefile.in (LIB2_DIVMOD_FUNCS): Add _divmoddi4. * libgcc2.c (__divmo