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

Collapse All | Expand All

(-)a/bfd/elf32-hppa.c (+5 lines)
Lines 1765-1770 elf32_hppa_hide_symbol (struct bfd_link_info *info, Link Here
1765
  if (force_local)
1765
  if (force_local)
1766
    {
1766
    {
1767
      eh->forced_local = 1;
1767
      eh->forced_local = 1;
1768
      eh->dynamic_ref = 0;
1769
      eh->ref_dynamic = 0;
1770
      eh->verinfo.verdef = NULL;
1771
      eh->verinfo.vertree = NULL;
1772
1768
      if (eh->dynindx != -1)
1773
      if (eh->dynindx != -1)
1769
	{
1774
	{
1770
	  eh->dynindx = -1;
1775
	  eh->dynindx = -1;

Return to bug 466924