Fix white spaces in assembly sources.
This commit is contained in:
parent
a47632d45b
commit
0f7bb790d3
@ -73,8 +73,8 @@ ${SHA_TMP}: ${SHA_SRC}
|
||||
|
||||
.for s in ${SHA_ASM}
|
||||
${s}.S: ${s}.s
|
||||
( echo ' # $$'FreeBSD'$$' ;\
|
||||
echo ' # Do not modify. This file is auto-generated from ${SHA_SRC}.' ;\
|
||||
( echo '# $$'FreeBSD'$$' ;\
|
||||
echo '# Do not modify. This file is auto-generated from ${SHA_SRC}.' ;\
|
||||
cat ${s}.s ) > ${.TARGET}
|
||||
.endfor
|
||||
|
||||
@ -114,8 +114,8 @@ aes-armv4.S: aes-armv4.pl
|
||||
|
||||
.pl.S:
|
||||
env CC=cc perl ${.IMPSRC} elf ${.TARGET:R:S/$/.s/}
|
||||
( echo ' # $$'FreeBSD'$$' ;\
|
||||
echo ' # Do not modify. This file is auto-generated from ${.IMPSRC:T:R:S/$/.pl/}.' ;\
|
||||
( echo '# $$'FreeBSD'$$' ;\
|
||||
echo '# Do not modify. This file is auto-generated from ${.IMPSRC:T:R:S/$/.pl/}.' ;\
|
||||
cat ${.TARGET:R:S/$/.s/}) > ${.TARGET}
|
||||
|
||||
.elif defined(ASM_i386)
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from sha512-x86_64.pl.
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from sha512-x86_64.pl.
|
||||
.text
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from sha512-x86_64.pl.
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from sha512-x86_64.pl.
|
||||
.text
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from aesv8-armx.pl.
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from aesv8-armx.pl.
|
||||
#include "arm_arch.h"
|
||||
|
||||
#if __ARM_MAX_ARCH__>=7
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from armv4-gf2m.pl.
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from armv4-gf2m.pl.
|
||||
#include "arm_arch.h"
|
||||
|
||||
.text
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from armv4-mont.pl.
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from armv4-mont.pl.
|
||||
#include "arm_arch.h"
|
||||
|
||||
.text
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from bsaes-armv7.pl.
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from bsaes-armv7.pl.
|
||||
|
||||
@ ====================================================================
|
||||
@ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from ghash-armv4.pl.
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from ghash-armv4.pl.
|
||||
#include "arm_arch.h"
|
||||
|
||||
.text
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from ghashv8-armx.pl.
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from ghashv8-armx.pl.
|
||||
#include "arm_arch.h"
|
||||
|
||||
.text
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from sha1-armv4-large.pl.
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from sha1-armv4-large.pl.
|
||||
#include "arm_arch.h"
|
||||
|
||||
.text
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from sha256-armv4.pl.
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from sha256-armv4.pl.
|
||||
|
||||
@ ====================================================================
|
||||
@ Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from sha512-armv4.pl.
|
||||
# $FreeBSD$
|
||||
# Do not modify. This file is auto-generated from sha512-armv4.pl.
|
||||
#include "arm_arch.h"
|
||||
#ifdef __ARMEL__
|
||||
# define LO 0
|
||||
|
Loading…
Reference in New Issue
Block a user