aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorKuan-Lin Chen <kuanlinchentw@gmail.com>2017-09-27 13:04:35 +0800
committerKuan-Lin Chen <kuanlinchentw@gmail.com>2017-09-27 13:07:19 +0800
commitcd28e7aaf35f7de5033ecd619b56064136bb190b (patch)
tree8774e7bfbf0f462964a6299144efe06bba9cbb89 /bfd/ChangeLog
parent25c7861f70b2fcde6c4e3454c269da20ff141883 (diff)
downloadgdb-cd28e7aaf35f7de5033ecd619b56064136bb190b.zip
gdb-cd28e7aaf35f7de5033ecd619b56064136bb190b.tar.gz
gdb-cd28e7aaf35f7de5033ecd619b56064136bb190b.tar.bz2
nds32: Fix a tautological comparison.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index aa55ed5..1a4bde1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2017-09-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
+
+ * elf32-nds32.c (nds32_elf_relax_section): Fix a tautological
+ comparison.
+
2017-09-26 H.J. Lu <hongjiu.lu@intel.com>
PR ld/22199