Re: [Xen-devel] [MINIOS PATCH] lib/math.c: implement __udivmoddi4

2017-08-09 Thread Samuel Thibault
Wei Liu, on mer. 09 août 2017 13:15:48 +0100, wrote: > Some code compiled by gcc 7 requires this. > > Signed-off-by: Wei Liu Reviewed-by: Samuel Thibault > --- > lib/math.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git

[Xen-devel] [MINIOS PATCH] lib/math.c: implement __udivmoddi4

2017-08-09 Thread Wei Liu
Some code compiled by gcc 7 requires this. Signed-off-by: Wei Liu --- lib/math.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/lib/math.c b/lib/math.c index 561393e..6ac8669 100644 --- a/lib/math.c +++ b/lib/math.c @@ -6,6 +6,7 @@ *File: math.c