summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-10-21 00:14:15 +0200
committertege <tege@gmplib.org>2000-10-21 00:14:15 +0200
commit2a7118bd5c2a8dbeff35e9cbef36ae466b35954c (patch)
tree5a63651515f3facaa707348f5e91376b9d62a5ea /doc
parent2a25cfaa211734b9edaaaf34939dbd6a6476f09a (diff)
downloadgmp-2a7118bd5c2a8dbeff35e9cbef36ae466b35954c.tar.gz
Delete HPUX `.LEVEL' task, believed solved by passing compiler command
line options.
Diffstat (limited to 'doc')
-rw-r--r--doc/tasks.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/tasks.html b/doc/tasks.html
index 5d734135f..f914c2413 100644
--- a/doc/tasks.html
+++ b/doc/tasks.html
@@ -25,11 +25,6 @@
<h4>Correctness and Completeness</h4>
<ul>
-<li> HPUX 10.20 assembler requires a `.LEVEL 1.1' directive for accepting the
- new instructions. Unfortunately, the HPUX 9 assembler as well as earlier
- assemblers reject that directive. How very clever of HP! We will have to
- pass assembler options, and make sure it works with new and old systems
- and GNU assembler.
<li> The various reuse.c tests need to force reallocation by calling
<code>_mpz_realloc</code> with a small (1 limb) size.
<li> One reuse case is missing from mpX/tests/reuse.c: <code>mpz_XXX(a,a,a)</code>.