summaryrefslogtreecommitdiff
path: root/beecrypt/gas/mp32opt.i386.S
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-09-28 00:35:50 +0000
committerjbj <devnull@localhost>2001-09-28 00:35:50 +0000
commit367788b45e31e08cc493e5d1fa828c6d370f0427 (patch)
tree2cd6eb3419a03cbd6df84001663e32111d39cf93 /beecrypt/gas/mp32opt.i386.S
parentaeb07623428910e8811818209cc4389cd4296d58 (diff)
downloadlibrpm-tizen-367788b45e31e08cc493e5d1fa828c6d370f0427.tar.gz
librpm-tizen-367788b45e31e08cc493e5d1fa828c6d370f0427.tar.bz2
librpm-tizen-367788b45e31e08cc493e5d1fa828c6d370f0427.zip
Remove broken asm mp32{even,odd} for now.
Add the RSA test(s) to beetest. CVS patchset: 5086 CVS date: 2001/09/28 00:35:50
Diffstat (limited to 'beecrypt/gas/mp32opt.i386.S')
-rw-r--r--beecrypt/gas/mp32opt.i386.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/beecrypt/gas/mp32opt.i386.S b/beecrypt/gas/mp32opt.i386.S
index 2f3eef9e0..1154baf33 100644
--- a/beecrypt/gas/mp32opt.i386.S
+++ b/beecrypt/gas/mp32opt.i386.S
@@ -60,6 +60,7 @@ C_FUNCTION_BEGIN(mp32fill)
C_FUNCTION_END(mp32fill, .Lmp32fill_size)
+#if 0 /* BROKEN! */
C_FUNCTION_BEGIN(mp32even)
mov 4(%esp),%ecx
mov 8(%esp),%eax
@@ -77,6 +78,7 @@ C_FUNCTION_BEGIN(mp32odd)
and %eax,1
ret
C_FUNCTION_END(mp32odd, .Lmp32odd_size)
+#endif
C_FUNCTION_BEGIN(mp32addw)