This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Implement weak __divmoddi4() and __udivmoddi4() for internal use by the CRT and winpthreads?


Hello all,

Since GCC 7, a new function `__divmoddi4()` is added in libgcc. When GCC performs division of two 64-bit integers on i686, a call to this function is emitted, which could result in undefined references to this function when we are building part of the CRT (winpthreads for example, but I am not totally sure that our CRT is free of such issues). I suggest we implement weak versions of these functions that are used only by the CRT (strong ones from libgcc are used if whenever available).

Source attached. Any ideas on this?

--
Best regards,
LH_Mouse

Attachment: divmod.c
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]