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
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
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
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