x86_64: Replace .asciz "GNU" with .byte
authorH.J. Lu <hongjiu.lu@intel.com>
Wed, 26 Feb 2020 03:04:41 +0000 (13:04 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Wed, 26 Feb 2020 03:04:41 +0000 (13:04 +1000)
commit2c702ef27dd632de08d56456f7f6af11e3e05b5f
tree44b7b388a44862011951ca1f0a7ae4604571f4d6
parente70452155e7d93118d33f4dde964a67d4ac1b505
x86_64: Replace .asciz "GNU" with .byte

Replace .asciz "GNU" with .byte since .asciz isn't supported on Solaris.
Fixes https://github.com/openssl/openssl/issues/11132

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11137)
crypto/perlasm/x86_64-xlate.pl