lkml.org 
[lkml]   [2006]   [Sep]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: frv compile error in set_pte()
Date
Adrian Bunk <bunk@stusta.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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-09-05 14:35    [W:0.048 / U:1.804 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site