crisv10.patch 650 B

1234567891011121314
  1. diff -Nur binutils-2.26.1.orig/bfd/elf32-cris.c binutils-2.26.1/bfd/elf32-cris.c
  2. --- binutils-2.26.1.orig/bfd/elf32-cris.c 2015-11-13 09:27:40.000000000 +0100
  3. +++ binutils-2.26.1/bfd/elf32-cris.c 2016-07-09 19:19:49.305293884 +0200
  4. @@ -2728,8 +2728,8 @@
  5. /* A GOTPLT reloc, when activated, is supposed to be included into
  6. the PLT refcount. */
  7. - BFD_ASSERT (h->gotplt_refcount == 0
  8. - || h->gotplt_refcount <= h->root.plt.refcount);
  9. + /* BFD_ASSERT (h->gotplt_refcount == 0
  10. + || h->gotplt_refcount <= h->root.plt.refcount); */
  11. /* If nobody wanted a GOTPLT with this symbol, we're done. */
  12. if (h->gotplt_refcount <= 0)