summaryrefslogtreecommitdiff
path: root/toolchain/binutils/patches/git/m68k.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-30 17:52:17 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-30 17:52:23 +0100
commit01e5f419d74460c934bb99e849bc38b3ef466077 (patch)
treebe5b4817885a67eab002bb51323a2d48cfac15d1 /toolchain/binutils/patches/git/m68k.patch
parent8f5ef063687739844723904b07c80eb8047b3d98 (diff)
binutils: remove assert, it breaks uClibc-ng testsuite compile
Diffstat (limited to 'toolchain/binutils/patches/git/m68k.patch')
-rw-r--r--toolchain/binutils/patches/git/m68k.patch11
1 files changed, 11 insertions, 0 deletions
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