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 /gas/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 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6b02119..a1b434a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2007-07-02 Joseph Myers <joseph@codesourcery.com> + + * 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. + 2007-07-02 Alan Modra <amodra@bigpond.net.au> * Makefile.am: Run "make dep-am". |