This is the mail archive of the gcc-patches@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: [PATCH ARM] Make INITIALIZE_TRAMPOLINE always sync caches


Richard Earnshaw wrote:

For example in a cross environment we can't be sure how to do the cache clean so the compiler does not define CLEAR_INSN_CACHE. However, by calling __cache_flush anyway it is possible for the user to override the default library call with one that does work. If the call isn't made then they are stuck.

FWIW, I 100% agree.


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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