Re: [PATCH ARM] Fix PR51835, ARM EABI violation

2012-01-19 Thread Richard Earnshaw
On 19/01/12 06:46, Bin Cheng wrote: > Hi, > Currently gcc generates code violating ARM EABI when passing arguments to > some floating point > helper functions, which are __aeabi_d2iz/__aeabi_d2uiz. As reported in bug > PR51835. > > This patch fixes the issue, with test cases. > > It is for trunk

[PATCH ARM] Fix PR51835, ARM EABI violation

2012-01-18 Thread Bin Cheng
Hi, Currently gcc generates code violating ARM EABI when passing arguments to some floating point helper functions, which are __aeabi_d2iz/__aeabi_d2uiz. As reported in bug PR51835. This patch fixes the issue, with test cases. It is for trunk and 4.6 branch, and I have checked the output codes ma