Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 323319 | Differences between
and this patch

Collapse All | Expand All

(-)binutils-2.20.51.0.8.orig//bfd/elf32-tic6x.c (-1 / +2 lines)
Lines 787-797 Link Here
787
      else
787
      else
788
	{
788
	{
789
	  bfd_boolean warned;
789
	  bfd_boolean warned;
790
	  bfd_boolean ignored = FALSE;
790
791
791
	  RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
792
	  RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
792
				   r_symndx, symtab_hdr, sym_hashes,
793
				   r_symndx, symtab_hdr, sym_hashes,
793
				   h, sec, relocation,
794
				   h, sec, relocation,
794
				   unresolved_reloc, warned);
795
				   unresolved_reloc, warned, ignored);
795
	}
796
	}
796
797
797
      if (sec != NULL && elf_discarded_section (sec))
798
      if (sec != NULL && elf_discarded_section (sec))

Return to bug 323319