diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-07-02 10:49:42 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2007-07-02 10:49:42 +0000 |
commit | 741d6ea85b096ca043859a71ae022ad160a64eec (patch) | |
tree | 25e7aacd60f1dae6eacb8c3bede372b98bdb2995 /bfd/ChangeLog | |
parent | e205a09915bcf2c75f2b925377eb7ce2da90c43a (diff) | |
download | gdb-741d6ea85b096ca043859a71ae022ad160a64eec.zip gdb-741d6ea85b096ca043859a71ae022ad160a64eec.tar.gz gdb-741d6ea85b096ca043859a71ae022ad160a64eec.tar.bz2 |
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.
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 5b8bbfd..e006595 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2007-07-02 Joseph Myers <joseph@codesourcery.com> + + * 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. + 2007-07-02 Alan Modra <amodra@bigpond.net.au> * Makefile.am: Run "make dep-am". |