summaryrefslogtreecommitdiffstats
path: root/libdwfl/ChangeLog
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-11-18 11:04:52 -0800
committerMark Wielaard <mjw@redhat.com>2016-01-03 22:43:08 +0100
commit9d1e2365db8499b50ffc767ec42fbd6e49d669ac (patch)
tree2a135cbfb8b64826ce29a1827ecb1b0f0da2f38f /libdwfl/ChangeLog
parentf59c89a49068ff875873debaa26055e6a636c828 (diff)
downloadandroid_external_elfutils-9d1e2365db8499b50ffc767ec42fbd6e49d669ac.tar.gz
android_external_elfutils-9d1e2365db8499b50ffc767ec42fbd6e49d669ac.tar.bz2
android_external_elfutils-9d1e2365db8499b50ffc767ec42fbd6e49d669ac.zip
Move nested functions in linux-proc-maps.c to file scope.
* Move nested function 'report' to file scope to compile with clang. 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 36b2123a..06b8469d 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -1,5 +1,10 @@
2015-11-18 Chih-Hung Hsieh <chh@google.com>
+ * linux-proc-maps.c (proc_maps_report): Move nested function
+ 'report' to file scope.
+
+2015-11-18 Chih-Hung Hsieh <chh@google.com>
+
* core-file.c (elf_begin_rand): Move nested function 'fail' to file
scope.
* core-file.c (dwfl_elf_phdr_memory_callback): Move nested functions