diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2012-06-18 06:16:59 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2012-06-18 06:16:59 +0000 |
commit | 51806b9750c924595c0e2aa348ef2b4c29f68ae1 (patch) | |
tree | 75a0658d5c8a8cfa7745bd0f2cae4934fa38e74b /bfd/ChangeLog | |
parent | 4b0296ce64d3c287b5b7425f054cbfbd0368a0c2 (diff) | |
download | gdb-51806b9750c924595c0e2aa348ef2b4c29f68ae1.zip gdb-51806b9750c924595c0e2aa348ef2b4c29f68ae1.tar.gz gdb-51806b9750c924595c0e2aa348ef2b4c29f68ae1.tar.bz2 |
* elf32-cris.c (cris_elf_plt_sym_val): Rewrite to work in presence
of merged .got and .got.plt entries.
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 ad5228e..d4902da 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2012-06-18 Hans-Peter Nilsson <hp@axis.com> + + * elf32-cris.c (cris_elf_plt_sym_val): Rewrite to work in presence + of merged .got and .got.plt entries. + 2012-06-18 John Szakmeister <john@szakmeister.net> * elf32-arm.c (elf32_arm_final_link_relocate): Correct return value. |