This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: how to implement pipeline errata?


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]