diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2009-09-03 15:21:09 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2009-09-03 15:21:09 +0000 |
commit | fcbc2f09401545b9b5a8fc09d421a90377c6aa79 (patch) | |
tree | 8c0e6e1129fb996826f4fef03390a70e5a8386d2 /bfd/ChangeLog | |
parent | a0840211ed96ee66f79657c1167106d5d5aa0c68 (diff) | |
download | gdb-fcbc2f09401545b9b5a8fc09d421a90377c6aa79.zip gdb-fcbc2f09401545b9b5a8fc09d421a90377c6aa79.tar.gz gdb-fcbc2f09401545b9b5a8fc09d421a90377c6aa79.tar.bz2 |
* elf64-mips.c (mips_elf64_howto_table_rela): Add support for
R_MIPS_TLS_DTPMOD64 and R_MIPS_TLS_TPREL64, replacing the
respective stubs.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7358db8..b796e38 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2009-09-03 Maciej W. Rozycki <macro@codesourcery.com> + + * elf64-mips.c (mips_elf64_howto_table_rela): Add support for + R_MIPS_TLS_DTPMOD64 and R_MIPS_TLS_TPREL64, replacing the + respective stubs. + 2009-09-01 H.J. Lu <hongjiu.lu@intel.com> * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Declare |