summaryrefslogtreecommitdiff
path: root/libdwfl/ChangeLog
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-11-18 10:38:19 -0800
committerMark Wielaard <mjw@redhat.com>2016-01-03 22:33:41 +0100
commitf59c89a49068ff875873debaa26055e6a636c828 (patch)
treed07f79fce0af5dae11757df8c026177cb61a8faa /libdwfl/ChangeLog
parente3bfee665f696003df3c638dbe5d57d1139a1950 (diff)
downloadelfutils-f59c89a49068ff875873debaa26055e6a636c828.tar.gz
Move nested functions in core-file.c to file scope.
* Move nested functions 'fail', 'update_end', and 'more' to file scope. Signed-off-by: Chih-Hung Hsieh <chh@google.com>
Diffstat (limited to 'libdwfl/ChangeLog')
-rw-r--r--libdwfl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index f3266af6..36b2123a 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -1,3 +1,10 @@
+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
+ 'update_end' and 'more' to file scope.
+
2015-11-17 Chih-Hung Hsieh <chh@google.com>
* link_map.c (auxv_format_probe): Move nested functions