x86_64: Replace .asciz "GNU" with .byte
[openssl.git] / crypto / perlasm / x86_64-xlate.pl
index aff165c5fa88649cc353b08a8c5de81f35a23ab0..f87f1a5b9605813ef45a30b8099a7a656730dc39 100755 (executable)
@@ -115,7 +115,12 @@ if ($flavour =~ /elf/) {
        .long 4f - 1f
        .long 5
 0:
-       .asciz "GNU"
+       # "GNU" encoded with .byte, since .asciz isn't supported
+       # on Solaris.
+       .byte 0x47
+       .byte 0x4e
+       .byte 0x55
+       .byte 0
 1:
        .p2align $p2align
        .long 0xc0000002