projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc74659
)
minor modification to the previous change
author
Ulf Möller
<ulf@openssl.org>
Tue, 5 Dec 2000 03:57:58 +0000
(
03:57
+0000)
committer
Ulf Möller
<ulf@openssl.org>
Tue, 5 Dec 2000 03:57:58 +0000
(
03:57
+0000)
crypto/perlasm/x86unix.pl
patch
|
blob
|
history
diff --git
a/crypto/perlasm/x86unix.pl
b/crypto/perlasm/x86unix.pl
index 3e6ff685b7adfaa94dcaf83c2bc7f7e3bc9f9fe9..f89d473b7e2fd891db17e734df0a59a8355e7e83 100644
(file)
--- 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"); }