aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorChung-Lin Tang <cltang@codesourcery.com>2014-02-19 21:40:21 -0800
committerChung-Lin Tang <cltang@codesourcery.com>2014-02-19 21:40:21 -0800
commitd9972968c1d99f7a159812296a59b1ab68e5b36d (patch)
tree570435da34a813c5dd82c9f35e87505210213d46 /bfd/ChangeLog
parent1b281443749cb7e76ab32377c9130eb43adea618 (diff)
downloadgdb-d9972968c1d99f7a159812296a59b1ab68e5b36d.zip
gdb-d9972968c1d99f7a159812296a59b1ab68e5b36d.tar.gz
gdb-d9972968c1d99f7a159812296a59b1ab68e5b36d.tar.bz2
2014-02-20 Chung-Lin Tang <cltang@codesourcery.com>
* elf32-nios2.c (nios2_elf32_relocate_section): Fix calculation of GOTOFF relocations.
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 cbeec9b..c5868ef 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2014-02-20 Chung-Lin Tang <cltang@codesourcery.com>
+
+ * elf32-nios2.c (nios2_elf32_relocate_section): Fix calculation
+ of GOTOFF relocations.
+
2014-02-19 Igor Zamyatin <igor.zamyatin@intel.com>
H.J. Lu <hongjiu.lu@intel.com>