summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStephen Roberts <43952910+stephen-roberts-work@users.noreply.github.com>2018-11-13 16:57:42 +0000
committerDave Watson <davejwatson@fb.com>2018-11-13 08:57:42 -0800
commit748a2df11f0d10bd39fd5291d2b27b61392732da (patch)
tree6ad18852707f713cae689cd1734a7759863cdc92 /.gitignore
parentf551e16213c52169af8bda554e4051b756a169cc (diff)
downloadlibunwind-748a2df11f0d10bd39fd5291d2b27b61392732da.tar.gz
dwarf: Push correct CFA onto stack for dwarf expression evaluation. (#93)
dwarf: Push correct CFA onto stack for dwarf expression evaluation. This change fixes a bug where stale CFAs were pushed onto the dwarf expression stack before expression evaluation. Some optimising compilers emit CFI which relies on this being correct.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7b7905f0..af68f0e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -75,5 +75,6 @@ tests/[GL]ia64-test-readonly
tests/[GL]ia64-test-stack
tests/ia64-test-dyn1
tests/ia64-test-sig
+tests/[GL]x64-test-dwarf-expressions
tests/*.log
tests/*.trs