Re: [Patch, ARM] Fix the check on arg reg number in function thumb_find_work_register

2012-12-11 Thread Ramana Radhakrishnan
On Wed, Nov 28, 2012 at 5:53 AM, Terry Guo wrote: > Hello, > > Attached patch intends to fix a bug on how to check argument register number > which should consider the PCS. A test case is also included. Without this > fix, one of the function argument will be overridden in the case. Tested on > QE

Ping: RE: [Patch, ARM] Fix the check on arg reg number in function thumb_find_work_register

2012-12-03 Thread Terry Guo
t; Subject: [Patch, ARM] Fix the check on arg reg number in function > thumb_find_work_register > > Hello, > > Attached patch intends to fix a bug on how to check argument register > number > which should consider the PCS. A test case is also included. Without > this &

[Patch, ARM] Fix the check on arg reg number in function thumb_find_work_register

2012-11-27 Thread Terry Guo
Hello, Attached patch intends to fix a bug on how to check argument register number which should consider the PCS. A test case is also included. Without this fix, one of the function argument will be overridden in the case. Tested on QEMU for cortex-m3, no regression found. Is it OK to trunk? BR,