summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/binutils/files/binutils-mips-tls.patch')
-rw-r--r--sys-devel/binutils/files/binutils-mips-tls.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-devel/binutils/files/binutils-mips-tls.patch b/sys-devel/binutils/files/binutils-mips-tls.patch
deleted file mode 100644
index c58cdcf..0000000
--- a/sys-devel/binutils/files/binutils-mips-tls.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- bfd/elfxx-mips.c.orig 2010-09-04 14:21:35.000000000 +0800
-+++ bfd/elfxx-mips.c 2010-09-04 14:22:14.000000000 +0800
-@@ -2772,7 +2772,7 @@
- = (struct mips_elf_link_hash_entry *) arg1;
- struct mips_elf_count_tls_arg *arg = arg2;
-
-- if (hm->tls_type & GOT_TLS_GD)
-+ if (hm->tls_type & (GOT_TLS_GD | GOT_TLS_LDM))
- arg->needed += 2;
- if (hm->tls_type & GOT_TLS_IE)
- arg->needed += 1;