aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2011-02-22 15:46:13 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2011-02-22 15:46:13 +0000
commit93b3ac7505631bfe9939ec59135ae5ddfbaca24c (patch)
tree72c7131b8e7a7c5a1d3cbef9b0058d208ca94401 /bfd/ChangeLog
parentc45f3c548d7ba59939c70f7e132de22db190de56 (diff)
downloadgdb-93b3ac7505631bfe9939ec59135ae5ddfbaca24c.zip
gdb-93b3ac7505631bfe9939ec59135ae5ddfbaca24c.tar.gz
gdb-93b3ac7505631bfe9939ec59135ae5ddfbaca24c.tar.bz2
* elf32-m68k.c (elf_m68k_finish_dynamic_symbol): For a TLS_GD
relocation read the value from the second GOT slot.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1ab968c..a8907a0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-22 Andreas Schwab <schwab@redhat.com>
+
+ * elf32-m68k.c (elf_m68k_finish_dynamic_symbol): For a TLS_GD
+ relocation read the value from the second GOT slot.
+
2011-02-15 Tristan Gingold <gingold@adacore.com>
* vms-alpha.c (alpha_vms_link_add_archive_symbols): Add a comment.