From: Andy Polyakov Date: Sun, 26 Feb 2017 20:37:50 +0000 (+0100) Subject: CHANGES: mention CFI annotations. X-Git-Tag: OpenSSL_1_1_1-pre1~2189 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=36907eaef534fa3a164c57fab802fc1f3932dc5c;p=oweals%2Fopenssl.git CHANGES: mention CFI annotations. [skip ci] Reviewed-by: Tim Hudson Reviewed-by: Rich Salz --- diff --git a/CHANGES b/CHANGES index a06b1daef3..12a9c92282 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,10 @@ Changes between 1.1.0e and 1.1.1 [xx XXX xxxx] + *) x86_64 assembly pack: annotate code with DWARF CFI directives to + facilitate stack unwinding even from assembly subroutines. + [Andy Polyakov] + *) Remove VAX C specific definitions of OPENSSL_EXPORT, OPENSSL_EXTERN. Also remove OPENSSL_GLOBAL entirely, as it became a no-op. [Richard Levitte]