make depend
[openssl.git] / crypto / c64xpluscpuid.pl
index 067b693d5c7e2d5aa8d745082fc6da6a022ff4c7..2feb4e31f45ace5e18074994f5be69ab9738f806 100644 (file)
@@ -7,6 +7,18 @@ open STDOUT,">$output";
 $code.=<<___;
        .text
 
+       .if     .ASSEMBLER_VERSION<7000000
+       .asg    0,__TI_EABI__
+       .endif
+       .if     __TI_EABI__
+       .asg    OPENSSL_rdtsc,_OPENSSL_rdtsc
+       .asg    OPENSSL_cleanse,_OPENSSL_cleanse
+       .asg    OPENSSL_atomic_add,_OPENSSL_atomic_add
+       .asg    OPENSSL_wipe_cpu,_OPENSSL_wipe_cpu
+       .asg    OPENSSL_instrument_bus,_OPENSSL_instrument_bus
+       .asg    OPENSSL_instrument_bus2,_OPENSSL_instrument_bus2
+       .endif
+
        .asg    B3,RA
 
        .global _OPENSSL_rdtsc