Following the license change, modify the boilerplates in crypto/sha/
[openssl.git] / crypto / sha / asm / sha1-c64xplus.pl
index 456f80a86e407bf745fe392c905d0eca517e5172..0a45d2fecd85e9f32574159eb7dd83eb6a6059b9 100644 (file)
@@ -1,4 +1,11 @@
-#!/usr/bin/env perl
+#! /usr/bin/env perl
+# Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved.
+#
+# Licensed under the Apache License 2.0 (the "License").  You may not use
+# this file except in compliance with the License.  You can obtain a copy
+# in the file LICENSE in the source distribution or at
+# https://www.openssl.org/source/license.html
+
 #
 # ====================================================================
 # Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
@@ -38,6 +45,10 @@ open STDOUT,">$output";
 
 $code=<<___;
        .text
+
+       .if     .ASSEMBLER_VERSION<7000000
+       .asg    0,__TI_EABI__
+       .endif
        .if     __TI_EABI__
        .asg    sha1_block_data_order,_sha1_block_data_order
        .endif