minor modification to the previous change
authorUlf Möller <ulf@openssl.org>
Tue, 5 Dec 2000 03:57:58 +0000 (03:57 +0000)
committerUlf Möller <ulf@openssl.org>
Tue, 5 Dec 2000 03:57:58 +0000 (03:57 +0000)
crypto/perlasm/x86unix.pl

index 3e6ff685b7adfaa94dcaf83c2bc7f7e3bc9f9fe9..f89d473b7e2fd891db17e734df0a59a8355e7e83 100644 (file)
@@ -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"); }