This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: how to implement pipeline errata?
- From: Richard Henderson <rth at redhat dot com>
- To: Spundun Bhatt <spundun at ISI dot EDU>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 20 Mar 2003 23:48:42 -0800
- Subject: Re: how to implement pipeline errata?
- References: <1048206039.23822.23.camel@mermaid.isi.edu>
On Thu, Mar 20, 2003 at 04:20:40PM -0800, Spundun Bhatt wrote:
> I am sure all architectures have gone through similar erroneous chips,
> so I was hoping gcc might have some provision for it.
No general provision, no. This has been handled before with
target-specific code in MACHINE_DEPENDENT_REORG. See for
example the fixup_errara function in config/ia64/ia64.c, in
the 3.2 release.
r~