bfd:
commite1e161ed8fb2cd3bfa26f68812dd321ae756bca7
authorJoseph Myers <joseph@codesourcery.com>
Mon, 2 Jul 2007 10:49:42 +0000 (2 10:49 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 2 Jul 2007 10:49:42 +0000 (2 10:49 +0000)
tree6ab73be530bae2de9c8b1fc0eaebadb2fe105aa7
parentc157a92d5488226808fc94a591dfb884a9600f05
bfd:
* elfxx-mips.c (mips_elf_calculate_relocation): Handle
R_MIPS_TLS_DTPREL32 and R_MIPS_TLS_DTPREL64.
* elf64-mips.c (mips_elf64_howto_table_rela): Support
R_MIPS_TLS_DTPREL64.

gas:
* config/tc-mips.c (s_dtprelword, s_dtpreldword,
s_dtprel_internal): New.
(mips_pseudo_table): Add .dtprelword and .dtpreldword.
(md_apply_fix): Handle BFD_RELOC_MIPS_TLS_DTPREL32 and
BFD_RELOC_MIPS_TLS_DTPREL64.
bfd/ChangeLog
bfd/elf64-mips.c
bfd/elfxx-mips.c
gas/ChangeLog
gas/config/tc-mips.c