mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
(_tens_in_limb) [BITS_PER_MP_LIMB > 32]: Make all numbers unsigned to
make buggy gccs happy.
This commit is contained in:
parent
2047317f3b
commit
3cfcebc885
@ -106,10 +106,10 @@ static const mp_limb_t _tens_in_limb[MAX_DIG_PER_LIMB + 1] =
|
||||
1000000, 10000000, 100000000,
|
||||
1000000000
|
||||
#if BITS_PER_MP_LIMB > 32
|
||||
, 10000000000, 100000000000,
|
||||
1000000000000, 10000000000000, 100000000000000,
|
||||
1000000000000000, 10000000000000000, 100000000000000000,
|
||||
1000000000000000000, 10000000000000000000U
|
||||
, 10000000000U, 100000000000U,
|
||||
1000000000000U, 10000000000000U, 100000000000000U,
|
||||
1000000000000000U, 10000000000000000U, 100000000000000000U,
|
||||
1000000000000000000U, 10000000000000000000U
|
||||
#endif
|
||||
#if BITS_PER_MP_LIMB > 64
|
||||
#error "Need to expand tens_in_limb table to" MAX_DIG_PER_LIMB
|
||||
|
Loading…
x
Reference in New Issue
Block a user