> > > gcc/ > * config/arm/predicates.md (call_insn_operand): Add long_call check. > * config/arm/arm.md (sibcall, sibcall_value): Force the address to reg for > long_call. > * config/aarch64/aarch64.c (arm_function_ok_for_sibcall): Remove long_call > restriction.
config/arm/arm.c :) The ARM parts are ok for stage1 if no regressions. regards Ramana > > gcc/testsuite > gcc.target/arm/tail-long-call.c: New test.