Re: [STORMY16] Hookize FUNCTION_VALUE_REGNO_P

2011-12-02 Thread Richard Earnshaw
On 30/11/11 19:19, Anatoly Sokolov wrote: > Hello. > > This patch removes obsolete FUNCTION_VALUE_REGNO_P macro from ARM back end > in the GCC and introduces equivalent TARGET_FUNCTION_VALUE_REGNO_P target > hook. > > Since the LIBCALL_VALUE macro should be poisoned in the future, this patc

[STORMY16] Hookize FUNCTION_VALUE_REGNO_P

2011-11-30 Thread Anatoly Sokolov
Hello. This patch removes obsolete FUNCTION_VALUE_REGNO_P macro from ARM back end in the GCC and introduces equivalent TARGET_FUNCTION_VALUE_REGNO_P target hook. Since the LIBCALL_VALUE macro should be poisoned in the future, this patch replaces it with the arm_libcall_value_1 function.