diff options
author | Nick Clifton <nickc@redhat.com> | 2010-04-19 08:46:48 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-04-19 08:46:48 +0000 |
commit | c9736ba0eec1656e00358edcf0c0f44766f53f17 (patch) | |
tree | f23d56f9c009f64f43779fada4eeec77aab9052d /bfd/ChangeLog | |
parent | 4d836c0979e67c98286635aacedee092b643ccbf (diff) | |
download | gdb-c9736ba0eec1656e00358edcf0c0f44766f53f17.zip gdb-c9736ba0eec1656e00358edcf0c0f44766f53f17.tar.gz gdb-c9736ba0eec1656e00358edcf0c0f44766f53f17.tar.bz2 |
* archive64.c (bfd_elf64_archive_slurp_armap): Remove unused
arhdrpos variable.
* elf64-x86-64.c (elf64_x86_64_relocate_section): Add unused
attribute to warned variable. Remove unused val, type and type2
variables.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3d058c5..ca047e7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,8 +1,16 @@ +2010-04-19 Nick Clifton <nickc@redhat.com> + + * archive64.c (bfd_elf64_archive_slurp_armap): Remove unused + arhdrpos variable. + * elf64-x86-64.c (elf64_x86_64_relocate_section): Add unused + attribute to warned variable. Remove unused val, type and type2 + variables. + 2010-04-16 Andreas Schwab <schwab@redhat.com> * vms-alpha.c (alpha_vms_link_add_object_symbols): Avoid breaking strict-aliasing rules. - + 2010-04-16 Tristan Gingold <gingold@adacore.com> * vms-alpha.c (_bfd_vms_slurp_eihd): Fix typo. |