From: David Howells <dhowells@redhat.com>
To: Adrian Bunk <bunk@stusta.de>
Cc: David Howells <dhowells@redhat.com>, linux-kernel@vger.kernel.org
Subject: Re: frv compile error in set_pte()
Date: Tue, 05 Sep 2006 13:31:32 +0100 [thread overview]
Message-ID: <9812.1157459492@warthog.cambridge.redhat.com> (raw)
In-Reply-To: <20060904115845.GP4416@stusta.de>
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)))
next prev parent reply other threads:[~2006-09-05 12:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-03 22:06 frv compile error in set_pte() Adrian Bunk
2006-09-04 9:26 ` David Howells
2006-09-04 11:58 ` Adrian Bunk
2006-09-04 12:35 ` David Howells
2006-09-05 12:31 ` David Howells [this message]
2006-09-05 13:11 ` Adrian Bunk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9812.1157459492@warthog.cambridge.redhat.com \
--to=dhowells@redhat.com \
--cc=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox