[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9812.1157459492@warthog.cambridge.redhat.com>
Date: Tue, 05 Sep 2006 13:31:32 +0100
From: David Howells <dhowells@...hat.com>
To: Adrian Bunk <bunk@...sta.de>
Cc: David Howells <dhowells@...hat.com>, linux-kernel@...r.kernel.org
Subject: Re: frv compile error in set_pte()
Adrian Bunk <bunk@...sta.de> wrote:
> It's a gcc 4.1.1 from ftp.gnu.org.
If you patch it with the attached patch, does it then work?
David
---
Index: gcc/config/frv/frv.h
===================================================================
--- gcc/config/frv/frv.h (revision 116693)
+++ gcc/config/frv/frv.h (working copy)
@@ -1376,6 +1376,9 @@ extern enum reg_class reg_class_from_let
: (C) == 'U' ? EXTRA_CONSTRAINT_FOR_U (VALUE) \
: 0)
+#define EXTRA_MEMORY_CONSTRAINT(C,STR) \
+ ((C) == 'U' || (C) == 'R' || (C) == 'T')
+
#define CONSTRAINT_LEN(C, STR) \
((C) == 'D' ? 3 : DEFAULT_CONSTRAINT_LEN ((C), (STR)))
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists