Commit 6a1605ad by Alan Modra

missed hunk from last commit

missed hunk from last commit
	* config/rs6000/rs6000.c (rs6000_function_arg): Remove CALL_LIBCALL
	when returning call_cookie.

From-SVN: r172856
parent 401f6699
...@@ -9007,7 +9007,7 @@ rs6000_function_arg (CUMULATIVE_ARGS *cum, enum machine_mode mode, ...@@ -9007,7 +9007,7 @@ rs6000_function_arg (CUMULATIVE_ARGS *cum, enum machine_mode mode,
: CALL_V4_CLEAR_FP_ARGS)); : CALL_V4_CLEAR_FP_ARGS));
} }
return GEN_INT (cum->call_cookie); return GEN_INT (cum->call_cookie & ~CALL_LIBCALL);
} }
if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type)) if (TARGET_MACHO && rs6000_darwin64_struct_check_p (mode, type))
......
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