That does the trick.
Thanks,
steve
-Original Message-
From: Ian Lance Taylor [mailto:i...@google.com]
Sent: 21 August 2010 19:50
To: Kilbane, Stephen
Cc: gcc@gcc.gnu.org
Subject: Re: CLEAR_INSN_CACHE
"Kilbane, Stephen" writes:
> I'm trying to add support to 4.3
Hi,
I'm trying to add support to 4.3 for cache flushing when setting up a
trampoline.
Reading around, it looks like I should be defining CLEAR_INSN_CACHE:
To clear the instruction cache when a trampoline is initialized, define the
following macro.
CLEAR_INSN_CACHE (beg, end)
but I can't see