summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTimm Bäder <tbaeder@redhat.com>2021-02-17 09:45:09 +0100
committerMark Wielaard <mark@klomp.org>2021-03-01 23:01:29 +0100
commit0df0e8e05a1c06ff164b87d5571b793ae7ad91ef (patch)
tree6990c82c210701c849c8a1e52299027eb2083094 /src/ChangeLog
parent71b7401496f760a4f748e8d288331b64e2263d00 (diff)
downloadelfutils-0df0e8e05a1c06ff164b87d5571b793ae7ad91ef.tar.gz
elfcompress: Pull get_sections() into file scope
Get rid of a nested function this way. Signed-off-by: Timm Bäder <tbaeder@redhat.com>
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d810cf93..29f04e71 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2021-02-17 Timm Bäder <tbaeder@redhat.com>
+ * elfcompress.c (process_file): Move get_sections function...
+ (get_section): ...to top-level static function taking an
+ sections array and shnum.
+
+2021-02-17 Timm Bäder <tbaeder@redhat.com>
+
* elfcompress.c (process_file): Move get_section function...
(get_section): ...to top-level static function taking an
sections array.