X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fsha%2Fasm%2Fsha1-c64xplus.pl;h=0a45d2fecd85e9f32574159eb7dd83eb6a6059b9;hb=a598ed0dc444e010973c51e024e9b497a9340fee;hp=87000d1e8f6a9cc0904d5b22bd210b4b203eff76;hpb=3e181369dd635c8ce5d133e346928d6670cf83f6;p=openssl.git diff --git a/crypto/sha/asm/sha1-c64xplus.pl b/crypto/sha/asm/sha1-c64xplus.pl index 87000d1e8f..0a45d2fecd 100644 --- a/crypto/sha/asm/sha1-c64xplus.pl +++ b/crypto/sha/asm/sha1-c64xplus.pl @@ -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 for the OpenSSL @@ -39,6 +46,13 @@ 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 + .asg B3,RA .asg A15,FP .asg B15,SP