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

Collapse All | Expand All

(-)ld/emultempl/elf32.em.orig (+5 lines)
Lines 1704-1709 Link Here
1704
	  link_info.flags |= (bfd_vma) DF_BIND_NOW;
1704
	  link_info.flags |= (bfd_vma) DF_BIND_NOW;
1705
	  link_info.flags_1 |= (bfd_vma) DF_1_NOW;
1705
	  link_info.flags_1 |= (bfd_vma) DF_1_NOW;
1706
	}
1706
	}
1707
      else if (strcmp (optarg, "nonow") == 0)
1708
	{
1709
	  link_info.flags &= ~((bfd_vma) DF_BIND_NOW);
1710
	  link_info.flags_1 &= ~((bfd_vma) DF_1_NOW);
1711
	}
1707
      else if (strcmp (optarg, "origin") == 0)
1712
      else if (strcmp (optarg, "origin") == 0)
1708
	{
1713
	{
1709
	  link_info.flags |= (bfd_vma) DF_ORIGIN;
1714
	  link_info.flags |= (bfd_vma) DF_ORIGIN;

Return to bug 134514