CLEAR_INSN_CACHE

2010-08-21 Thread Kilbane, Stephen
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

Re: CLEAR_INSN_CACHE

2010-08-21 Thread Ian Lance Taylor
"Kilbane, Stephen" writes: > 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,

RE: CLEAR_INSN_CACHE

2010-08-22 Thread Kilbane, Stephen
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