This is the mail archive of the gcc-patches@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]

Re: [PATCH] add udivhi3, umodhi3 functions to libgcc


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

-- 
Joseph S. Myers
joseph@codesourcery.com


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