summaryrefslogtreecommitdiff
path: root/cipher/twofish-arm.S
diff options
context:
space:
mode:
authorJussi Kivilinna <jussi.kivilinna@iki.fi>2013-10-28 08:54:59 +0200
committerJussi Kivilinna <jussi.kivilinna@iki.fi>2013-10-28 11:03:01 +0200
commitebc8abfcb09d6106fcfce40f240a513e276f46e9 (patch)
tree1034c3e8c126b5da6e9eff65f16b164615fe4534 /cipher/twofish-arm.S
parent51f1beab3d1e879942a95f58b08de7dbcce75dce (diff)
downloadlibgcrypt-ebc8abfcb09d6106fcfce40f240a513e276f46e9.tar.gz
Change .global to .globl in assembly files
* cipher/blowfish-arm.S: Change '.global' to '.globl'. * cipher/camellia-aesni-avx-amd64.S: Ditto. * cipher/camellia-aesni-avx2-amd64.S: Ditto. * cipher/camellia-arm.S: Ditto. * cipher/cast5-amd64.S: Ditto. * cipher/rijndael-amd64.S: Ditto. * cipher/rijndael-arm.S: Ditto. * cipher/serpent-avx2-amd64.S: Ditto. * cipher/serpent-sse2-amd64.S: Ditto. * cipher/twofish-amd64.S: Ditto. * cipher/twofish-arm.S: Ditto. -- The .global keyword is used only in newer versions of GAS, so change these to older .globl for better portability. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@iki.fi>
Diffstat (limited to 'cipher/twofish-arm.S')
-rw-r--r--cipher/twofish-arm.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cipher/twofish-arm.S b/cipher/twofish-arm.S
index ee22f568..ead22408 100644
--- a/cipher/twofish-arm.S
+++ b/cipher/twofish-arm.S
@@ -257,7 +257,7 @@
ror1(RD);
.align 3
-.global _gcry_twofish_arm_encrypt_block
+.globl _gcry_twofish_arm_encrypt_block
.type _gcry_twofish_arm_encrypt_block,%function;
_gcry_twofish_arm_encrypt_block:
@@ -308,7 +308,7 @@ _gcry_twofish_arm_encrypt_block:
.size _gcry_twofish_arm_encrypt_block,.-_gcry_twofish_arm_encrypt_block;
.align 3
-.global _gcry_twofish_arm_decrypt_block
+.globl _gcry_twofish_arm_decrypt_block
.type _gcry_twofish_arm_decrypt_block,%function;
_gcry_twofish_arm_decrypt_block: