Re: Fix libcompiler_rt __clear_cache() on armv7

2019-09-28 Thread Patrick Wildt
Committed, thanks! On Wed, Sep 25, 2019 at 09:45:41AM -0700, Josh Elsasser wrote: > I came across some code which uses __clear_cache() from > libgcc/libcompiler_rt on 32-bit arm. Currently that just falls through > to abort(), but enabling the existing sysarch() code works for me. > > diff --git

Fix libcompiler_rt __clear_cache() on armv7

2019-09-25 Thread Josh Elsasser
I came across some code which uses __clear_cache() from libgcc/libcompiler_rt on 32-bit arm. Currently that just falls through to abort(), but enabling the existing sysarch() code works for me. diff --git a/lib/libcompiler_rt/clear_cache.c b/lib/libcompiler_rt/clear_cache.c index 451f1c0b124..4902