From b73eafe9fce787415f67b940aca1f5210e3d476c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 29 Mar 2017 04:29:07 +0200 Subject: cris: backport binutils patch for pr16044 --- .../binutils/patches/2.28/crisv10-assertion-remove.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 toolchain/binutils/patches/2.28/crisv10-assertion-remove.patch (limited to 'toolchain/binutils/patches/2.28/crisv10-assertion-remove.patch') diff --git a/toolchain/binutils/patches/2.28/crisv10-assertion-remove.patch b/toolchain/binutils/patches/2.28/crisv10-assertion-remove.patch deleted file mode 100644 index e7ccf1e61..000000000 --- a/toolchain/binutils/patches/2.28/crisv10-assertion-remove.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Nur binutils-2.28.orig/bfd/elf32-cris.c binutils-2.28/bfd/elf32-cris.c ---- binutils-2.28.orig/bfd/elf32-cris.c 2017-03-02 09:23:53.000000000 +0100 -+++ binutils-2.28/bfd/elf32-cris.c 2017-03-05 09:38:18.895667626 +0100 -@@ -2713,11 +2713,6 @@ - { - struct bfd_link_info *info = (struct bfd_link_info *) p; - -- /* A GOTPLT reloc, when activated, is supposed to be included into -- the PLT refcount. */ -- BFD_ASSERT (h->gotplt_refcount == 0 -- || h->gotplt_refcount <= h->root.plt.refcount); -- - /* If nobody wanted a GOTPLT with this symbol, we're done. */ - if (h->gotplt_refcount <= 0) - return TRUE; -- cgit v1.2.3