* powerpc.h: Add more relocs.
	(R_PPC_REL16*): Rename to R_POWERPC_REL16*.
gold/
	* powerpc.cc: Update for renamed R_PPC_REL16 relocs.
	(Output_data_got_powerpc::do_write): Don't rely on base class lookup
	for replace_constant call.
	(Output_data_plt_powerpc::do_print_to_mapfile): New function.
	(Output_data_glink::do_print_to_mapfile): New function.
	(Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE.
	(Target_powerpc::Relocate::relocate): Likewise.
This commit is contained in:
Alan Modra
2012-08-14 02:22:32 +00:00
parent d1a8cabd8f
commit 6ce7895693
4 changed files with 87 additions and 32 deletions
+5
View File
@@ -1,3 +1,8 @@
2012-08-14 Alan Modra <amodra@gmail.com>
* powerpc.h: Add more relocs.
(R_PPC_REL16*): Rename to R_POWERPC_REL16*.
2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
PR gold/14091