summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-04-16 15:17:19 +0200
committertege <tege@gmplib.org>2000-04-16 15:17:19 +0200
commit425d5a7546f1304f40ce100c17720019f347550c (patch)
tree77af3b9015d3051a7ecdad3d498b25c9c5902275 /ChangeLog
parent146277f5e87b0f20839a77af64c717a364ab70b9 (diff)
downloadgmp-425d5a7546f1304f40ce100c17720019f347550c.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f5f718f9..ee8da9322 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@
2000-04-16 Torbjorn Granlund <tege@swox.com>
+ * mpn/generic/tdiv_qr.c: Work around gcc 2.7.2.3 i386 register handling
+ bug.
+
* mpn/generic/tdiv_qr.c: Use udiv_qrnnd instead of mpn_divrem_1
when computing appropriate quotient; mpn_divrem_1 writes too
many quotient limbs.