Loading crypto/rc4/Makefile +3 −3 Original line number Diff line number Diff line Loading @@ -50,9 +50,6 @@ rc4-x86_64.s: asm/rc4-x86_64.pl rc4-ia64.S: asm/rc4-ia64.pl $(PERL) asm/rc4-ia64.pl $(CFLAGS) > $@ rc4-s390x.s: asm/rc4-s390x.pl $(PERL) asm/rc4-s390x.pl > $@ rc4-parisc.s: asm/rc4-parisc.pl $(PERL) asm/rc4-parisc.pl $(PERLASM_SCHEME) $@ Loading @@ -63,6 +60,9 @@ rc4-ia64.s: rc4-ia64.S *) exit 1 ;; \ esac # GNU make "catch all" rc4-%.s: asm/rc4-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@ files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO Loading crypto/rc4/asm/rc4-s390x.pl +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,9 @@ # "cluster" Address Generation Interlocks, so that one pipeline stall # resolves several dependencies. while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {} open STDOUT,">$output"; $rp="%r14"; $sp="%r15"; $code=<<___; Loading Loading @@ -203,3 +206,4 @@ RC4_options: ___ print $code; close STDOUT; # force flush Loading
crypto/rc4/Makefile +3 −3 Original line number Diff line number Diff line Loading @@ -50,9 +50,6 @@ rc4-x86_64.s: asm/rc4-x86_64.pl rc4-ia64.S: asm/rc4-ia64.pl $(PERL) asm/rc4-ia64.pl $(CFLAGS) > $@ rc4-s390x.s: asm/rc4-s390x.pl $(PERL) asm/rc4-s390x.pl > $@ rc4-parisc.s: asm/rc4-parisc.pl $(PERL) asm/rc4-parisc.pl $(PERLASM_SCHEME) $@ Loading @@ -63,6 +60,9 @@ rc4-ia64.s: rc4-ia64.S *) exit 1 ;; \ esac # GNU make "catch all" rc4-%.s: asm/rc4-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@ files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO Loading
crypto/rc4/asm/rc4-s390x.pl +4 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,9 @@ # "cluster" Address Generation Interlocks, so that one pipeline stall # resolves several dependencies. while (($output=shift) && ($output!~/^\w[\w\-]*\.\w+$/)) {} open STDOUT,">$output"; $rp="%r14"; $sp="%r15"; $code=<<___; Loading Loading @@ -203,3 +206,4 @@ RC4_options: ___ print $code; close STDOUT; # force flush