crypto/perlasm/ppc-xlate.pl: add linux64v2 flavour
authorAndy Polyakov <appro@openssl.org>
Sun, 5 May 2019 16:25:50 +0000 (18:25 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Dec 2019 17:31:32 +0000 (18:31 +0100)
commit34ab13b7d8e3e723adb60be8142e38b7c9cd382a
treeae357d418e2725b5c1e609918b25e3353914bc99
parent68a51d59a29796803af3b6e7f0142feca2622c9e
crypto/perlasm/ppc-xlate.pl: add linux64v2 flavour

This is a big endian ELFv2 configuration. ELFv2 was already being
used for little endian, and big endian was traditionally ELFv1
but there are practical configurations that use ELFv2 with big
endian nowadays (Adélie Linux, Void Linux, possibly Gentoo, etc.)

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8883)
crypto/perlasm/ppc-xlate.pl