> On Jun 1, 2018, at 5:04 PM, Joseph Myers <[email protected]> wrote:
>
> On Tue, 29 May 2018, Paul Koning wrote:
>
>> +unsigned short udivmodhi4(unsigned short, unsigned short, int);
>
> libgcc should not have any such non-static functions in the user
> namespace; they should all start with __.
That too is a problem in the previous code.
Ok, it sounds like the right answer is to withdraw this patch and create a new
one that handles both this issue and cleans up the way udivsi is done. That
would replace the existing udivmod.c and udivmodsi4.c files.
paul