aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2010-04-19 08:46:48 +0000
committerNick Clifton <nickc@redhat.com>2010-04-19 08:46:48 +0000
commitc9736ba0eec1656e00358edcf0c0f44766f53f17 (patch)
treef23d56f9c009f64f43779fada4eeec77aab9052d /bfd/ChangeLog
parent4d836c0979e67c98286635aacedee092b643ccbf (diff)
downloadgdb-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/ChangeLog10
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.