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/ChangeLog (+5 lines)
Lines 1-3 Link Here
1
2013-10-24  Guy Martin <gmsoft@tuxicoman.be>
2
3
	* elf32-hppa.c (elf32_hppa_hide_symbol): Remove old version
4
	information when forcing a symbol to be local.
5
1
2013-10-18  Hans-Peter Nilsson  <hp@axis.com>
6
2013-10-18  Hans-Peter Nilsson  <hp@axis.com>
2
7
3
	* elf32-cris.c (cris_elf_check_relocs): Don't assume
8
	* elf32-cris.c (cris_elf_check_relocs): Don't assume
(-)a/bfd/elf32-hppa.c (+3 lines)
Lines 1771-1776 elf32_hppa_hide_symbol (struct bfd_link_info *info, Link Here
1771
	  _bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
1771
	  _bfd_elf_strtab_delref (elf_hash_table (info)->dynstr,
1772
				  eh->dynstr_index);
1772
				  eh->dynstr_index);
1773
	}
1773
	}
1774
      /* Remove version information from hidden symbol */
1775
      eh->verinfo.verdef = NULL;
1776
      eh->verinfo.vertree = NULL;
1774
    }
1777
    }
1775
1778
1776
  /* STT_GNU_IFUNC symbol must go through PLT.  */
1779
  /* STT_GNU_IFUNC symbol must go through PLT.  */

Return to bug 466924