diff options
author | Julian Brown <julian@codesourcery.com> | 2013-02-28 10:31:34 +0000 |
---|---|---|
committer | Julian Brown <julian@codesourcery.com> | 2013-02-28 10:31:34 +0000 |
commit | 3064e1ff79ecbe3d6f09667ae09065e347b5605b (patch) | |
tree | f21cdabeac8f35ce18ca2c10b1d78d239983e385 /bfd/ChangeLog | |
parent | dfe07582357cc33c46ebf6a02f0e52599bade48c (diff) | |
download | gdb-3064e1ff79ecbe3d6f09667ae09065e347b5605b.zip gdb-3064e1ff79ecbe3d6f09667ae09065e347b5605b.tar.gz gdb-3064e1ff79ecbe3d6f09667ae09065e347b5605b.tar.bz2 |
bfd/
* elf32-arm.c (elf32_arm_size_dynamic_sections): Don't call
elf32_arm_allocate_dynrelocs for source reloc for non-dynamic link.
ld/testsuite/
* ld-arm/tls-local-static.s: New test.
* ld-arm/tls-local-static.d: New.
* ld-arm/arm-elf.exp (tls-local-static): Add test.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 27746f2..93ad3cc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2013-02-28 Nathan Sidwell <nathan@codesourcery.com> + + * elf32-arm.c (elf32_arm_size_dynamic_sections): Don't call + elf32_arm_allocate_dynrelocs for source reloc for non-dynamic link. + 2013-02-27 DJ Delorie <dj@redhat.com> * reloc.c (BFD_RELOC_RL78_CODE): Add. |