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/git/m68k.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 toolchain/binutils/patches/git/m68k.patch (limited to 'toolchain/binutils/patches/git') diff --git a/toolchain/binutils/patches/git/m68k.patch b/toolchain/binutils/patches/git/m68k.patch new file mode 100644 index 000000000..6accd51b5 --- /dev/null +++ b/toolchain/binutils/patches/git/m68k.patch @@ -0,0 +1,11 @@ +diff -Nur binutils-git.orig/bfd/elf32-m68k.c binutils-git/bfd/elf32-m68k.c +--- binutils-git.orig/bfd/elf32-m68k.c 2016-10-30 14:02:17.000000000 +0100 ++++ binutils-git/bfd/elf32-m68k.c 2016-10-30 14:44:28.714486390 +0100 +@@ -2645,7 +2645,6 @@ + if (sgot == NULL) + { + sgot = bfd_get_linker_section (dynobj, ".got"); +- BFD_ASSERT (sgot != NULL); + } + + if (srelgot == NULL -- cgit v1.2.3