]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
bfd:
authorJoseph Myers <joseph@codesourcery.com>
Mon, 2 Jul 2007 10:49:42 +0000 (10:49 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 2 Jul 2007 10:49:42 +0000 (10:49 +0000)
commit741d6ea85b096ca043859a71ae022ad160a64eec
tree25e7aacd60f1dae6eacb8c3bede372b98bdb2995
parente205a09915bcf2c75f2b925377eb7ce2da90c43a
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