summaryrefslogtreecommitdiff
path: root/libdwfl/ChangeLog
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-10-21 17:12:44 -0700
committerMark Wielaard <mjw@redhat.com>2015-11-03 16:30:44 +0100
commitae09ca9af1eefdbc17ed1d2e95c0c244ea27a798 (patch)
treec08169ee350be23b3429f7e8290db1e3a83e5691 /libdwfl/ChangeLog
parent1ac2041156c3ecda5932069f1e295cc0b9727f7c (diff)
downloadelfutils-ae09ca9af1eefdbc17ed1d2e95c0c244ea27a798.tar.gz
Move nested functions in frame_unwind.c.
* Nested functions 'pop' and 'push' in libdwfl/frame_unwind.c are moved to file scope. Used local variables are passed in struct eval_stack. Signed-off-by: Chih-Hung Hsieh <chh@google.com>
Diffstat (limited to 'libdwfl/ChangeLog')
-rw-r--r--libdwfl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index d30fd3c4..e7c373e1 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -1,5 +1,10 @@
2015-10-21 Chih-Hung Hsieh <chh@google.com>
+ * frame_unwind.c (expr_eval): Move nested function 'push' and 'pop'
+ to file scope. Pass used local variables in struct eval_stack.
+
+2015-10-21 Chih-Hung Hsieh <chh@google.com>
+
* dwfl_module.c (dwfl_report_module): Move nested function 'use' to
file scope.