summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2017-02-26 21:37:50 +0100
committerAndy Polyakov <appro@openssl.org>2017-03-02 16:22:13 +0100
commit36907eaef534fa3a164c57fab802fc1f3932dc5c (patch)
tree069418129b545253502f9e0f24e078e25e1f4d8b /CHANGES
parenteac54143fd33f5f5140f3a6a55008a1453a8c369 (diff)
CHANGES: mention CFI annotations.
[skip ci] Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
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]