summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2013-10-09 18:02:48 +0000
committerRoland McGrath <roland@gnu.org>2013-10-09 18:02:48 +0000
commit7f6ed510ec89ab5f96bf6de6967d281c109eb086 (patch)
tree7aac7f4344601e150757c8af94a2bcae2df60f99 /bfd/ChangeLog
parent5893a6daebbe8e99e2c8c432d9f6796471af35c2 (diff)
downloadbinutils-redhat-7f6ed510ec89ab5f96bf6de6967d281c109eb086.tar.gz
bfd/
* xcofflink.c (_bfd_xcoff_bfd_final_link): Don't touch EREL in loop that doesn't use (or initialize) it.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 25f4cee9a4..fc19cc9498 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,8 @@
2013-10-09 Roland McGrath <mcgrathr@google.com>
+ * xcofflink.c (_bfd_xcoff_bfd_final_link): Don't touch EREL in
+ loop that doesn't use (or initialize) it.
+
* elfxx-tilegx.c (tilegx32_plt_tail_entry, tilegx32_plt_tail_entry):
Move second const qualifier so it applies to the pointer.