perlasm/x86_64-xlate.pl: handle binary constants early.
authorAndy Polyakov <appro@openssl.org>
Fri, 4 Mar 2016 10:32:26 +0000 (11:32 +0100)
committerAndy Polyakov <appro@openssl.org>
Mon, 7 Mar 2016 14:03:04 +0000 (15:03 +0100)
commitba26fa14556ba49466d51e4d9e6be32afee9c465
tree1519f0de2446d51e90f2ff59f610092c542b0482
parentdf14e5023743bde0ed2860817729cee61fab3662
perlasm/x86_64-xlate.pl: handle binary constants early.

Not all assemblers of "gas" flavour handle binary constants, e.g.
seasoned MacOS Xcode doesn't, so give them a hand.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(cherry picked from commit 6e42e3ff9cde43830555549fdafa2a8b37b9485b)
crypto/perlasm/x86_64-xlate.pl