On 1 September 2011 12:50, Bernd Schmidt <ber...@codesourcery.com> wrote: > Shrink-wrapping tests on ARM had one additional failure, which I could > track down to a stmfd instruction being emitted where an stmhifd was > intended. The following patch fixes the testcase; full tests running > now. Ok?
IIUC this should have been a result of conditionalizing the prologue saves by the CCFSM state machine in ARM state given that the push instruction below doesn't have the conditional markers. In which case the routines to emit the asm for the VFP registers( vfp_output_fstmfd? ) should also be checked for this issue. cheers Ramana