aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2011-11-10 20:53:36 +0000
committerDoug Kwan <dougkwan@google.com>2011-11-10 20:53:36 +0000
commit29ab395d2b246f993e8fd06f71a1fe165d2f3985 (patch)
tree91ec0d782dad8f14333e645c618dc3494675588d /gold/ChangeLog
parent50f182aa6671dea0fdcf063d5974c623332f3e63 (diff)
downloadfsf-binutils-gdb-29ab395d2b246f993e8fd06f71a1fe165d2f3985.zip
fsf-binutils-gdb-29ab395d2b246f993e8fd06f71a1fe165d2f3985.tar.gz
fsf-binutils-gdb-29ab395d2b246f993e8fd06f71a1fe165d2f3985.tar.bz2
2011-11-10 Doug Kwan <dougkwan@google.com>
PR gold/13362 * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses when processing data relocs. * reloc.h (Relocate_functions::rel_unaligned): New method. (Relocate_functions::pcrel_unaligned): Ditto. (Relocate_functions::rel32_unaligned): Ditto. (Relocate_functions::pcrel32_unaligned): Ditto.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index f3707ae..0b17438 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,13 @@
+2011-11-10 Doug Kwan <dougkwan@google.com>
+
+ PR gold/13362
+ * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses
+ when processing data relocs.
+ * reloc.h (Relocate_functions::rel_unaligned): New method.
+ (Relocate_functions::pcrel_unaligned): Ditto.
+ (Relocate_functions::rel32_unaligned): Ditto.
+ (Relocate_functions::pcrel32_unaligned): Ditto.
+
2011-11-09 Doug Kwan <dougkwan@google.com>
PR gold/13362