s390x assembly pack: perlasm support.
authorPatrick Steuer <patrick.steuer@de.ibm.com>
Wed, 7 Dec 2016 11:58:34 +0000 (12:58 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 5 Jan 2019 08:38:40 +0000 (09:38 +0100)
commitc66bb88cb08adbc848271dd388aa9695c7e200be
treec37724a0a70df340fb9e466d63173856d26c24bd
parentde2debc524e8de89a9e4e8cd890af3882cf1aaab
s390x assembly pack: perlasm support.

Added crypto/perlasm/s390x.pm Perl module. Its primary use is to be
independent of binutils version, that is to write byte codes of
instructions that are not part of the base instruction set.
Currently only gas format is supported.

Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6919)
crypto/perlasm/s390x.pm [new file with mode: 0644]