Re: Change the calling conventions only for the intrinsic functions.

2014-05-08 Thread Georg-Johann Lay
Am 05/07/2014 04:20 PM, schrieb Umesh Kalappa: Hi All , We are porting GCC 4.8.1 for the customized hardware, where the current calling convention used as arguments are passed by stack and return value by register. But we do have some intrinsic functions(that are supplied by hardware folks )

Change the calling conventions only for the intrinsic functions.

2014-05-07 Thread Umesh Kalappa
Hi All , We are porting GCC 4.8.1 for the customized hardware, where the current calling convention used as arguments are passed by stack and return value by register. But we do have some intrinsic functions(that are supplied by hardware folks ) which has the calling convention like both argu