aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2005-04-19 18:33:20 +0000
committerDaniel Jacobowitz <drow@false.org>2005-04-19 18:33:20 +0000
commita008ac0314fe9444c27a8e1a26d36e3ed860529d (patch)
tree84f701f0855a2ebf726a3653ff74555b4bc46576 /bfd/elfxx-mips.c
parent29f54b2417c42a61751149e95856ad305384e033 (diff)
downloadfsf-binutils-gdb-a008ac0314fe9444c27a8e1a26d36e3ed860529d.zip
fsf-binutils-gdb-a008ac0314fe9444c27a8e1a26d36e3ed860529d.tar.gz
fsf-binutils-gdb-a008ac0314fe9444c27a8e1a26d36e3ed860529d.tar.bz2
* elfxx-mips.c (struct mips_elf_link_hash_entry): Update comment.
(mips_elf_create_local_got_entry): Check h->root.forced_local.
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r--bfd/elfxx-mips.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c
index baf4dc9..c84e9da 100644
--- a/bfd/elfxx-mips.c
+++ b/bfd/elfxx-mips.c
@@ -242,7 +242,8 @@ struct mips_elf_link_hash_entry
being called returns a floating point value. */
asection *call_fp_stub;
- /* Are we forced local? .*/
+ /* Are we forced local? This will only be set if we have converted
+ the initial global GOT entry to a local GOT entry. */
bfd_boolean forced_local;
#define GOT_NORMAL 0
@@ -2463,7 +2464,7 @@ mips_elf_create_local_got_entry (bfd *abfd, bfd *ibfd,
global entry then. It doesn't matter whether an entry is local
or global for TLS, since the dynamic linker does not
automatically relocate TLS GOT entries. */
- BFD_ASSERT (h == NULL || h->forced_local);
+ BFD_ASSERT (h == NULL || h->root.forced_local);
if (TLS_RELOC_P (r_type))
{
struct mips_got_entry *p;