* config/arm/arm.c (thumb1_extra_regs_pushed): New function.
(thumb1_expand_prologue, thumb1_output_function_prologue): Call it
here to determine which regs to push and how much stack to reserve.
PR target/40657
* gcc.target/arm/thumb-stackframe.c: New test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158771
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-04-27 Bernd Schmidt <bernds@codesourcery.com>
+
+ PR target/40657
+ * config/arm/arm.c (thumb1_extra_regs_pushed): New function.
+ (thumb1_expand_prologue, thumb1_output_function_prologue): Call it
+ here to determine which regs to push and how much stack to reserve.
+
2010-04-27 Jie Zhang <jie@codesourcery.com>
* doc/gimple.texi (gimple_statement_with_ops): Remove
+2010-04-27 Bernd Schmidt <bernds@codesourcery.com>
+
+ PR target/40657
+ * gcc.target/arm/thumb-stackframe.c: New test.
+
2010-04-27 Shujing Zhao <pearly.zhao@oracle.com>
* gcc.dg/pr32207.c: Fix typo in expected warning messages.