mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous delta.
authorNick Clifton <nickc@redhat.com>
Mon, 15 Feb 2010 09:24:29 +0000 (09:24 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 15 Feb 2010 09:24:29 +0000 (09:24 +0000)
        * config/mn10300/mn10300.h (FUNCTION_ARG_REGNO_P): Revert previous
        delta.

From-SVN: r156767

gcc/ChangeLog
gcc/config/mn10300/mn10300.h

index beff68bb2eb27e3666bb4d5e5d992631bd5885ae..2196c90e92d2a40cd7483e33b32e2fb1f504a194 100644 (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.
index 5547d4e17e54b5428cdde546722a4e709ceda079..be6a8528fbd7f53ebd75674f2f18ea5ff01854f7 100644 (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)
 
 \f
 /* Define a data type for recording info about an argument list