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.