From: Nick Clifton Date: Mon, 15 Feb 2010 09:24:29 +0000 (+0000) Subject: mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous delta. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=653958e8be5d66a3441423d4e10b443a593a59cb;p=gcc.git mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous delta. * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous delta. From-SVN: r156767 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index beff68bb2eb..2196c90e92d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-02-15 Nick Clifton + + * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous + delta. + 2010-02-14 Marco Poletti * intl.c (fake_ngettext): New function. diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h index 5547d4e17e5..be6a8528fbd 100644 --- a/gcc/config/mn10300/mn10300.h +++ b/gcc/config/mn10300/mn10300.h @@ -514,7 +514,7 @@ enum reg_class { /* 1 if N is a possible register number for function argument passing. On the MN10300, d0 and d1 are used in this way. */ -#define FUNCTION_ARG_REGNO_P(N) ((N) <= 2) +#define FUNCTION_ARG_REGNO_P(N) ((N) <= 1) /* Define a data type for recording info about an argument list