iq2000 trampolines

Steven Bosscher stevenb.gcc@gmail.com
Fri Jun 9 23:58:00 GMT 2006


On Saturday 10 June 2006 01:51, DJ Delorie wrote:
> The iq2000 is a harvard architecture, so cannot support trampolines in
> the usual way.  It tries, but it ends up writing the trampoline to
> data memory, then executing the corresponding location in instruction
> memory.
>
> What's the preferred way of letting the user know this?  Aside from
> the hack (below) which I'm using locally?

You could use sorry() instead of error().

Gr.
Steven



More information about the Gcc-patches mailing list