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] 4/3 i386 target support for __builtin___clear_cache()


David Daney wrote:
This patch adds support for __builtin___clear_cache() to the i386 (and x86_64) target.

There is not much to see here. All I do is define the TARGET_BUILTIN_CLEAR_CACHE_INLINE_P target hook to always return false. This causes __builtin___clear_cache() to be a nop for this target.

Tested with bootstrap and make -k check with no regressions on x86_64-unknown-linux-gnu.

OK to commit if the target independent portion of the patch is approved?

2007-07-04 David Daney <ddaney@avtrex.com>

   * config/i386/i386.h (TARGET_BUILTIN_CLEAR_CACHE_INLINE_P): Define
   target hook.

This patch is withdrawn. With the revised target independent portion of the patch, it is no longer needed.

David Daney


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