diff options
author | Alan Modra <amodra@gmail.com> | 2006-05-05 13:07:30 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-05-05 13:07:30 +0000 |
commit | 30038c5930b5130c225e5204212620e98a725c0b (patch) | |
tree | 488242e2f3872ffa423b22688d32140c68d6827e /bfd/ChangeLog | |
parent | 2a60a7a82c70e4965ea69cde7f19fd704ff3e897 (diff) | |
download | gdb-30038c5930b5130c225e5204212620e98a725c0b.zip gdb-30038c5930b5130c225e5204212620e98a725c0b.tar.gz gdb-30038c5930b5130c225e5204212620e98a725c0b.tar.bz2 |
* elf64-ppc.c (ppc64_elf_tls_optimize): Only optimize
R_PPC64_TPREL64 and R_PPC64_DTPMOD64 relocs when they are in
the .toc and referenced by a TLS code sequence.
(ppc64_elf_edit_toc): Cater for the unlikely situation that
.toc is the first section in a file.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d593186..bd22f4e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +2006-05-05 Alan Modra <amodra@bigpond.net.au> + + * elf64-ppc.c (ppc64_elf_tls_optimize): Only optimize + R_PPC64_TPREL64 and R_PPC64_DTPMOD64 relocs when they are in + the .toc and referenced by a TLS code sequence. + (ppc64_elf_edit_toc): Cater for the unlikely situation that + .toc is the first section in a file. + 2006-05-04 Andreas Schwab <schwab@suse.de> * aoutf1.h (struct external_sparc_core): Declare c_regs as struct |