diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-03-31 14:17:34 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-03-31 14:17:34 +0000 |
commit | c89ce65cd9f828f38cca3f5ef32e7defc18e9a73 (patch) | |
tree | 3b3f190160c94aba6011b0e87e581d274d7adb1a /bfd/ChangeLog | |
parent | 545f57c6face499a80c75cd1e13499f0216209a1 (diff) | |
download | gdb-c89ce65cd9f828f38cca3f5ef32e7defc18e9a73.zip gdb-c89ce65cd9f828f38cca3f5ef32e7defc18e9a73.tar.gz gdb-c89ce65cd9f828f38cca3f5ef32e7defc18e9a73.tar.bz2 |
bfd/
* elf32-tic6x.c (elf32_tic6x_relocate_section): Remove unused variable
dynobj and its initialization.
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 cefd8a7..c0d8d6a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2011-03-31 Jan Kratochvil <jan.kratochvil@redhat.com> + + * elf32-tic6x.c (elf32_tic6x_relocate_section): Remove unused variable + dynobj and its initialization. + 2011-03-31 Tristan Gingold <gingold@adacore.com> * makefile.vms (DEFS): Add HAVE_bfd_elf64_ia64_vms_vec. |