diff options
author | Richard Henderson <rth@redhat.com> | 2010-08-09 23:58:52 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2010-08-09 23:58:52 +0000 |
commit | 891caa9bb8b5285b64bc0c9affb0e03ac7575733 (patch) | |
tree | d42119b2f94af66f0ff0576f18a6c5ccc7827949 /bfd/ChangeLog | |
parent | e37fd15a52f02219b85b4d4a27973c7be1ee9951 (diff) | |
download | gdb-891caa9bb8b5285b64bc0c9affb0e03ac7575733.zip gdb-891caa9bb8b5285b64bc0c9affb0e03ac7575733.tar.gz gdb-891caa9bb8b5285b64bc0c9affb0e03ac7575733.tar.bz2 |
PR ld/11891
* elf64-alpha.c (elf64_alpha_relax_tls_get_addr): Disallow relaxing
to tlshi/lo until pos0 and pos1 are adjacent. Use the destination
register from the tldgd insn.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c1c9054..528fa3c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2010-08-09 Richard Henderson <rth@redhat.com> + + PR ld/11891 + * elf64-alpha.c (elf64_alpha_relax_tls_get_addr): Disallow relaxing + to tlshi/lo until pos0 and pos1 are adjacent. Use the destination + register from the tldgd insn. + 2010-08-09 Catherine Moore <clm@codesourcery.com> * elfxx-mips.c (mips_elf_perform_relocation): Improve |