mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous delta.

* config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
        delta.

From-SVN: r156767
This commit is contained in:
Nick Clifton 2010-02-15 09:24:29 +00:00 committed by Nick Clifton
parent 9b48e39ccc
commit 653958e8be
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-02-15 Nick Clifton <nickc@redhat.com>
* config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
delta.
2010-02-14 Marco Poletti <poletti.marco@gmail.com>
* intl.c (fake_ngettext): New function.

View file

@ -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