diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-02-11 17:25:23 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-02-11 17:25:23 +0000 |
commit | 172149374ec64b82f39a3d572211bfe92e62b182 (patch) | |
tree | 1fbd6e644dc382448398b4c7c081e3f9882dbf8e /bfd/ChangeLog | |
parent | 9efeb38dd1806d9c18b31baf594de95249f59319 (diff) | |
download | gdb-172149374ec64b82f39a3d572211bfe92e62b182.zip gdb-172149374ec64b82f39a3d572211bfe92e62b182.tar.gz gdb-172149374ec64b82f39a3d572211bfe92e62b182.tar.bz2 |
bfd/
* elfxx-mips.c (mips_elf_merge_got_with): Only use arg->global_count
if there are TLS relocations.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 79c4102..be33a47 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2013-02-11 Richard Sandiford <rdsandiford@googlemail.com> + * elfxx-mips.c (mips_elf_merge_got_with): Only use arg->global_count + if there are TLS relocations. + +2013-02-11 Richard Sandiford <rdsandiford@googlemail.com> + * elfxx-mips.c (mips_elf_recreate_got): Remove free. (mips_elf_resolve_final_got_entries): Remove bogus comment. |