Fix compiling error for mips32r6 and mips64r6
authorHua Zhang <hua.zhang1974@hotmail.com>
Wed, 13 Mar 2019 06:28:44 +0000 (14:28 +0800)
committerRichard Levitte <levitte@openssl.org>
Tue, 19 Mar 2019 06:37:45 +0000 (07:37 +0100)
commit0d0d12b80456c81faef31fddb9d8e2ccacc2eece
tree62b08924fc0f9843569a5fc8adde9cca9ca3a0ff
parent0584ce737efd26aa82d659087fc9f081ef8e30c4
Fix compiling error for mips32r6 and mips64r6

There are some compiling errors for mips32r6 and mips64r6:

crypto/bn/bn-mips.S:56: Error: opcode not supported on this processor: mips2 (mips2) `mulu $1,$12,$7'
crypto/mips_arch.h: Assembler messages:
crypto/mips_arch.h:15: Error: junk at end of line, first unrecognized character is `&'

Signed-off-by: Hua Zhang <hua.zhang1974@hotmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8464)

(cherry picked from commit 1b9c5f2e2f283a3b12d02a89c11b8e8d97bc6312)
crypto/bn/asm/mips.pl
crypto/mips_arch.h