summaryrefslogtreecommitdiff
path: root/libasm/ChangeLog
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-04-27 16:35:23 +0200
committerMark Wielaard <mark@klomp.org>2017-04-28 00:33:18 +0200
commitab293bfbc76a0fa5461bcbdb105332a9f1d85892 (patch)
tree0c4d46f6de1838b4b73584787d26ebb6b9c7b7b0 /libasm/ChangeLog
parenta6c6fb4ae497a086e75f9436b67a1de4564bfb91 (diff)
downloadelfutils-ab293bfbc76a0fa5461bcbdb105332a9f1d85892.tar.gz
Fix nesting of braces
The way it was before it didn't actually test if elf_update failed, but rather did something random. !!(<some number>) is a boolean and boolean true can be represented as anything non-0, including negative numbers. Signed-off-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'libasm/ChangeLog')
-rw-r--r--libasm/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/libasm/ChangeLog b/libasm/ChangeLog
index 16568422..d2bc4086 100644
--- a/libasm/ChangeLog
+++ b/libasm/ChangeLog
@@ -1,3 +1,7 @@
+2017-04-27 Ulf Hermann <ulf.hermann@qt.io>
+
+ * asm_end.c (binary_end): Fix nesting of braces.
+
2017-02-12 Mark Wielaard <mjw@redhat.com>
* asm_newsym.c (asm_newsym): Increase TEMPSYMLEN to 13.