This is the mail archive of the
cgen@sourceware.org
mailing list for the CGEN project.
Re: [RFA:] Fix breakage of manually building SID CPU
- From: "Frank Ch. Eigler" <fche at redhat dot com>
- To: Dave Brolley <brolley at redhat dot com>
- Cc: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>, cgen at sourceware dot org
- Date: Tue, 14 Mar 2006 12:16:55 -0500
- Subject: Re: [RFA:] Fix breakage of manually building SID CPU
- References: <200603141334.k2EDYJrH005037@ignucius.se.axis.com> <4416F375.2010704@redhat.com>
Hi -
> >(i.e. the earliest occurrence of "delay" for the enabled mach).
> >I guessed this could be related to some change in delay
> >semantics, but the usage in cris.cpu seems no different to other
> >*.cpu. [...]
I believe (delay) was never implemented properly for the SIM backend,
only for SID. I expect it to be treated rather like a no-op for SIM,
or equivalently, that any SIM-targeting .cpu users of (delay) should
work just as well without.
- FChE