Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 317549
Collapse All | Expand All

(-)src/bfd/elflink.c (-2 / +6 lines)
Lines 8492-8501 Link Here
8492
8492
8493
	  _bfd_elf_swap_versym_in (input, ever, &iver);
8493
	  _bfd_elf_swap_versym_in (input, ever, &iver);
8494
8494
8495
	  if ((iver.vs_vers & VERSYM_HIDDEN) == 0)
8495
	  if ((iver.vs_vers & VERSYM_HIDDEN) == 0
8496
	      && !(h->def_regular
8497
		   && h->forced_local))
8496
	    {
8498
	    {
8497
	      /* If we have a non-hidden versioned sym, then it should
8499
	      /* If we have a non-hidden versioned sym, then it should
8498
		 have provided a definition for the undefined sym.  */
8500
		 have provided a definition for the undefined sym unless
8501
		 it is defined in a non-shared object and forced local.
8502
	       */
8499
	      abort ();
8503
	      abort ();
8500
	    }
8504
	    }
8501
8505

Return to bug 317549