perlasm/x86_64-xlate.pl: fix pair of typo-bugs in the new cfi_directive.
authorAndy Polyakov <appro@openssl.org>
Fri, 10 Feb 2017 10:27:54 +0000 (11:27 +0100)
committerAndy Polyakov <appro@openssl.org>
Fri, 10 Feb 2017 19:34:02 +0000 (20:34 +0100)
commit88be429f2ed04f0acc71f7fd5456174c274f2f76
tree827ad1312bc3376718fe74814521701e6f176fca
parentfa3f83552f53447deced45579865cec9f55a947e
perlasm/x86_64-xlate.pl: fix pair of typo-bugs in the new cfi_directive.

.cfi_{start|end}proc and .cfi_def_cfa were not tracked.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2585)
crypto/perlasm/x86_64-xlate.pl