Fix unwind info in crypto/rc4/asm/rc4-x86_64.pl
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 16 Jan 2020 21:37:14 +0000 (13:37 -0800)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 20 Jan 2020 16:37:48 +0000 (17:37 +0100)
commitd6116a9850f83f02af263ffa850d5510edff516c
treeb46c6756969e90312fbb61fe7ea604d92bc115fa
parent609d24bbd79c4999df9d8c2b3551977cec9b17ce
Fix unwind info in crypto/rc4/asm/rc4-x86_64.pl

Move .cfi_startproc to the right place for RC4.  Add missing
.cfi_startproc and .cfi_endproc to RC4_options.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/10872)

(cherry picked from commit 967ef73013becef2aec3439f8c45204b24121018)
crypto/rc4/asm/rc4-x86_64.pl