From 01e5f419d74460c934bb99e849bc38b3ef466077 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 30 Oct 2016 17:52:17 +0100 Subject: binutils: remove assert, it breaks uClibc-ng testsuite compile --- toolchain/binutils/patches/2.26.1/m68k.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 toolchain/binutils/patches/2.26.1/m68k.patch (limited to 'toolchain/binutils/patches/2.26.1') diff --git a/toolchain/binutils/patches/2.26.1/m68k.patch b/toolchain/binutils/patches/2.26.1/m68k.patch new file mode 100644 index 000000000..739604037 --- /dev/null +++ b/toolchain/binutils/patches/2.26.1/m68k.patch @@ -0,0 +1,11 @@ +diff -Nur binutils-2.26.1.orig/bfd/elf32-m68k.c binutils-2.26.1/bfd/elf32-m68k.c +--- binutils-2.26.1.orig/bfd/elf32-m68k.c 2015-11-13 09:27:40.000000000 +0100 ++++ binutils-2.26.1/bfd/elf32-m68k.c 2016-10-30 16:56:32.486606003 +0100 +@@ -2637,7 +2637,6 @@ + if (sgot == NULL) + { + sgot = bfd_get_linker_section (dynobj, ".got"); +- BFD_ASSERT (sgot != NULL); + } + + if (srelgot == NULL -- cgit v1.2.3