OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
28-May-2007 18:32:51
Branch: HEAD Handle:
2007052817325000
Modified files:
openssl/crypto/aes/asm aes-s390x.pl
Log:
s390x gas can't handle .align 128.
Summary:
Revision Changes Path
1.6 +2 -2
openssl/crypto/aes/asm/aes-s390x.pl
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/crypto/aes/asm/aes-s390x.pl
============================================================
================
$ cvs diff -u -r1.5 -r1.6 aes-s390x.pl
--- openssl/crypto/aes/asm/aes-s390x.pl 28 May 2007
16:30:18 -0000 1.5
+++ openssl/crypto/aes/asm/aes-s390x.pl 28 May 2007
16:32:50 -0000 1.6
 -57,7 +57,7 
.text
.type AES_Te, object
-.align 128
+.align 64
AES_Te:
___
&_data_word(
 -383,7 +383,7 
$code.=<<___;
.type AES_Td, object
-.align 128
+.align 64
AES_Td:
___
&_data_word(
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|