diff options
author | Chung-Lin Tang <cltang@codesourcery.com> | 2014-02-19 21:40:21 -0800 |
---|---|---|
committer | Chung-Lin Tang <cltang@codesourcery.com> | 2014-02-19 21:40:21 -0800 |
commit | d9972968c1d99f7a159812296a59b1ab68e5b36d (patch) | |
tree | 570435da34a813c5dd82c9f35e87505210213d46 /bfd/ChangeLog | |
parent | 1b281443749cb7e76ab32377c9130eb43adea618 (diff) | |
download | gdb-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/ChangeLog | 5 |
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> |