diff options
author | Paul Brook <pbrook@gcc.gnu.org> | 2005-04-01 15:58:41 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2005-04-01 15:58:41 +0000 |
commit | f972113f868313ff7817efc8d837c51a369a5b56 (patch) | |
tree | be8a786912b29b5b9463e02d5f3abf82a94ab329 | |
parent | a278573900ad32231f8d3412cd06b3cc37ac749c (diff) | |
download | gcc-f972113f868313ff7817efc8d837c51a369a5b56.zip gcc-f972113f868313ff7817efc8d837c51a369a5b56.tar.gz gcc-f972113f868313ff7817efc8d837c51a369a5b56.tar.bz2 |
arm.c (thumb_call_via_label): Include space for SP.
2005-04-01 Paul Brook <paul@codesourcery.com>
* 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
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 02d6e23..1fc8813 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2005-04-01 Paul Brook <paul@codesourcery.com> + + * 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 <ian@airs.com> * final.c (final_scan_insn): Revert part of 2005-03-30 patch: when |