aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2010-04-16 14:38:54 +0000
committerTristan Gingold <gingold@adacore.com>2010-04-16 14:38:54 +0000
commit11afaedaad1ae2734937e04383183c86b6f2da44 (patch)
tree561df53a6a51ee4fb1060b8d33ccac0a3b58d9ea /bfd/ChangeLog
parentddfb684a2fcc454513224bbcfacdc6e708f1b0b2 (diff)
downloadgdb-11afaedaad1ae2734937e04383183c86b6f2da44.zip
gdb-11afaedaad1ae2734937e04383183c86b6f2da44.tar.gz
gdb-11afaedaad1ae2734937e04383183c86b6f2da44.tar.bz2
2010-04-16 Andreas Schwab <schwab@redhat.com>
* vms-alpha.c (alpha_vms_link_add_object_symbols): Avoid breaking strict-aliasing rules.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 195590d..3d058c5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,8 +1,14 @@
+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.
(_bfd_vms_get_object_record): Always assume there is a pad byte
for alignment.
+
* vms-lib.c: Add a few comments.
2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>