On 3 August 2011 01:44, Joey Ye <joey...@arm.com> wrote: > > This patch fixes PR49437 with a single line change in ARM backend > and a regression test case for ARM target > > ChangeLog: > 2011-08-02 Matthew Gretton-Dann <matthew.gretton-d...@arm.com> > PR target/49437 > * config/arm/arm.c (arm_output_epilogue): Properly handle epilogue > when stack was realigned in interrupt handler prologue. > > 2011-08-02 Joey Ye <joey...@arm.com> > PR target/49437 > * gcc.target/arm/handler-align.c: New test. > * lib/target-supports.exp (check_effective_target_arm_cortex_m): > New Function. >
Please make sure your Changelogs have a blank line between <NAME> <email> and the text for the Changelog. The backend related changes are OK and the testsuite changes for ARM are ok as well. However please allow 24 hours for a testsuite maintainer to comment before committing though. Ramana