C64x+ assembly pack: make it work with older toolchain.
[openssl.git] / crypto / sha / asm / sha1-c64xplus.pl
index 456f80a86e407bf745fe392c905d0eca517e5172..ad8b17211f2a120928384d166551ea36c12fef03 100644 (file)
@@ -38,6 +38,10 @@ open STDOUT,">$output";
 
 $code=<<___;
        .text
 
 $code=<<___;
        .text
+
+       .if     .ASSEMBLER_VERSION<7000000
+       .asg    0,__TI_EABI__
+       .endif
        .if     __TI_EABI__
        .asg    sha1_block_data_order,_sha1_block_data_order
        .endif
        .if     __TI_EABI__
        .asg    sha1_block_data_order,_sha1_block_data_order
        .endif