Revert usage of gcc builtin for icache flush on ppc (#11815)
commit5e08e6a1d4280cd8e07682d1890c164ad27a8998
authorCalvin Buckley <calvin@cmpct.info>
Wed, 28 Nov 2018 19:04:55 +0000 (28 15:04 -0400)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 28 Nov 2018 19:04:55 +0000 (28 20:04 +0100)
tree40b7964ffd7f0258483fe7c56abc54f358763581
parent212bfe90f14a4e08304ff41494fa95a48cba6dc1
Revert usage of gcc builtin for icache flush on ppc (#11815)

This is a no-op on gcc ppc for AIX, Linux, and FreeBSD, and should
not be used until gcc implements this. (It *does* on ARM, RISC-V,
Alpha, and MIPS, however - but not PowerPC or x86, based on a skim
of gcc source.)

Should fix #11527.
mono/mini/mini-ppc.c