This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: PING [MOXIE, PDP11] Hookize FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE, LIBCALL_VALUE and FUNCTION_VALUE_REGNO_P


>   This two patches remove obsolete FUNCTION_VALUE,
> FUNCTION_OUTGOING_VALUE,
> LIBCALL_VALUE and FUNCTION_VALUE_REGNO_P macros from MOXIE and PDP11
> back
> ends
> in the GCC.
> 
> Only these two back ends using  FUNCTION_OUTGOING_VALUE macro. These
> patches
> will remove
> the FUNCTION_OUTGOING_VALUE macro from the GCC.
> ...
>
> http://gcc.gnu.org/ml/gcc-patches/2010-05/msg02378.html
> 
>         * config/pdp11/pdp11.h (FUNCTION_VALUE,
> FUNCTION_OUTGOING_VALUE,
>         LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
>         * config/pdp11/pdp11.c (moxie_function_value,
> moxie_libcall_value,
>         moxie_function_value_regno_p): New functions.
>         (TARGET_FUNCTION_VALUE, TARGET_LIBCALL_VALUE,
>         TARGET_FUNCTION_VALUE_REGNO_P): Define.

Sorry for the delay.

This is ok.

	paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]