Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 338405 | Differences between
and this patch

Collapse All | Expand All

(-)bfd/elfxx-mips.c.orig (-1 / +1 lines)
Lines 2772-2778 Link Here
2772
    = (struct mips_elf_link_hash_entry *) arg1;
2772
    = (struct mips_elf_link_hash_entry *) arg1;
2773
  struct mips_elf_count_tls_arg *arg = arg2;
2773
  struct mips_elf_count_tls_arg *arg = arg2;
2774
2774
2775
  if (hm->tls_type & GOT_TLS_GD)
2775
  if (hm->tls_type & (GOT_TLS_GD | GOT_TLS_LDM))
2776
    arg->needed += 2;
2776
    arg->needed += 2;
2777
  if (hm->tls_type & GOT_TLS_IE)
2777
  if (hm->tls_type & GOT_TLS_IE)
2778
    arg->needed += 1;
2778
    arg->needed += 1;

Return to bug 338405