summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm/x86unix.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-31 11:07:27 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-31 11:07:27 +0000
commitf8bc3e1bd842752edfe5d6fb9449a223167124e9 (patch)
treef9a4522d3803f65f3fc4ae97dd71e91b7a18aded /crypto/perlasm/x86unix.pl
parent5b737a0731f809319550be7fb856a7194950db90 (diff)
downloadopenssl-f8bc3e1bd842752edfe5d6fb9449a223167124e9.tar.gz
Platform update from 8-stable.
Diffstat (limited to 'crypto/perlasm/x86unix.pl')
-rw-r--r--crypto/perlasm/x86unix.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/perlasm/x86unix.pl b/crypto/perlasm/x86unix.pl
index 18d4fbff45..9bc5c0e893 100644
--- a/crypto/perlasm/x86unix.pl
+++ b/crypto/perlasm/x86unix.pl
@@ -719,9 +719,9 @@ sub main'initseg
$tmp=<<___;
.section .init
call $under$f
- jmp 1f
+ jmp .Linitalign
.align $align
-1:
+.Linitalign:
___
}
elsif ($main'coff)