Commit 84d7dd4a by Alan Modra Committed by Alan Modra

rs6000.md (builtin_setjmp_receiver): Add #if TARGET_MACHO.

	* config/rs6000/rs6000.md (builtin_setjmp_receiver): Add
	#if TARGET_MACHO.

From-SVN: r57379
parent ee142fe7
2002-09-21 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/rs6000.md (builtin_setjmp_receiver): Add
#if TARGET_MACHO.
* config/rs6000/rs6000.md (floatdisf2_internal2): Combine
insns. Supply missing clobber of scratch reg.
......@@ -10254,6 +10254,7 @@
|| (DEFAULT_ABI == ABI_DARWIN && flag_pic)"
"
{
#if TARGET_MACHO
if (DEFAULT_ABI == ABI_DARWIN)
{
char *picbase = machopic_function_base_name ();
......@@ -10270,6 +10271,7 @@
emit_insn (gen_macho_correct_pic (picreg, picreg, picrtx, tmplabrtx));
}
else
#endif
rs6000_emit_load_toc_table (FALSE);
DONE;
}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment