summaryrefslogtreecommitdiffstats
path: root/crypto/modes/asm/ghash-c64xplus.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/modes/asm/ghash-c64xplus.pl')
-rw-r--r--crypto/modes/asm/ghash-c64xplus.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/modes/asm/ghash-c64xplus.pl b/crypto/modes/asm/ghash-c64xplus.pl
index 409b0d61b9..a465b4236c 100644
--- a/crypto/modes/asm/ghash-c64xplus.pl
+++ b/crypto/modes/asm/ghash-c64xplus.pl
@@ -35,6 +35,10 @@ open STDOUT,">$output";
$code.=<<___;
.text
+
+ .if .ASSEMBLER_VERSION<7000000
+ .asg 0,__TI_EABI__
+ .endif
.if __TI_EABI__
.asg gcm_gmult_1bit,_gcm_gmult_1bit
.asg gcm_gmult_4bit,_gcm_gmult_4bit