mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.

* config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
        (TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
        (function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
        (mn10300_asm_output_mi_thunk): New function.
        (mn10300_can_output_mu_thunk): New function.
        * config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
        (FUNCTION_ARG_REGNO_P): Fix comment.  Accept d0 and d1.
        (FUNCTION_ARG): Delete incorrect comment.

From-SVN: r156492
This commit is contained in:
Nick Clifton 2010-02-04 08:49:55 +00:00
parent 3e5f930fc7
commit f7eb48b53d

View File

@ -1,3 +1,14 @@
2010-02-04 Nick Clifton <nickc@redhat.com>
* config/mn10300/mn10300.c (TARGET_ASM_OUTPUT_MI_THUNK): Define.
(TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
(function_arg): Use NULL_RTX and FIRST_ARGUMENT_REGNUM.
(mn10300_asm_output_mi_thunk): New function.
(mn10300_can_output_mu_thunk): New function.
* config/mn10300/mn10300.h (FIRST_ARGUMENT_REGNUM): Define.
(FUNCTION_ARG_REGNO_P): Fix comment. Accept d0 and d1.
(FUNCTION_ARG): Delete incorrect comment.
2010-02-03 Jason Merrill <jason@redhat.com>
PR c++/40138