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


Anatoly Sokolov wrote:

>        * config/moxie/moxie.h (FUNCTION_VALUE, FUNCTION_OUTGOING_VALUE,
>        LIBCALL_VALUE, FUNCTION_VALUE_REGNO_P): Remove macros.
>        * config/moxie/moxie-protos.h (moxie_function_value): Remove.
>        * config/moxie/moxie.c (moxie_function_value): Make static.
>        (moxie_libcall_value, moxie_function_value_regno_p): New functions.
>        (TARGET_LIBCALL_VALUE, TARGET_FUNCTION_VALUE_REGNO_P): Define.

>        * 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.

OK if no objections within 24 hours.

At that point, if FUNCTION_OUTGOING_VALUE is unused, its removal would
be considered obviously correct.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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