diff options
Diffstat (limited to 'libgcc/libgcc2.c')
-rw-r--r-- | libgcc/libgcc2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgcc/libgcc2.c b/libgcc/libgcc2.c index d217e33..8b42210 100644 --- a/libgcc/libgcc2.c +++ b/libgcc/libgcc2.c @@ -1640,6 +1640,8 @@ __mulbitint3 (UWtype *ret, SItype retprec, #endif #ifdef L_divmodbitint4 +/* D = -S. */ + static void bitint_negate (UWtype *d, const UWtype *s, SItype n) { |