aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.20.1/310-backport_fPIE_mips_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-24 10:06:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-24 10:06:55 +0000
commit755a90344e2eaafbac491d038a963da37d4d61f6 (patch)
tree00d60259128bcb90247641a67f808f29407fde40 /toolchain/binutils/patches/2.20.1/310-backport_fPIE_mips_fix.patch
parentd830d34b000551a2c288d09dbfeaa8010f22d372 (diff)
downloadupstream-755a90344e2eaafbac491d038a963da37d4d61f6.tar.gz
upstream-755a90344e2eaafbac491d038a963da37d4d61f6.tar.bz2
upstream-755a90344e2eaafbac491d038a963da37d4d61f6.zip
binutils: remove version 2.20.1 (only used by avr32)
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44960
Diffstat (limited to 'toolchain/binutils/patches/2.20.1/310-backport_fPIE_mips_fix.patch')
-rw-r--r--toolchain/binutils/patches/2.20.1/310-backport_fPIE_mips_fix.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/toolchain/binutils/patches/2.20.1/310-backport_fPIE_mips_fix.patch b/toolchain/binutils/patches/2.20.1/310-backport_fPIE_mips_fix.patch
deleted file mode 100644
index 9a93728bb9..0000000000
--- a/toolchain/binutils/patches/2.20.1/310-backport_fPIE_mips_fix.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/bfd/elfxx-mips.c
-+++ b/bfd/elfxx-mips.c
-@@ -5696,9 +5696,9 @@ mips_elf_create_dynamic_relocation (bfd
-
- /* We must now calculate the dynamic symbol table index to use
- in the relocation. */
-- if (h != NULL
-- && (!h->root.def_regular
-- || (info->shared && !info->symbolic && !h->root.forced_local)))
-+ if (!(h == NULL
-+ || (h->root.def_regular
-+ && (info->executable || info->symbolic || h->root.forced_local))))
- {
- indx = h->root.dynindx;
- if (SGI_COMPAT (output_bfd))