14 lines
567 B
Diff
14 lines
567 B
Diff
diff -urN binutils-2.35.2.orig/bfd/elfxx-mips.c binutils-2.35.2/bfd/elfxx-mips.c
|
|
--- binutils-2.35.2.orig/bfd/elfxx-mips.c 2021-01-30 01:38:03.000000000 -0700
|
|
+++ binutils-2.35.2/bfd/elfxx-mips.c 2021-05-13 17:35:34.706913601 -0600
|
|
@@ -6744,8 +6744,10 @@
|
|
in the relocation. */
|
|
if (h != NULL && ! SYMBOL_REFERENCES_LOCAL (info, &h->root))
|
|
{
|
|
+#if 0
|
|
BFD_ASSERT (htab->root.target_os == is_vxworks
|
|
|| h->global_got_area != GGA_NONE);
|
|
+#endif
|
|
indx = h->root.dynindx;
|
|
if (SGI_COMPAT (output_bfd))
|
|
defined_p = h->root.def_regular;
|