You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
456 B

  1. --- a/lib/xref.h
  2. +++ b/lib/xref.h
  3. @@ -135,7 +135,7 @@ extern struct xref_block *xref_blocks;
  4. extern void xref_block_add(struct xref_block *block);
  5. extern void xref_gcc_workaround(const struct xref *xref);
  6. -#ifndef HAVE_SECTION_SYMS
  7. +#if !defined(HAVE_SECTION_SYMS) || defined(__mips64)
  8. /* we have a build system patch to use GNU ld on Solaris; if that doesn't
  9. * work we end up on Solaris ld which doesn't support the section start/end
  10. * symbols.