summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2016-02-13 19:56:13 +0100
committerMark Wielaard <[email protected]>2016-02-22 12:16:01 +0100
commit7f851e6f6e2b45de961e16fb0fb95e78b2b01e7b (patch)
treeea217f10565d42c9f126d67e20c4298fdf9e59b7 /src/ChangeLog
parent7249c8e4b5ad7b5dfea0d8bf2a9ca05469575822 (diff)
elfcompress: -q should not imply --force.
We accidentally set force = true after handling -q and setting verbose--. Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 29782404..debf5a42 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-13 Mark Wielaard <[email protected]>
+
+ * elfcompress.c (parse_opt): Don't fallthrough after processing -q.
+
2016-02-12 Mark Wielaard <[email protected]>
* strip.c (handle_elf): Correct elf_assert shndxdata check.