From f972113f868313ff7817efc8d837c51a369a5b56 Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Fri, 1 Apr 2005 15:58:41 +0000 Subject: [PATCH] arm.c (thumb_call_via_label): Include space for SP. 2005-04-01 Paul Brook * config/arm/arm.c (thumb_call_via_label): Include space for SP. (arm_output_function_epilogue): Allow call_via_SP. (thumb_call_via_reg, arm_file_end): Ditto. * config/arm/arm.h (struct machine_function): Include space for SP. (thumb_call_via_label): Update declaration. [[Split portion of a mixed commit.]] From-SVN: r97400.2 --- gcc/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 02d6e23b62f..1fc8813e4f2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2005-04-01 Paul Brook + + * config/arm/arm.c (thumb_call_via_label): Include space for SP. + (arm_output_function_epilogue): Allow call_via_SP. + (thumb_call_via_reg, arm_file_end): Ditto. + * config/arm/arm.h (struct machine_function): Include space for SP. + (thumb_call_via_label): Update declaration. + 2005-04-01 Ian Lance Taylor * final.c (final_scan_insn): Revert part of 2005-03-30 patch: when -- 2.30.2