Alan Modra 3b421ab3bc include/elf/
* ppc64.h (R_PPC64_TOCSAVE): Add.
bfd/
	* elf64-ppc.c (ppc64_elf_howto_table): Add R_PPC64_TOCSAVE entry.
	(struct ppc_link_hash_table): Add tocsave_htab.
	(struct tocsave_entry): New.
	(tocsave_htab_hash, tocsave_htab_eq, tocsave_find): New functions.
	(ppc64_elf_link_hash_table_create): Create tocsave_htab..
	(ppc64_elf_link_hash_table_free): ..and delete it.
	(build_plt_stub): Always put STD_R2_40R1 first.
	(ppc64_elf_size_stubs): Check for R_PPC64_TOCSAVE following reloc
	on plt call.  If present add prologue nop location to tocsave_htab.
	(ppc64_elf_relocate_section): Convert prologue nop to std.  Skip
	first insn of plt call stub when R_PPC64_TOCSAVE present.
2011-10-10 13:21:07 +00:00
..
2011-03-22 18:10:48 +00:00
2011-10-10 13:21:07 +00:00
2011-07-22 20:22:38 +00:00
2011-03-14 15:55:04 +00:00
2011-07-24 14:20:15 +00:00
2011-10-10 13:21:07 +00:00
2011-07-11 15:03:09 +00:00
2011-06-02 13:43:24 +00:00
2010-11-02 14:36:39 +00:00
2011-08-12 20:33:34 +00:00