aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2011-05-31 13:37:27 +0000
committerPaul Brook <paul@codesourcery.com>2011-05-31 13:37:27 +0000
commit12352d3f854285aaaecf6bc89df80e6247968a63 (patch)
treeb84ebdb4a945751576354d7572cb36abdd466fc2 /bfd/ChangeLog
parent1ab52cbe0549166fc916f60dc4e666c97ad8b113 (diff)
downloadgdb-12352d3f854285aaaecf6bc89df80e6247968a63.zip
gdb-12352d3f854285aaaecf6bc89df80e6247968a63.tar.gz
gdb-12352d3f854285aaaecf6bc89df80e6247968a63.tar.bz2
2011-05-31 Paul Brook <paul@codesourcery.com>
bfd/ * elf32-arm.c (arm_stub_is_thumb): Add arm_stub_long_branch_v4t_thumb_tls_pic. (elf32_arm_final_link_relocate): TLS stubs are always ARM. Handle Thumb stubs. ld/testsuite/ * ld-arm/tls-longplt.d: Update expected output. * ld-arm/tls-thumb1.d: Ditto.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a66e896..8cd4935 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2011-05-31 Paul Brook <paul@codesourcery.com>
+
+ * elf32-arm.c (arm_stub_is_thumb): Add
+ arm_stub_long_branch_v4t_thumb_tls_pic.
+ (elf32_arm_final_link_relocate): TLS stubs are always ARM.
+ Handle Thumb stubs.
+
2011-05-27 Nick Clifton <nickc@redhat.com>
PR binutils/12710