diff options
Diffstat (limited to 'src/lib/libcrypto/perlasm')
-rwxr-xr-x | src/lib/libcrypto/perlasm/x86_64-xlate.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/perlasm/x86_64-xlate.pl b/src/lib/libcrypto/perlasm/x86_64-xlate.pl index 50ff91e2f0..56d9b64b6f 100755 --- a/src/lib/libcrypto/perlasm/x86_64-xlate.pl +++ b/src/lib/libcrypto/perlasm/x86_64-xlate.pl | |||
@@ -215,8 +215,7 @@ my %globals; | |||
215 | undef $ret; | 215 | undef $ret; |
216 | 216 | ||
217 | # optional * ---vvv--- appears in indirect jmp/call | 217 | # optional * ---vvv--- appears in indirect jmp/call |
218 | if ($line =~ /^(\*?)([^\(,]*)\(([%\w,]+)\)/ && | 218 | if ($line =~ /^(\*?)([^\(,]*)\(([%\w,]+)\)/) { |
219 | !($line =~ /^PIC_(GOT|PLT)/)) { | ||
220 | $self->{asterisk} = $1; | 219 | $self->{asterisk} = $1; |
221 | $self->{label} = $2; | 220 | $self->{label} = $2; |
222 | ($self->{base},$self->{index},$self->{scale})=split(/,/,$3); | 221 | ($self->{base},$self->{index},$self->{scale})=split(/,/,$3); |
@@ -773,8 +772,6 @@ my $rdrand = sub { | |||
773 | } | 772 | } |
774 | }; | 773 | }; |
775 | 774 | ||
776 | print "#include <machine/asm.h>\n"; | ||
777 | |||
778 | if ($nasm) { | 775 | if ($nasm) { |
779 | print <<___; | 776 | print <<___; |
780 | default rel | 777 | default rel |