8sa1-gcc/gcc/config/sh
Jeff Law 2c7ee1a641 calls.c (expand_call): Remove current_call_is_indirect nonsense.
* calls.c (expand_call): Remove current_call_is_indirect nonsense.
	Add additional argument to INIT_CUMULATIVE_ARGS.
	(emit_library_call): Likewise.
	(emit_library_call_value): Likewise.
	* expr.c (expand_builtin): Likewise.
	* function.c (assign_parms): Likewise.
	* cp/method.c (emit_thunk): Likewise.
	* config/pa/pa.h (hppa_args): New field "indirect".
	(INIT_CUMULATIVE_ARGS): Initialize "indirect" field.
	(FUNCTION_ARG): Check "indirect" field, rather than
	"current_call_is_indirect".
	* All other backends updated with new argument to
	INIT_CUMULATIVE_ARGS

From-SVN: r11641
1996-03-29 07:37:11 -07:00
..
lib1funcs.asm
sh.c (reg_unused_after): Return 0 if see a JUMP_INSN. 1996-03-08 11:10:35 -08:00
sh.h calls.c (expand_call): Remove current_call_is_indirect nonsense. 1996-03-29 07:37:11 -07:00
sh.md (push_e, pop_e): Add TARGET_SH3E to condition. 1996-03-05 12:11:11 -08:00
t-sh (MULTILIB_OPTIONS): Add SH3E support. 1996-01-18 14:38:57 -08:00
xm-sh.h