[PATCH] Do not build libsanitizer also for powerpc*-*-linux*

Arseny Solokha asolokha@gmx.com
Mon May 26 10:53:00 GMT 2014


Recent changes in GetPcSpBp() (libsanitizer/asan/asan_linux.cc) made it
impossible to build 4.10.0-alpha20140525 snapshot for powerpc targets. The
proposed patch disables building libsanitizer for powerpc*-*-linux* in addition
to already disabled powerpc*le-*-linux* until the smarter solution will emerge.

The actual issue preventing ASAN from porting to PPC seems to be inability to
retrieve values of PC and BP on this architecture.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libsanitizer.patch
Type: text/x-patch
Size: 381 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20140526/8445afed/attachment.bin>


More information about the Gcc-patches mailing list