summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-12-05 03:57:58 +0000
committerUlf Möller <ulf@openssl.org>2000-12-05 03:57:58 +0000
commit428a55a0fe1eac52bfaa99b7265949e085ea3cb8 (patch)
tree391f74607ecd4007ffd75a50caf9143585128d1e
parentcc74659fcc7502434d9452718bd47a46e70a0962 (diff)
downloadopenssl-new-428a55a0fe1eac52bfaa99b7265949e085ea3cb8.tar.gz
minor modification to the previous change
-rw-r--r--crypto/perlasm/x86unix.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/perlasm/x86unix.pl b/crypto/perlasm/x86unix.pl
index 3e6ff685b7..f89d473b7e 100644
--- a/crypto/perlasm/x86unix.pl
+++ b/crypto/perlasm/x86unix.pl
@@ -342,12 +342,11 @@ sub main'function_end
popl %ebx
popl %ebp
ret
+$const
+.${func}_end:
EOF
push(@out,$tmp);
-
- push(@out,$const);
$const="";
- push(@out,".${func}_end:\n");
if ($main'cpp)
{ push(@out,"\tSIZE($func,.${func}_end-$func)\n"); }