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

(-)a/bfd/elflink.c (-2 / +2 lines)
Lines 12520-12522 bfd_elf_final_link (bfd *abfd, struct bfd_link_info *info) Link Here
12520
      /* Check for DT_TEXTREL (late, in case the backend removes it).  */
12520
      /* Check for DT_TEXTREL (late, in case the backend removes it).  */
12521
      if (((info->warn_shared_textrel && bfd_link_pic (info))
12521
      if ((info->warn_shared_textrel
12522
	   || info->error_textrel)
12522
	   || info->error_textrel)
Lines 12541-12543 bfd_elf_final_link (bfd *abfd, struct bfd_link_info *info) Link Here
12541
		    info->callbacks->einfo
12541
		    info->callbacks->einfo
12542
		      (_("%P: warning: creating a DT_TEXTREL in a shared object.\n"));
12542
		      (_("%P: warning: creating a DT_TEXTREL in object.\n"));
12543
		  break;
12543
		  break;

Return to bug 648758